Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Include Comparison of CBSA to GENAPP
  • Loading branch information
bradroeger authored Sep 17, 2024
1 parent 121f937 commit 60b3ddc
Showing 1 changed file with 37 additions and 0 deletions.
37 changes: 37 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ here are a few examples:

- [About](#about)
- [Architecture](#architecture)
- [Comparison][#comparison]
- [Requirements](#requirements)
- [Downloading](#downloading)
- [Installing](#installing)
Expand Down Expand Up @@ -46,6 +47,42 @@ The interfaces are designed to exploit the underlying banking functionality, whi
> - Transfer funds
> - Open new accounts etc. etc.
## Comparison

| CICS Sample Application Comparisons | | |
|-------------------------------------|------|--------|
| | | |
| FEATURES | CBSA | GENAPP |
||||
| **Programming Languages** | | |
| Assembler |||
| COBOL |||
| Java |||
| JavaScript |||
||||
| **Interfaces** | | |
| BMS/3270 |||
| Liberty |||
| Spring Boot |||
| z/OS Connect |||
||||
| **Data** | | |
| Db2 |||
| JDBC |||
| VSAM |||
||||
| **Build** | | |
| JCL - COBOL Components |||
| Maven - Java Components |||
||||
| **Other** | | |
| EXEC CICS API calls | 30 | 27 |
| Support via GitHub Issues |||
| Open Source |||
| Event Binding |||
| Workload Simulator Scripts |||


## Architecture
![Payment and CS architecture diagram2](./doc/images/Architecture/Payment_and_Customer_Services_UI_CBSA_architecture_diagram2.jpg)

Expand Down

0 comments on commit 60b3ddc

Please sign in to comment.