I am 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.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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.