I protect the app with spring security in two manner:

1) Protect URL with filter provided with spring security.
2) I protect my service with JSR250 (you can enable in spring).
3) Implement a interface, a wrapper of SpringSecurity classes, that I query
userid and if the user is logged.

Juan

2011/3/29 Alexei Telles <[email protected]>

> Hi,
>
> I need to implement Spring Security in my GWT web application.
> Does anybody know a good tutorial to get me started?
>
> Thank you in advance.
>
> --
> You received this message because you are subscribed to the Google Groups
> "Google Web Toolkit" group.
> To post to this group, send email to [email protected].
> To unsubscribe from this group, send email to
> [email protected].
> For more options, visit this group at
> http://groups.google.com/group/google-web-toolkit?hl=en.
>
>

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

Reply via email to