My question is in the title.
I am afraid to use Spring MVC 3 (and learn it..) and having bad surprise after.
Do you have any recent feedback or recommendation about using SPRING MVC + GAE ?
Thanks you,
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.
You can use Spring MVC 3. Search the web and you’ll find numerous tutorials and mini-examples on how to use it on App Engine.
That said, you should prefer a more lightweight solution, because big frameworks can suffer from slow start-up times. There are workarounds specific for Spring MVC, like this blog post suggests.