Data Access Layer Architecture using Spring and JPA
High Level Data Access Layer Java Architecture
The java application architecture for this Data layer will be based on the Domain Driven Design. Domain ojbects can be mapped to Database tables via annotations. These domain objects can be queried via JPA in the DAO layer and passed up through the service layer and passed to the presentation layer.
Servlet filter with Spring injection
- Read more about Servlet filter with Spring injection
- 1 comment
- Log in to post comments
Spring Scoping
- Read more about Spring Scoping
- Log in to post comments