https://github.com/htr3n/loan-approval
Loan Approval Business Process and Web Services parent project
https://github.com/htr3n/loan-approval
apache-cxf bpel bpmn hibernate-orm hikaricp java loan-approval logback spring-mvc web-services wsdl
Last synced: about 1 month ago
JSON representation
Loan Approval Business Process and Web Services parent project
- Host: GitHub
- URL: https://github.com/htr3n/loan-approval
- Owner: htr3n
- License: mit
- Created: 2018-06-21T23:36:37.000Z (about 8 years ago)
- Default Branch: main
- Last Pushed: 2022-03-25T21:30:52.000Z (over 4 years ago)
- Last Synced: 2025-01-08T07:42:19.081Z (over 1 year ago)
- Topics: apache-cxf, bpel, bpmn, hibernate-orm, hikaricp, java, loan-approval, logback, spring-mvc, web-services, wsdl
- Size: 1.05 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Loan Approval Use Case
This development project, which is one outcome of the R&D project [EU FP7 COMPAS](https://cordis.europa.eu/project/rcn/85292_en.html), comprises two subprojects `portal` and `process` to demonstrate a simplified loan approval process at a fictitious West Bank.
This is an overview of the Loan Approval process in terms of [Business Process Model and Notation (BPMN)](http://www.bpmn.org).

The `process` project will implement the aforementioned business process using WS-BPEL 2.0 whilst the `Portal` will provide an end-user Web interface for working with the business process.
More details can be found in the [documentation](loan-approval-process-document.md) and in each individual project.