Servlet « Struts « JPA Q&A





2. Hibernate with Struts/JSP, Servlets    forum.hibernate.org

We have an application (developed before 4 years) written using JSP, Servlets and JDBC (Informix database.) We have decided to use Hibernate to replace the old style JDBC Connection & SQL query's. We are not able to decide if we should keep the JSP/Servlets or write it again in Struts. Here is a question I would like to ask you. a) ...

3. javax.servlet.UnavailableException while adding Hibernate 3.2 to Struts    forums.oracle.com

Hi, I was trying to plugin Hibernate in Struts. I followed the steps on hibernate website. All classpaths are set and jars have been added to WEB-INF/lib, I am using weblogic 8.1 SP5. After deploying the application, when i try to access the welcome page it throws 503 error. Can anyone please help me with this? Thanks