From e22e4c115dfc98c145fced9cbc521661ec6fdcbb Mon Sep 17 00:00:00 2001 From: Phil Wakelin Date: Wed, 16 Jul 2025 13:16:05 +0100 Subject: [PATCH] Update links in readme table Added topic queries for jcics and jcicsx Fixed product naming --- profile/README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/profile/README.md b/profile/README.md index a27fed7..25cd606 100644 --- a/profile/README.md +++ b/profile/README.md @@ -11,13 +11,13 @@ There are lots of samples available but here are some highlights: |---------------------------------------|-----------------------------------------------------------| | [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. | +| [JCICS API Samples](https://github.com/search?q=topic%3Ajcics+org%3Acicsdev+archived%3Afalse&type=repositories) | Java samples demonstrating the JCICS API. | +| [JCICSX API Samples](https://github.com/search?q=topic%3Ajcicsx+org%3Acicsdev+archived%3Afalse&type=repositories) | 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. | +| [IBM 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. | +| [IBM 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. |