Skip to content

Commit e328e75

Browse files
author
Thorsten Knieling
committed
Small README changes
1 parent 4180324 commit e328e75

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22

33
## Introduction
44

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.
77

88
![Login screen](image/login_screen.png)
99

1010
## Installation
1111

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`:
1313

1414
```sh
1515
npm install
@@ -27,15 +27,15 @@ The final Web-Application is located in the `dist` directory.
2727

2828
The example consists out of three parts
2929

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.
3131
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.
3232
3. the Adabas REST server provides the start of jobs inside the installation of Adabas. The scripts defined inside the job list.
3333

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.
3535

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.
3737

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.
3939

4040
### Adabas data access
4141

@@ -53,14 +53,14 @@ Adabas data records can be modified using the `Modify record` page.
5353

5454
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.
5555

56+
**Please keep in mind, that shutdown and delete operations and modifications are done on Adabas databases!!!!!**
57+
5658
![Database list](image/databases_list.png)
5759

5860
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.
5961

6062
Various different monitor tasks are updated periodically. Start and stop operations are called directly.
6163

62-
**Please keep in mind, that delete operations and modifications are done on Adabas databases!!!!!**
63-
6464
#### Monitoring
6565

6666
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

Comments
 (0)