Spring Login Page - GWT 2.0 - SOP

2010-10-28 Thread feuse8
Hi, I'm currently developing a GWT App that uses Rest Webservices from a Spring Server (3.0.4). The services are being secured with Spring Security (3.0.0), what means that you have to log in on the server. This should be done from within the GWT App. My first approach was to send a request

Re: Spring Login Page - GWT 2.0 - SOP

2010-10-28 Thread David Chandler
Hi feuse8, A common approach to solve the cross-domain RPC problem is to use a proxy servlet. See http://raibledesigns.com/rd/entry/how_to_do_cross_domain http://code.google.com/p/google-web-toolkit/issues/detail?id=4817 HTH, /dmc On Thu, Oct 28, 2010 at 7:44 AM, feuse8 feu...@gmail.com