[appengine-java] Roo + GWT + Security on AppEngine

2010-06-03 Thread badcluster
Hi! Without Roo i had to implement a lot of workaround code on my project to work with Spring Security 3 and GWT on AppEngine. I had to deal with some RPC issues. Do you know if Roo implements Spring Security + GWT on AppEngine ? Thanks in advance -- You received this message because you are s

Re: [appengine-java] Roo + GWT + Security on AppEngine

2010-06-03 Thread Shahzada Hatim
Nothing that I know of, and even ROO's current security setup (for non GWT/HTML-only apps) is very basic (just gives you static admin and user with passwords in XML). You have to customize the system if you want to use spring security extensively. There is a need for plugins for Spring ROO which d

Re: [appengine-java] Roo + GWT + Security on AppEngine

2010-06-03 Thread Cleber Dantas Silva
Shahzada, thanks for your information. The issues that i had with rpc: 1) when i made an rpc call and the auth session ended, the rpc went to failure function with a 404 not found message. So, i had to implement a method to get the error message and if 404, show login screen. Very very dirty soluti

Re: [appengine-java] Roo + GWT + Security on AppEngine

2010-06-03 Thread Shahzada Hatim
Well I think you can streamline spring security to forward you to a proper location once you are not logged in, ofcourse you will have to tell your GWT app to redirect (or show a differrent state) for your login. Spring secrity has a very extnesive declarative security mechaniism, it can protect m