R – What’s the simplest, most concise web technology to build an app with on Google App Engine

google-app-engineprogramming-languagesweb-applications

Now that Java has allowed multiple additional languages to run on top of Google App Engine, which of the newly available languages would allow an app to be developed the most simply and concisely? Let's assume most people are aware of Ruby on Rails, PHP, Coldfusion and Python/Django and we can take for granted that these are pretty simple and concise. Excluding these, which technology that is now available because of Java would surprise people to know how simple and concise it is to develop a web app in?

Best Solution

I think JAX-RS is probably the simplest and most concise for Java. Both Jersey and Restlet are available for google appe engine.

Take a look here for the supported Java frameworks in Google App Engine.