Hi everyone,
I'm a newcomer to Maven and Hibernate..
If i use the hibernate dependeny
<groupId>hibernate</groupId>
<artifactId>hibernate</artifactId>
<version>3.2.4.sp1</version>
<scope>compile</scope>
in a web-app that's built with Maven, using the postgresql database,
and adding appropriate postgresql dependency and creating the
Hibernate cfg.xml and hbm.xml files etc, do I need to do more than just mvn package and
deploy to the tomcat container? Finding it hard to get sufficient info
online!
Thanks a million in advance =]
Karen
|