refresh « Session « Spring Q&A





1. Spring DAO Session refresh    forum.springsource.org

Spring DAO Session refresh Hi, I have a login page and once the user is logged in i will add the user object in the servlet session. This user table has ...

2. session.refresh returns java.util.Date for a field mapped as timestamp    forum.springsource.org

session.refresh returns java.util.Date for a field mapped as timestamp Hi I am refactoring my application which is struts and hibernate to struts-Spring-Hibernate. I am using Hibernate 3 and Spring 1.2. I ...

3. session.refresh() with Hibernate    forum.springsource.org

session.refresh() with Hibernate I am using Hibernate with Spring for my webapp with Declarative tx management. Everything works just fine except that I have run into a situation where I save ...

4. Does Session scope work with MVC controllers on a page refresh?    forum.springsource.org

Does Session scope work with MVC controllers on a page refresh? I have a form to choose stats to display. Once it's submitted, I want the resulting view to refresh at ...