In the last period, I tried to learn something about the Google cloud technology and I quite liked it.
I made a test project for learning GWT bound to GAE, too. In my opinion, the web toolkit is a nice framework for building a Web 2.0 UI from scratch, for those who always worked with Java, but… I think my team is not ready for that, unfortunately.
So, I have to choose another front-end technology, rather than leave my mates writing thousands-code-lines JSP.
What do you recommend to me? Last year I worked a little with Spring MVC and Struts, but since the project we’re going to start is a “green field”, I’d like to go for a state of art framework.
Remember:
- traditional “page” approach (html views, forms, and so on)
- must work on Google App Engine
This link lists all the supported frameworks on GAE. After going through that list I’d either go with Spring MVC or Struts 1.
Here is a CRUD tutorial with sprint MVC to get you started.