user « Struts « JPA Q&A





1. Rich interaction in Java/JSP web app    stackoverflow.com

I'm writing a website in JSP using Struts and Hibernate. I'm looking for a way to implement a rich UI where you can have more than just buttons. For examples, drag ...

2. Exchanging of screens between two users    stackoverflow.com

We have a web-based application with tech stack - 1. Java Struts based 2. Hibernate 3. DB - Oracle 4. App server - JBoss server We are facing an issue related to concurrent usage of the ...

3. User registration system using struts+hibernate    coderanch.com

Hi, I have created one user registration system using struts,hibernate and mysql,its working fine but after restarting my server (apache tomcat) when i again fill the registration form and hits submit the older database values gets emptied and new values are entered with no other record. Any one having any idea regarding this. Please help me..

4. Passing user settings with hibernate and struts    forum.hibernate.org

I am currently redesigning a web application that requires user authentication and has column level security on reporting pages (user can or can't see certain columns of a table). I have implemented a basic DAOFactory and am using an interceptor much like the one on http://www.hibernate.org/43.html Lets say the follwing Action validates a user against the database and returns his/her "session" ...