session « GWT « Spring Q&A





1. Getting session null in GWT application in web mode but not in hosted mode    stackoverflow.com

I am running a GWT application which maintains a user cache in session object. I am using Spring Security 3.0.5. Following is the code I am using to get session object

ServletRequestAttributes attr ...

2. GWT / RPC / No Hibernate Session bound to thread    forum.springsource.org

Hello, I'm currently integrating a gwt application which uses an rpc server with spring and hibernate. I'm almost done, but I have a little trouble setting up my transaction management. On ...