diff --git a/profile/README.md b/profile/README.md index 88a2b1e..a27fed7 100644 --- a/profile/README.md +++ b/profile/README.md @@ -4,16 +4,20 @@ Sample code for use with IBM CICSĀ® Transaction Server for z/OS. Visit [CICS Transaction Server for z/OS 6.x](https://www.ibm.com/docs/cics-ts/6.x) for the latest documentation. -There are lots of samples available but here are a few highlights: +There are lots of samples available but here are some highlights: -- The [CICS banking sample application (CBSA)](https://github.com/cicsdev/cics-banking-sample-application-cbsa) -- The [General Insurance application (GenApp)](https://github.com/cicsdev/cics-genapp) -- Two collections of Java samples demonstrating how to use the - * [JCICS API](https://github.com/cicsdev/cics-java-jcics-samples) - * [JCICSX API](https://github.com/cicsdev/cics-java-jcicsx-samples) -- Sample Java Spring Boot applications and tutorials demonstrating how to [develop and build Spring Boot applications](https://github.com/search?q=topic%3Aspring-boot+org%3Acicsdev+archived%3Afalse&type=repositories) for deployment into CICS Liberty. -- Sample Enterprise Java applications showing how to [use key components of the Java EE and Jakarta EE specifications](https://github.com/search?q=topic%3Ajavaee+org%3Acicsdev+archived%3Afalse&type=repositories), including JMS, JDBC, JSR-352, JCA and EJB. -- [Lots of samples which are built using Maven and Gradle](https://github.com/search?q=topic%3Amaven-pom+org%3Acicsdev+archived%3Afalse&type=repositories)! -- A sample Java application showing how to use the JCICS `@CICSProgram` annotation for [Link to Liberty](https://github.com/cicsdev/cics-java-liberty-link). -- Sample applications to [customise security in CICS](https://github.com/search?q=topic%3Asecurity+org%3Acicsdev+archived%3Afalse&type=repositories). -- Sample applications showing how to [convert data fields from a COBOL record structure to Java datatypes](https://github.com/search?q=topic%3Arecord-generator+org%3Acicsdev+archived%3Afalse&type=repositories). + +| **Category** | **Description** | +|---------------------------------------|-----------------------------------------------------------| +| [CICS Banking Sample Application (CBSA)](https://github.com/cicsdev/cics-banking-sample-application-cbsa) | A simple banking workload demonstrating CICS capabilities. | +| [General Insurance Application (GenApp)](https://github.com/cicsdev/cics-genapp) | A model insurance application with Java and CICS integration. | +| [JCICS API Samples](https://github.com/cicsdev/cics-java-jcics-samples) | Java samples demonstrating the JCICS API. | +| [JCICSX API Samples](https://github.com/cicsdev/cics-java-jcicsx-samples) | Java samples using the newer JCICSX API. | +| [Spring Boot Samples](https://github.com/search?q=topic%3Aspring-boot+org%3Acicsdev+archived%3Afalse&type=repositories) | Examples of Spring Boot apps deployed to CICS Liberty. | +| [Liberty (Java EE / Jakarta EE) Samples](https://github.com/search?q=topic%3Aliberty+org%3Acicsdev+archived%3Afalse&type=repositories) | Java applications for CICS Liberty JVM server, including:
- JMS, JDBC, JSR-352, JCA, and EJB. | +| [CICS Explorer SDK Samples](https://github.com/search?q=topic%3Aexplorer+org%3Acicsdev+archived%3Afalse&type=repositories) | Migrated and modernised CICS Explorer SDK samples. | +| [OSGi Samples](https://github.com/search?q=topic%3Aosgi+org%3Acicsdev+archived%3Afalse&type=repositories) | Build Java applications using OSGi in CICS. | +| [JDBC Samples](https://github.com/search?q=topic%3Ajdbc+org%3Acicsdev+archived%3Afalse&type=repositories) | Connect CICS Java apps to DB2 databases. | +| [MQ Samples](https://github.com/search?q=topic%3Amq+org%3Acicsdev+archived%3Afalse&type=repositories) | Integrate CICS Java apps with IBM MQ messaging. | +| [Security Samples](https://github.com/search?q=topic%3Asecurity+org%3Acicsdev+archived%3Afalse&type=repositories) | Customise security in CICS. | +| [Record Generator Samples](https://github.com/search?q=topic%3Arecord-generator+org%3Acicsdev+archived%3Afalse&type=repositories) | Convert data fields from a COBOL record structure to Java datatypes. |