BMP « EJB « JPA Q&A





1. Hibernate with EJB BMP example with DTO Desing Patterm    forum.hibernate.org

carniz showed you the power of using midgen/xdoclet. But here is my perspective without extra code generation step. You can check junitejb package listed on sourceforge, the EJBTestRunnerBean will give you an idea how to integrate with Hibernate with Sessionbean. Here is a simple code section from my code when I evaled hibernate. Here I did not put the sessionfactory to ...