Using Spring/AOP to inject in ‘new’ objects with @Configurable
April 23, 2008 1 comment
I am currently working on Web project using Hibernate/Spring for the persistence layer. I decided to use the not the old DTO/DAO. That means the data is encapsulated in POJO’s, the Data Transfer Objects (DTO’s), and Data Access Objects (DAO’s) are used to actually access the database. Typical methods from DAO’s are getXXXById, create, … [...]