File tree Expand file tree Collapse file tree 1 file changed +37
-0
lines changed
Expand file tree Collapse file tree 1 file changed +37
-0
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ here are a few examples:
1212
1313- [ About] ( #about )
1414- [ Architecture] ( #architecture )
15+ - [ Comparison] [ #comparison ]
1516- [ Requirements] ( #requirements )
1617- [ Downloading] ( #downloading )
1718- [ Installing] ( #installing )
@@ -46,6 +47,42 @@ The interfaces are designed to exploit the underlying banking functionality, whi
4647> - Transfer funds
4748> - Open new accounts etc. etc.
4849
50+ ## Comparison
51+
52+ | CICS Sample Application Comparisons | | |
53+ | -------------------------------------| ------| --------|
54+ | | | |
55+ | FEATURES | CBSA | GENAPP |
56+ ||||
57+ | ** Programming Languages** | | |
58+ | Assembler | ✅ | ❌ |
59+ | COBOL | ✅ | ❌ |
60+ | Java | ✅ | ❌ |
61+ | JavaScript | ✅ | ❌ |
62+ ||||
63+ | ** Interfaces** | | |
64+ | BMS/3270 | ✅ | ✅ |
65+ | Liberty | ✅ | ❌ |
66+ | Spring Boot | ✅ | ❌ |
67+ | z/OS Connect | ✅ | ❌ |
68+ ||||
69+ | ** Data** | | |
70+ | Db2 | ✅ | ✅ |
71+ | JDBC | ✅ | ❌ |
72+ | VSAM | ✅ | ✅ |
73+ ||||
74+ | ** Build** | | |
75+ | JCL - COBOL Components | ✅ | ✅ |
76+ | Maven - Java Components | ✅ | ❌ |
77+ ||||
78+ | ** Other** | | |
79+ | EXEC CICS API calls | 30 | 27 |
80+ | Support via GitHub Issues | ✅ | ❌ |
81+ | Open Source | ✅ | ✅ |
82+ | Event Binding | ❌ | ✅ |
83+ | Workload Simulator Scripts | ❌ | ✅ |
84+
85+
4986## Architecture
5087![ Payment and CS architecture diagram2] ( ./doc/images/Architecture/Payment_and_Customer_Services_UI_CBSA_architecture_diagram2.jpg )
5188
You can’t perform that action at this time.
0 commit comments