On May 21, 6:29 pm, "hurray!" <sudarshan.acha...@gmail.com> wrote:
> I am looking for a web framework to use on GAE that
> 1. Provides pretty URLs
> 2. Makes passing data to views easier.
> 3. Is productive.
>
> I tried Grails for a small app, but the startup time was too long.
>
> I am curious what framework do you guys use for a small to medium
> sizeapp (that gets a few hundred visits per day)? Please advise based
> on your production level experience on GAE.

I used Wicket and the low level datastore API. I was quite happy with
it but had slow, high CPU loading requests. So I went to static html,
JQuery and JAX-RS handlers or servlets. Performance is stellar now.
It's a small application though.

Cheers
Philippe

-- 
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...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.

Reply via email to