I'm thinking in using Grails (JSecurity Plugin, which "is" Spring Security)
with GWT as the interface. Have you tried this?

I haven't tested this yet, but the session expiration is a issue using GWT?
For example, the timeout for a session is 30 minutes, everytime GWT does an
"ajax" request the timeout counter is restarted or every 30 minutes with the
user didn't do a refresh (old school request) the session will expires?


Thanks,

---
Felipe Marin Cypriano
Vitória - ES
http://www.linkedin.com/in/felipecypriano


On Wed, Feb 25, 2009 at 6:14 AM, David <dmartin....@gmail.com> wrote:

>
> I've added additional information (examples mainly) and will upload a
> jar ASAP in order to make it easy to test.
>
> And do not hesitate to give me feedback.
>
> David
>
> On Feb 22, 4:13 pm, jossey <joss...@gmail.com> wrote:
> > Hi David,
> > I really appreciate you sharing this.
> > Thanks.
> >
> > On Feb 19, 3:03 pm, David <dmartin....@gmail.com> wrote:
> >
> > > Hi everyone,
> >
> > > This is my second message promoting something I've put in my "GWT test
> > > area" :) I hope you'll find it useful : It may help people to
> > > integrate Spring Security with GWT applications in a clean (that's my
> > > non-objective POV ! :)) way.
> >
> > > Here is a small introduction on how it works ; a more detailed
> > > description is available on code.google.com. See the link at the end
> > > of this message.
> >
> > > First thing : it uses GWT-SL to use simple Spring beans to serve RPC
> > > calls. I've extended the original GWTHandler in order to provide a
> > > convenient way to manage Security exceptions. I've also provided a
> > > specific ExceptionTranslationFilter that can deal with security
> > > exception too.
> >
> > > With these two parts, people can handle both URL filtering and AOP
> > > strategies.
> >
> > > As usual, feel free to post your comments, I'll really appreciate your
> > > feedback.
> >
> > > Here is the URL of the Google Code's project :
> http://code.google.com/p/gwt-incubator-lib
> >
> > > David
> >
> >
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to Google-Web-Toolkit@googlegroups.com
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to