DhavalDalal :

On my current GWT project, I needed to re-direct the user to the Login Dialog box upon session timeout on the server. In traditional web applications, it can be done either by taking a Filter-based approach or a inheriting from a common Controller Servlet; with GWT, it gets a little different...especially on the client-side...and depending on the frameworks that you use, you may need to do some additional work other than the server-side. On my project, I chose the Spring, Hibernate, Gilead and GWT-SL as a stack of technologies that will allow me to use the DDD approach so that I do not have to code a DTO layer, refer to my earlier post for tech frameworks stack.

Session Handling in GWT (962 hits)

A Note on Technology frameworks stack used with GWT (337 hits)

Via LudoMeurillon (1799 hits)