Skip to content

Commit 7837450

Browse files
authored
Update README.md (#21)
1 parent 05d0aeb commit 7837450

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@ cics-java-liberty-restapp
66
Sample RESTful web application for deployment to a Liberty JVM server in CICS. The application is supplied with two resources:
77

88
1. `InfoResource` - This queries the JVM server environment using system properties and uses JAXB beans to return a JSON response detailing the CICS environment.
9-
1. `ReverseResource` - This is similar to `InfoResource`, but uses the JCICS API to link to the COBOL program `EDUCHAN` using channels and containers. An input string is passed to `EDUCHAN`, which is then reversed and returned, along with the time from CICS.
9+
1. `ReverseResource` - This is similar to `InfoResource`, but uses the JCICS API to link to the COBOL program `EDUCHAN` using channels and containers. An input string is passed to `EDUCHAN`, which is then reversed and returned, along with the time from CICS.
10+
11+
Further extensions to this application are available in the repository [cics-java-liberty-restappext](https://github.com/cicsdev/cics-java-liberty-restappext) which provides several code examples for accessing CICS resources from Java using the JCICS API.
1012

1113
The following Java source components are supplied in the [`src/main/java`](src/main/java) directory in this repository.
1214

@@ -23,15 +25,15 @@ The following Java source components are supplied in the [`src/main/java`](src/m
2325

2426

2527
## Supporting files
26-
* [`DFHCSD.txt`](etc/DFHCSD.txt) - Output from a DFHCSDUP EXTRACT for the CICS BUNDLE resource definition.
28+
* [`DFHCSD.txt`](etc/DFHCSD.txt) - DFHCSDUP sample input stream for the CICS BUNDLE resource definition.
2729
* [`EDUCHAN.cbl`](src/cobol/EDUCHAN.cbl) - A sample CICS COBOL that returns the date and time and reversed input using channels and containers
2830
* [`build.gradle`](build.gradle) - A sample Gradle build file to enable an automated build of the deployable WAR
2931
* [`pom.xml`](pom.xml) - A sample Maven build file to enable an automated build of the deployable WAR
3032

3133

3234
## Pre-reqs
3335

34-
* CICS TS V5.1 or later, due to the usage of the `getString()` methods.
36+
* CICS TS V5.5 or later.
3537
* Java SE 1.8 or later on the workstation
3638
* Eclipse with the IBM CICS SDK for Java EE, Jakarta EE and Liberty, or any IDE that supports usage of the Maven Central artifact [com.ibm.cics:com.ibm.cics.server.](https://search.maven.org/artifact/com.ibm.cics/com.ibm.cics.server)
3739

0 commit comments

Comments
 (0)