|
19 | 19 | <div class="card-header h5">Adabas data access</div>
|
20 | 20 | <div class="card-body">
|
21 | 21 | <p>
|
22 |
| - The application provides a small overview of accessing Adabas records and form of data provided by Adabas REST API. |
23 |
| - It contains Adabas record data acces as well as Adabas |
24 |
| - administration and monitor tasks. In advance it shows how to use the Adabas Map |
25 |
| - technology defined and used in Adabas Client for Java. The Adabas Map maps the classic Adabas database short name to |
26 |
| - long names, similar to Natural does it. The Adabas Map information are stored in the Adabas database. |
| 22 | + The application provides an overview of accessing Adabas records and the form of data provided by the Adabas REST API. |
| 23 | + It contains Adabas record data access as well as Adabas |
| 24 | + administration and monitoring tasks. Additionally it shows how to use the Adabas Map |
| 25 | + technology defined and used in the Adabas Client for Java. The Adabas Map maps the classic Adabas database short names to |
| 26 | + long names, similar to how Natural does this. The Adabas Map information is stored in the Adabas database. |
27 | 27 | </p>
|
28 |
| - <p>The example web application is hosted at GITHUB: <a href="https://github.com/SoftwareAG/adabas-rest-vuejs">https://github.com/SoftwareAG/adabas-rest-vuejs</a></p> |
| 28 | + <p>The example web application is hosted at GitHub: <a href="https://github.com/SoftwareAG/adabas-rest-vuejs">https://github.com/SoftwareAG/adabas-rest-vuejs</a></p> |
29 | 29 | <p>
|
30 |
| - All example data, viewed in the content of this example web appplication, is stored in the Adabas database. |
| 30 | + All example data viewed in the content of this example web application is stored in the Adabas database. |
31 | 31 | It contains Alpha field data as well as binary images in large objects
|
32 |
| - or unicode content. |
| 32 | + or Unicode content. |
33 | 33 | </p>
|
34 | 34 | <p>
|
35 | 35 | The Adabas Data Designer or the mappingTool are part of the Adabas
|
36 | 36 | Client for Java product package. These tools are able to create Adabas
|
37 |
| - Maps. Transfer of already available definition on base of an Adabas |
| 37 | + Maps. The transfer of already available definitions based on an Adabas |
38 | 38 | database FDT comment or a SYSOBJH exported DDM are possible. The
|
39 | 39 | Adabas Maps provide long name and table name access to Adabas data.
|
40 | 40 | The classic Natural related DDM based types like NATDATE or Logical
|
|
48 | 48 | delivered backup file which is located in the Software AG installation
|
49 | 49 | at
|
50 | 50 | <code>AdabasRestAdministration/data</code>. In addition you need to
|
51 |
| - configure the Rest server configuration to add Mapping repository |
| 51 | + configure the Rest server configuration to add the Mapping repository |
52 | 52 | using the <code>Mapping</code> configuration.
|
53 | 53 | <pre lang="xml">{{mappingConfigExample}} </pre>
|
54 | 54 | </p>
|
55 | 55 | <p>
|
56 |
| - At the moment are {{ numberMaps }} Adabas Maps in the Mapping |
| 56 | + At the moment {{ numberMaps }} Adabas Maps are in the Mapping |
57 | 57 | repository defined by the configuration. There are
|
58 | 58 | {{ numberDbs }} databases which can be accessed directly.
|
59 | 59 | </p>
|
|
63 | 63 | <div class="card-header h5">Adabas administration</div>
|
64 | 64 | <div class="card-body">
|
65 | 65 | <p>
|
66 |
| - Beside the Adabas data access, this application provide example how to |
67 |
| - access administration operations being using the REST API of the |
| 66 | + Beside the Adabas data access, this application provides examples of how to |
| 67 | + access administration operations using the REST API of the |
68 | 68 | administration layer. This includes online as well as offline
|
69 | 69 | administration tasks of Adabas. The user needs administration access
|
70 | 70 | to see administration tasks.
|
71 | 71 | </p>
|
72 | 72 | <p>
|
73 |
| - Simple administration tasks and monitoring is possible. The job |
| 73 | + Simple administration tasks and monitoring are possible. The job |
74 | 74 | control management used to start long running Adabas utility jobs can
|
75 | 75 | be used as well.
|
76 | 76 | </p>
|
|
0 commit comments