architecture « DAO « JPA Q&A





1. Java EE Architecture - Are DAO's still recommended when using an ORM like JPA 2?    stackoverflow.com

If I'm using an ORM like JPA2 - where I have my entities that are mapped to my database, should I still be using a DAO? It seems like a lot ...

2. Hibernate + Web Architecture + DAOs    forum.hibernate.org

Hibernate Version: 2.1.4 Database: SQL Server Use of multiple datasources Use of Spring Framework Hi there, I've spent the good portion of the day reading through posts on the Hibernate forum regarding different strategies for handling lazy loading in the context of a web application architecture. We've been using Hibernate for about 3 months now and our architecture is based on ...