Skip to content

Commit b671940

Browse files
sophiegreenGitHub Enterprise
authored andcommitted
Update README.md
1 parent bf3e07f commit b671940

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

cics-java-liberty-restapp/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Java Liberty Restapp Sample
1+
# cics-java-liberty-restapp sample
22

33
This sample is the same as the existing JCICS [cics-java-liberty-restapp sample](https://github.com/cicsdev/cics-java-liberty-restapp/blob/master/src/Java/com/ibm/cicsdev/restapp/InfoResource.java), but updated to use JCICSX instead of JCICS to show the similarities and differences.
44

@@ -29,7 +29,7 @@ Download and compile the supplied COBOL program EDUCHAN and deploy into CICS.
2929

3030
## Pre-reqs
3131

32-
* CICS TS V5.1 or later, due to the usage of the `getString()` methods.
32+
* CICS TS V5.6 or later
3333
* Java SE 1.7 or later on the z/OS system
3434
* Java SE 1.7 or later on the workstation
3535

@@ -39,7 +39,7 @@ Download and compile the supplied COBOL program EDUCHAN and deploy into CICS.
3939
This application links to the COBOL program EDUCHAN, which can be found in `src/main/cobol`.
4040
Download and compile the supplied COBOL program EDUCHAN and deploy into CICS.
4141

42-
This sample is a Maven project, which uses the [CICS Bundle Maven plugin](https://github.com/IBM/cics-bundle-maven) to package the web application in a CICS bundle and deploy this to CICS. This requires the CICS bundle deployment API to be enabled in CICS as a [prerequisite](https://www.ibm.com/support/knowledgecenter/en/SSGMCP_5.6.0/configuring/cmci/config-bundle-api.html). Alternatively, if you aren't using Maven, you could take the source from this project and use one of the other methods of deploying the application to CICS such as creating a CICS bundle project in CICS Explorer and adding the source as a dynamic web project include.
42+
This sample is a Maven project, which uses the [CICS Bundle Maven plugin](https://github.com/IBM/cics-bundle-maven) to package the web application in a CICS bundle and deploy this to CICS. This requires the CICS bundle deployment API to be enabled in CICS as a [prerequisite](https://www.ibm.com/support/knowledgecenter/en/SSGMCP_5.6.0/configuring/cmci/config-bundle-api.html). Alternatively, if you aren't using Maven, you could use [Gradle](https://github.com/IBM/cics-bundle-gradle) or take the source from this project and use one of the other methods of deploying the application to CICS such as creating a CICS bundle project in CICS Explorer and adding the source as a dynamic web project include.
4343

4444
To run the sample as-is, fill out values in the configuration block in pom.xml
4545
```xml

0 commit comments

Comments
 (0)