I’m going to implement an web app in gae.
I was wondering which is the best framwork for that?
I used the struts2 but it seems to be not supported.
Is there any MVC or similat inside the GAE?
What do you think is the best way?
PS: the application should be basically a collections of user profiles (with different informations) + a collections of place descriptions (which picture, descriptions, and user comments).
You can check the list of libraries and frameworks that are tested to work on GAE. It seems that Struts 2 is supported via a workaround.
Personally I’d go with something more modern such as Play, Sitebricks or my favorite: JAX-RS with Freemarker.
Also, if you are not afraid to try something new go with GWT (as @Carlos already suggested). It’s a steep learning curve, but worth it.