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 if

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

2009-11-23 Thread Andrey
I begin to use Spring Security. Now I learn how to use OpenID or OAuth with Spring Security... Regards, -Andrey -- You received this message because you are subscribed to the Google Groups "Google App Engine for Java" group. To post to this group, send email to google-appengine-j...@googlegrou

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 transf

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

2009-11-22 Thread Andrey
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 transformation of object to XML it's better to use languages like Groovy. Wh