JavaBean « DAO « JPA Q&A





1. Hibernate, DAO pattern, EJB and Plain JavaBean    forum.hibernate.org

I work on an web site project and I use hibernate with others technologies as EJB, plain JavaBeans and a RDBMS. I use also the DAO pattern. With so many technologies, i don't know excatly wich is the best approach. The problem is that i dont' know how to use the DAO pattern with hibernate, EJB and plain JavaBeans. Can you ...