1. Login jsp page with hibernate stackoverflow.comcan i use hibernate to login jsp page using (session) if i'm not using hibernate i do like this :
| |
2. Hibernate openSession() vs getCurrentSession() stackoverflow.comI have some questions about using Hibernate in JSP web application.
| |
4. jsp view error when session.close() forum.hibernate.orgHi all, I got a problem since 3 months and couldnt solve it yet. The porblem is that; When I close hibernate session after getting ant value and then show it in jsp page, it doesnt work, but if I get the value first and view it in jsp, then close the hibernate session, it works fine. Ofcourse this method is ... | |
5. where should I close session in jsp ? forum.hibernate.orgHi all , I use a struts action to retrieve the products from db and put java.util.List in request. In jsp: | |
6. Rendering JSPs with Open Session in View pattern. forum.hibernate.orgNewbie Joined: Fri Aug 13, 2004 11:41 am Posts: 9 Hibernate version: 3.0.X Servlet Filter Code: public class SessionManagerFilter implements Filter { /** * create a static reference to the logger. */ private static final Logger logger = Logger.getLogger(SessionManagerFilter.class); ... | |
7. Open Session in View creating multiple sessions per JSP page forum.hibernate.org |