I have started developing a web app using google app engine and Spring 4. But now i have understood that Spring 4 does't fully support with Google app engine. Now i need the latest version of Spring framework that fully support with google app engine. Can someone please help me?
Asked
Active
Viewed 3,022 times
9
-
I read this answers also. But i couldn't get suitable answer. http://stackoverflow.com/questions/3067187/spring-framework-support-with-google-app-engine – Lakmal Vithanage Dec 28 '13 at 10:46
1 Answers
2
You'll find the list of Spring supported modules and versions in this link :
Spring MVC Version 2.5.6 Status COMPATIBLE
Spring ORM Version 2.5.6 Status COMPATIBLE
Spring Security Version(s) ? Status SEMI-COMPATIBLE To work around a ClassNotFoundException, you can use a re-compiled version of the library which adds a StringInsensitiveComparator class .
For more details check out this link. Hope it helped, Good luck

KnightYusuf
- 78
- 1
- 8
-
1It's a good practice to copy the key elements of the answer behind the link into your answer. It makes it easier to use, and also it will remain valid even after the link you provided dies. – ljgw Dec 28 '13 at 21:00
-
2I think the link is outdated. I use web/MVC 3.2.4 & security 3.1.4 without any issues. You write "full support", but one rarely use all the modules at once. – Jens Jan 17 '14 at 08:43
-