jsp « MySQL « JPA Q&A





1. how can i use hibernate to loging in a jsp page    stackoverflow.com

im using hibernate with my jsp page and mySQL , i know just how to save a session like that :

<%Session hibernateSession = MyDB.HibernateUtil.currentSession();  Transaction tx = hibernateSession.beginTransaction(); 
Student std ...

2. JPA for AWS MySQL    coderanch.com

3. Issue with JPA + MySQL    coderanch.com

Sorry - reposting this again after using the code tag. Also the datasource is there otherwise it shouldn't have given me the JPA sequence table not found exception. This question was under the ORM forum but I didn't get any reply so I thought may be I should re-post it under the EJB3 forum. Let me first tell you that I ...