Skip to content

Commit 899a009

Browse files
Did a languafge check on the readme.md file.
1 parent e328e75 commit 899a009

File tree

1 file changed

+22
-22
lines changed

1 file changed

+22
-22
lines changed

README.md

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

33
## Introduction
44

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.
5+
This Web Application provides access to Adabas REST server tasks and data.
6+
The pages contain REST API web URLs 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 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`:
12+
The Adabas REST web application can be compiled using the NPM and Node infrastructure. NPM third party packages need to be installed first. The following command will install the corresponding packages in `node_modules`:
1313

1414
```sh
1515
npm install
1616
```
1717

18-
To final compile the web application the distribution need to be build using following command:
18+
To finally compile the web application, the distribution needs to be built using the following command:
1919

2020
```sh
2121
npm run build
2222
```
2323

24-
The final Web-Application is located in the `dist` directory.
24+
The final Web Application is located in the `dist` directory.
2525

2626
## Usage
2727

28-
The example consists out of three parts
28+
The example consists 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 references 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 a classic database reference to a long name representation. Alternatively, classic database IDs and short name references can be used.
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.
32-
3. the Adabas REST server provides the start of jobs inside the installation of Adabas. The scripts defined inside the job list.
32+
3. The Adabas REST server provides the possibility to start jobs inside the Adabas installation. The scripts are defined in 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 and Unicode access to the Adabas database are contained in the Web application.
3535

3636
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 web page 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 the Adabas REST server which can be used to get an overview of the available Adabas REST operations.
3939

4040
### Adabas data access
4141

42-
Inside the `Adabas Data access` menu you can access the Adabas example page using Adabas Map references. The Adabas Map administration is done using the `Adabas Client for Java` product delivered by Software AG. The Software AG Adabas Data Designer manage creation, import from various import formats and other administration of Adabas Maps.
42+
In the `Adabas Data access` menu you can access the Adabas example page using Adabas Map references. The Adabas Map administration is done using the `Adabas Client for Java` product delivered by Software AG. The Software AG Adabas Data Designer manages creation, import from various import formats and other administration of Adabas Maps.
4343

44-
The Data access web page contains a number of search parameters like search query, descriptor read or sort criteria.
44+
The Data access web page contains a number of search parameters like search query, descriptor read and sort criteria.
4545

46-
In addition the Adabas classic way to access Adabas data is provided as well. In the classic Adabas data access you need to define the Adabas database id and the Adabas file. The corresponding field list and possible descriptors are selectable. Press `Query Data` to request the record result.
46+
In addition, the Adabas classic way of accessing Adabas data is provided. In the classic Adabas data access you need to define the Adabas database ID and the Adabas file. The corresponding field list and possible descriptors are selectable. Press `Query Data` to request the record result.
4747

48-
To get a deep insight into the Adabas Map metadata it can be evaluated using the `Adabas Map Metadata` entry.
48+
To get a deep insight into the Adabas Map metadata, it can be evaluated using the `Adabas Map Metadata` entry.
4949

5050
Adabas data records can be modified using the `Modify record` page.
5151

5252
### Adabas administration and monitoring
5353

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.
54+
In the `Database administration` menu entry the corresponding list of Adabas databases can be viewed. It is possible to administrate and monitor various operations on the database. Depending 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!!!!!**
56+
**Please keep in mind that shutdown and delete operations and modifications are done on Adabas databases!!!!!**
5757

5858
![Database list](image/databases_list.png)
5959

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.
60+
The start and stop of the Adabas databases is initiated in the background. Please have a look in the Adabas nucleus log to see the current state. The Adabas databases have a number of tasks which are displayed using the corresponding menus.
6161

62-
Various different monitor tasks are updated periodically. Start and stop operations are called directly.
62+
Various monitoring tasks are updated periodically. Start and stop operations are called directly.
6363

6464
#### Monitoring
6565

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.
66+
Various items of Adabas monitoring data can be retrieved. The number of table entries is not cached or optimized. A huge number of queue entries might influence the web application performance.
6767

6868
![Command statistics](image/command_stats.png)
6969

7070

7171
### Job control
7272

73-
To start and display jobs the `Job list` menu entry can be used.
73+
To start and display jobs, the `Job list` menu entry can be used.
7474

7575
![Job control](image/job_control.png)
7676

7777
Job modifications are not added to the web application example.
7878

7979
## Summary
8080

81-
The example pages don't use all REST API possibilities. Some new or enhanced features are not available. Even queue modifications, like stop or delete user queue entries are not possible. To see the full user queue information is not part of the web application example.
81+
The example pages don't use all of the REST API possibilities. Some new or enhanced features are not available. Even queue modifications, like stop or delete user queue entries, are not possible. The ability to see the full user queue information is not part of the web application example.
8282

83-
**But pay attention. Adabas file delete or refresh operations are part of the web application**
83+
**But note: Adabas file delete or refresh operations are part of the web application**
8484

8585
Have fun and stay healthy!
8686

0 commit comments

Comments
 (0)