Re: Hibernate -- Best approach

2004-02-23 Thread Sean Radford
Seemed failry self-evident to me. I have the following structure: MULTIPROJECT --+Hibernate-module - produces a jar of persistent classes with *.hbm.xml files --+Application-module - produces jar of application classes --+EJB-module - produces ejb-jar and client-jar files --+WAR-module - produces

Hibernate -- Best approach

2004-02-23 Thread thorsten maus
Is there any usecase of how to implement hibernate best in a multiproject for an application server ( using jboss ) the document : http://hibernate.bluemars.net/66.html provides a way to implement it ... the approach does not look so easy to implement for me using maven .. taking this approach