You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,14 +2,14 @@
2
2
3
3
## Introduction
4
4
5
-
This Web-Application provides access to all Adabas REST server tasks and data.
6
-
All pages contain REST api web URL's used to retrieve the JSON content. The received data is displayed on the web page. Actions are added to the web page as well.
5
+
This Web-Application provides access to Adabas REST server tasks and data.
6
+
The pages contain REST api web URL's used to retrieve the JSON content. The received data is displayed on the web page. Actions are added to the web page as well.
7
7
8
8

9
9
10
10
## Installation
11
11
12
-
The Adabas REST WebApp can be compiled using the NPM and Node infrastructure. NPM third party packages needed to be installed first. Following command will install the corresponding packages in `node_modules`:
12
+
The Adabas REST web application can be compiled using the NPM and Node infrastructure. NPM third party packages needed to be installed first. Following command will install the corresponding packages in `node_modules`:
13
13
14
14
```sh
15
15
npm install
@@ -27,15 +27,15 @@ The final Web-Application is located in the `dist` directory.
27
27
28
28
The example consists out of three parts
29
29
30
-
1. the web application provides access to Adabas data. The Adabas data access can use the Adabas Map long name which maps classic database reference to long name representation. Alternatively the usage of classic database id and short name reference can be used as well.
30
+
1. the web application provides access to Adabas data. The Adabas data access can use the Adabas Map long name which maps classic database reference to long name representation. Alternatively the usage of classic database id and short name references can be used as well.
31
31
2. Adabas administration tasks and monitoring access is possible. The creation of Adabas databases and maintaining Adabas parameters and resources are possible. Various monitor data can be requested.
32
32
3. the Adabas REST server provides the start of jobs inside the installation of Adabas. The scripts defined inside the job list.
33
33
34
-
Beside the main topics above a number of short data-access example pages are included in the Web application. Large objects or Unicode access to the Adabas database are contained in the Web application.
34
+
Beside the main topics above, a number of short data-access example pages are included in the Web application. Large objects or Unicode access to the Adabas database are contained in the Web application.
35
35
36
-
Nearly all pages provide the URL query call and the JSON response output in the corresponding `JSON response` tab.
36
+
Nearly all pages display the URL query call and the JSON response output in the corresponding `JSON response` tab.
37
37
38
-
A menu entry provides the Swagger API of Adabas REST server which can be used to get an overview of available Adabas REST operations.
38
+
A menu entry provides the Swagger API web page of Adabas REST server which can be used to get an overview of available Adabas REST operations.
39
39
40
40
### Adabas data access
41
41
@@ -53,14 +53,14 @@ Adabas data records can be modified using the `Modify record` page.
53
53
54
54
Inside the `Database administration` menu entry the corresponding list of Adabas databases can be viewed. It is possible to administrate and monitor various operation on the database. Dependent on the online state some actions are invisible.
55
55
56
+
**Please keep in mind, that shutdown and delete operations and modifications are done on Adabas databases!!!!!**
57
+
56
58

57
59
58
60
The start and stop of the Adabas databases is initiated in background. Please have a look into the Adabas nucleus log to see the current state. The Adabas databases have a number of tasks which are displayed using the corresponding menues.
59
61
60
62
Various different monitor tasks are updated periodically. Start and stop operations are called directly.
61
63
62
-
**Please keep in mind, that delete operations and modifications are done on Adabas databases!!!!!**
63
-
64
64
#### Monitoring
65
65
66
66
Various Adabas monitoring data can be retrieved. The number of table entries is not cached or optimized. A huge number of queue entries might take influences on the web application performance.
0 commit comments