From ff40330388d1fc1b900e1921d28187be9fc30849 Mon Sep 17 00:00:00 2001 From: JAMPanther Date: Mon, 27 Apr 2020 21:50:19 +0530 Subject: [PATCH] Update README.md --- README.md | 42 +++--------------------------------------- 1 file changed, 3 insertions(+), 39 deletions(-) diff --git a/README.md b/README.md index da14d95..3051be4 100644 --- a/README.md +++ b/README.md @@ -1,46 +1,10 @@ -# RestfulAPI +# RestAPI Panther screens data is returned in a JSON format by which a data table is created. -# Prerequisite: - * Panther Web Application/Panther 5.5* - * Apache Web Server +How to reach different branches, click on Branches on the above table head which will be present on the left. -# Contents of the demo: - * Demo.jsp - * datatabl.js - * dataTables.editor.js - * dataTables.editor.min.js - * editable.css - * customer - * customer.html - * videobiz (jdb database) - * connect.jpl (SMINITJPL) - -# Demo.jsp -This JSP file contains a "Customer Details" button, When clicked, it returns a bootstrap data table based on the JavaScript function in datatabl.js. -# Datatabl.js -Contains AJAX calls for GET, PUT, DELETE and POST to the Panther web application. - -# dataTables.editor.js & dataTables.editor.min.js -The latest files can be downloaded from the link (https://editor.datatables.net/download/) you need to have these for the dataTable actions. The trail version which you will get will expire in 15 days. - -# editable.css -CSS for dataTables - -# customer -Panther client screen containing JPL code which calls the Java class "JsonUtils" (You can find this Java class and the required external jars with Panther552/samples/auth0/jsonUtils). It also manages the REST calls and performs their respective operations. - -# customer.html -Contains a raw Multi Line Text field tag, which has the JSON formatted data. - -# videobiz -This database comes with our panther product (/SMBASE/samples/vidstore) , this is used as the working database for CRUD operations. - -# connect.jpl -This is SMINITJPL file in your .ini file which has the connection string jpl to your database. - -Video Tutorial: https://www.youtube.com/watch?v=l_tvjs7N83w contains details of the demo. +![](REST.png) Need a Panther Web 552 Redhat Image? [Click Here](https://hub.docker.com/r/prolificspanther/pantherweb)