I am开发者_Go百科 trying to build a quick application with Java/Hibernate that uses Google Maps heavily. I have narrowed to the following:
- Ext JS with JSP
- RichFaces
- HTML / JQuery with Play Framework
I would appreciate some input.
With Google Maps javascript library you will be using AJAX a lot. So choose a framework that handles this well.
My personal favorite would be (out of the ones presented) HTML+jQuery with Play REST+JSON backend.
精彩评论