Re: [appengine-java] Re: A web service with security (java)

2009-12-07 Thread Jianhong Liu
hi, Andrey: I am also looking for advices on how to use spring security and OpenID on Google App Engine applications, did you find any useful information? as far as my research, I found my application on GAE can't be used as OpenID RP because it's not allowed to create Realm. It will be great

Re: [appengine-java] Re: A web service with security (java)

2009-11-22 Thread Rusty Wright
There's also Spring Security (aka Acegi). Andrey wrote: Now I can (partly) answer the question by myself :) 1) In the simplest situation it's easy to develop a stateless web service (the userName and userPassword can be passed straight into the request url). 2) To simplify the