Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Systems Layered Design #33

Open
5 tasks
gallenc opened this issue Nov 8, 2021 · 0 comments
Open
5 tasks

Systems Layered Design #33

gallenc opened this issue Nov 8, 2021 · 0 comments
Labels
feature Agile Feature Requiement

Comments

@gallenc
Copy link
Owner

gallenc commented Nov 8, 2021

Non Functional
The design should follow a logical layer patterns with layers for
mode

  • model - model of all objects used in system DTO's, Entity object, Service interfaces
  • bank-client - client library for transacting with the bank
  • dao - data access objects ( using JPA / Spring data)
  • Service - service layer which allows transactions across several DAO operations and also manages secure access to data.
  • Web - web layer which renders JSP's through a MVC pattern ( SpringMVC)
@gallenc gallenc added the feature Agile Feature Requiement label Nov 8, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature Agile Feature Requiement
Projects
None yet
Development

No branches or pull requests

1 participant