Project « Struts « JPA Q&A





1. Project Structure for Hibernate Struts project?    stackoverflow.com

I started developing one Blog Website based on Hibernate and Struts. I was wondering how to maintain the structure of the directory and files. That is, the presentation, hibernate DB access ...

2. How to create a Maven project with Hibernate and Struts    stackoverflow.com

How to create a Maven project with Hibernate and Struts 2. I am hoping to use Eclipse as my IDE.

3. creating maven project error    stackoverflow.com

mvn archetype:generate -B              
  -DgroupId=com.my-company.my-project           
  ...

4. Hibernate and struts together in separate projects    forum.hibernate.org

Hi. I am using WSAD 5. I have a java project to manage my databases using hibernate. I wanted to put a web interface to it, and coded it separately using struts. I made a jar with the database (hibernate) app and put it in the /WEB-INF/lib directory of the struts app. The only problem is that when I initialize hibernate, ...