Friday, June 25, 2010

App Engine Using OpenID authentication java example

 

 

With the release of SDK 1.3.4, preliminary support is available for native OpenID authentication in App Engine. I have success fully implement this to my java appengine application.

Just see the working example GAE Federated login example java 

Full example source include in Google Code

If you need Python example see Nick's Blog

This may helpfully you to implement Google Appengins Newly introduced OpenID login features. 

Sunday, May 2, 2010

What is the best java framework for google appengine

What is the best java framework for google appengine? This is the fist question I got, the before starting my first appengine application, I just go through the google and fine several sources.

See the link - Java Appengine Support List

I have start to write some application and it very difficult to do with using some framework because appengine limitation. ex Spring , Graill .

The good news I have found Good Staring point to start.

Quick start app that demonstrates a 3-tiered Spring Appengine project built with ANT


Swagswap Google Appengine demo for Devoxx 2009

Nice work by - Sam and Scott

Try It yourself , I hope this will save your time