Data Access Layer Architecture using Spring and JPA

Submitted by David on Mon, 02/01/2010 - 10:05

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.