junit « DAO « JPA Q&A





1. Using same POJOs and DAOs in Struts, JUnit Tests, etc...    forum.hibernate.org

I have implemented Hibernate in both a Struts interface, and also in stand alone applications. But what I am trying to do now is develop an application that is primarly a struts application but requires a XML-RPC interface (will be non-struts), a few command line utilities and also is tested with JUnit. This doesn't seem hard, but I am stuck on ...