Hi, I am integrating a GWT application with Spring Security and I got a great example on a previous thread - http://groups.google.com/group/google-web-toolkit/browse_thread/thread/c8032d9a472d975b/b9634461528cd31b?lnk=gst&q=renatobeserra#b9634461528cd31b.
But now I want to secure my rpc calls, but i have a problem: Spring Security provides some annotations that i should use on the method declaration. But in GWT RPC the interface should be defined on client side, so the annotation is not valid. Is there a simpler solution other than making my rpc implementation to call a secured method on the server-side? Thanks in advance. -- Renato Beserra Sousa -- 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.
