Hi, For a solution please take a look at Vaadin. It's a browser-based UI library that also provides a stateful session (called an Application) that is automatically persisted between requests. It supports GAE since 6.1, see http://vaadin.com/wiki/-/wiki/Main/Google AppEngine HOWTO
In addition to persistent objects you also get a very powerful but easy to use set of UI components. For an overview of the components see our sampler at http://demo.vaadin.com/sampler/ Another strong feature of Vaadin is that to create your user interface you only need to write Java - no XML, templates or HTML. The base set of components should be enought for most applications, but even if you need to write client side extensions they too are written in 100% Java since we use GWT. Henri --~--~---------~--~----~------------~-------~--~----~ 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 [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/google-appengine-java?hl=en -~----------~----~----~----~------~----~------~--~---
