controller « DAO « JPA Q&A





1. controllers, entity classes or dao - what goes where?    stackoverflow.com

With the introduction of Hibernate in my project, my code started getting really coupled, and boilerplate in many places (and it should be the other way round, right?) I got pretty confused ...