From 92ca6c3180d52c66ecc83a19509ec21f2353c100 Mon Sep 17 00:00:00 2001 From: Aaron Jhaj Date: Tue, 8 Jul 2025 15:58:38 +0100 Subject: [PATCH 1/4] table format for landing page --- profile/README.md | 36 +++++++++++++++++++++++++++++++----- 1 file changed, 31 insertions(+), 5 deletions(-) diff --git a/profile/README.md b/profile/README.md index 88a2b1e..3135c29 100644 --- a/profile/README.md +++ b/profile/README.md @@ -4,16 +4,42 @@ 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: + + + +| **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. | +| [Java EE and Jakarta EE Samples](https://github.com/search?q=topic%3Ajavaee+org%3Acicsdev+archived%3Afalse&type=repositories) | Use JMS, JDBC, JSR-352, JCA, and EJB in CICS. | +| [CICS Explorer SDK Samples](https://github.com/search?q=topic%3Aexplorer+org%3Acicsdev+archived%3Afalse&type=repositories) | 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. | +| [Liberty Samples](https://github.com/search?q=topic%3Aliberty+org%3Acicsdev+archived%3Afalse&type=repositories) | Develop Java applications for the CICS Liberty JVM server. | +| [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. | From 97eb2e128167b8290c90dd4a7f1d36c596fc1f41 Mon Sep 17 00:00:00 2001 From: Aaron Jhaj Date: Wed, 9 Jul 2025 10:51:10 +0100 Subject: [PATCH 2/4] tweaks after comment --- profile/README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/profile/README.md b/profile/README.md index 3135c29..86ccce6 100644 --- a/profile/README.md +++ b/profile/README.md @@ -35,11 +35,10 @@ Sample code for use with IBM CICS® Transaction Server for z/OS. Visit [CICS Tra | [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. | -| [Java EE and Jakarta EE Samples](https://github.com/search?q=topic%3Ajavaee+org%3Acicsdev+archived%3Afalse&type=repositories) | Use JMS, JDBC, JSR-352, JCA, and EJB in CICS. | -| [CICS Explorer SDK Samples](https://github.com/search?q=topic%3Aexplorer+org%3Acicsdev+archived%3Afalse&type=repositories) | Modernised CICS Explorer SDK samples. | +| [Liberty Samples](https://github.com/search?q=topic%3Aliberty+org%3Acicsdev+archived%3Afalse&type=repositories) | Java applications for CICS Liberty JVM server, including:
- [Java EE and Jakarta EE samples](https://github.com/search?q=topic%3Ajavaee+org%3Acicsdev+archived%3Afalse&type=repositories) for 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. | -| [Liberty Samples](https://github.com/search?q=topic%3Aliberty+org%3Acicsdev+archived%3Afalse&type=repositories) | Develop Java applications for the CICS Liberty JVM server. | | [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. | From 9d25ee9b677a8aac9195374e9d333779517ed648 Mon Sep 17 00:00:00 2001 From: Aaron Jhaj Date: Wed, 9 Jul 2025 11:09:40 +0100 Subject: [PATCH 3/4] remove old text --- profile/README.md | 23 +---------------------- 1 file changed, 1 insertion(+), 22 deletions(-) diff --git a/profile/README.md b/profile/README.md index 86ccce6..96af55b 100644 --- a/profile/README.md +++ b/profile/README.md @@ -4,28 +4,7 @@ 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 some highlights: | **Category** | **Description** | From 7b8df89d0f0dd695c80674e2236f8b3ce9ba1af7 Mon Sep 17 00:00:00 2001 From: Aaron Jhaj Date: Wed, 9 Jul 2025 11:17:40 +0100 Subject: [PATCH 4/4] changed liberty title --- profile/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/profile/README.md b/profile/README.md index 96af55b..a27fed7 100644 --- a/profile/README.md +++ b/profile/README.md @@ -14,7 +14,7 @@ There are lots of samples available but here are some highlights: | [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 Samples](https://github.com/search?q=topic%3Aliberty+org%3Acicsdev+archived%3Afalse&type=repositories) | Java applications for CICS Liberty JVM server, including:
- [Java EE and Jakarta EE samples](https://github.com/search?q=topic%3Ajavaee+org%3Acicsdev+archived%3Afalse&type=repositories) for JMS, JDBC, JSR-352, JCA, and EJB. | +| [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. |