Skip to content

Commit 166c946

Browse files
SoftlySplinterGitHub Enterprise
authored andcommitted
Update according to Mark's review comments
1 parent f1db266 commit 166c946

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

README.md

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ We have chosen to separate each component of the application into distinct CICS
3434

3535
## Prerequisites
3636
* CICS TS for z/OS 5.1 or above
37-
* Java SE 7.1 or above
37+
* IBM SDK for Java SE 7.1 or above
3838

3939
## Supporting Files
4040
* [com.ibm.cicsdev.osgi.ds.cicsapp_1.0.0](projects/com.ibm.cicsdev.osgi.ds.cicsapp_1.0.0) - OSGi bundle project containing the CICS application entry point
@@ -47,22 +47,21 @@ We have chosen to separate each component of the application into distinct CICS
4747
* [com.ibm.cicsdev.osgi.ds.storage.impl.bundle_1.1.0](projects/com.ibm.cicsdev.osgi.ds.storage.impl.bundle_1.1.0) - CICS bundle for the TSQ implementation
4848

4949
## Usage
50-
1. Clone or download this repository onto a local workstation
51-
2. Import the projects into CICS Explorer
52-
3. Deploy all the CICS bundle projects to zFS
50+
1. Clone or download this repository onto a local workstation.
51+
2. Import the projects into CICS Explorer.
52+
3. Deploy all the CICS bundle projects to zFS.
5353
4. Create an OSGi JVM server with the name `DFHOSGI`.
5454
5. Create CICS bundle definitions for these OSGi bundle projects. [Table 1](#table-1) shows the mapping of bundle to bundle name used.
5555
6. Install the CICS bundle definitions: `DS `, `DS-APP ` and `DS-IMP10`.
56-
7. Run the transaction `DSTS PUT INMEM`, this should display the message `Created entry 1`
57-
8. Run the transaction `DSTS GET 1`, this should display the message `INMEM`, which confirms the data was stored correctly in-memory
56+
7. Run the transaction `DSTS PUT INMEM`, this should display the message `Created entry 1`.
57+
8. Run the transaction `DSTS GET 1`, this should display the message `INMEM`, which confirms the data was stored correctly in-memory.
5858
9. Install the CICS bundle `DS-IMP11`.
5959
10. Disable the CICS bundle `DS-IMP10`.
6060
11. Run the transaction `DSTS GET 1`, this should abend because the entry was not found in the TSQ.
61-
12. Run the transaction `DSTS PUT TSQ`, this should display the message `Created entry 1`
61+
12. Run the transaction `DSTS PUT TSQ`, this should display the message `Created entry 1`.
6262
13. Run the transaction `DSTS GET 1`, this should display the message `TSQ`, which confirms the data was stored correctly in the TSQ (confirm by browsing on the TSQ `TSQS`, using the `CEBR` transaction for example).
6363
14. The standard out (STDOUT) file for the JVM server should display messages that indicate the in-memory service (version 1.0.0) was first bound. Then later the service will be unbound when the OSGi bundle is disabled. You should also see that the TSQ service (1.1.0) is bound in it's place.
6464

65-
6665
### Table 1
6766

6867
| CICS Bundle Name | OSGi Bundle Project |

0 commit comments

Comments
 (0)