How I can setup Hibernate for a Dynamic Web application by using Eclipse Helios? I am a newbe so please let me know if there is any example.
I tried for Java application and included all JARS and it worked fine. But don't understand how I can do it for Web application and test it.
I will use Struts2 so I will appreciate if I can get appropriate example or guidance.
Drop the jars in
WEB-INF/lib. Those jars are automatically added by Eclipse to the project build path, and constitute (with theWEB-INF/classesdirectory and the container classpath) the classpath of the webapp.