1. dao or domain model forum.hibernate.orgHi I am trying to get my feet wet with OR mapping coming from a background of using straight sql. Most people on this forum seem to suggest using hibernate with the DAO pattern. here's an excerpt from core j2ee patterns "when there is little or no business logic in a business operation applications will typically let clients access business data ... |
2. Hibernate, DAOs, Domain model... forum.hibernate.org |
3. Strong Domain Model and DAO amortization forum.hibernate.orgWe make use of a very strong domain layer. By strong I mean we it incorporates both data, persisted via Hibernate, and behavior (or business logic). We use the DAO pattern and abstract factory strategy to determine what DAO implementation we are using at runtime. Until recently the Domain objects new nothing of the DAOs. The reason for this is that ... |