Hi, I need to use Spring Security 3 in my application which is composed by Spring 3 for the server side and GWT 2.1 for the client side.
Client side and server side are totally ""decoupled"", I mean they don't belong to the same project in the eclipse workspace (server side is managed by maven and client side uses prebuilt ant files) and till now they "communicate" each other using Rest/Json. Googling I found some tutorials and tips about integration with Spring Security but all of them suppose that "client side" knows spring- server-side classes, and so using @Controller @Autowired etc under the gwt.server package. In my case this is not possible (or not clean to do). Is there a way to use Spring Security and keeping the code "decoupled"? Maybe for every (rest) client request I should use "basic authentication"? And what about a normal login page authentication? Thanks -- 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-tool...@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.