Google app engine compatibility with Spring framework
google-app-engine, spring, spring-mvc
Solution
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
Problem
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?