Does Google App Engine support the Spring framework?
相关问题
- java.lang.IllegalArgumentException: Cannot set to
- java.lang.NullPointerException at java.io.PrintWri
- Spring Data MongoDB - lazy access to some fields
- Declaring an explict object dependency in Spring
- Decoding body parameters with Spring
相关文章
- java JDK动态代理和cglib动态代理最后获取的代理对象都为null的问题
- org.xml.sax.SAXParseException; lineNumber: 7; colu
- SpringMVC如何把File封装到Map中?
- Spring: controller inheritance using @Controller a
- Is there a size limit for HTTP response headers on
- How to load @Configuration classes from separate J
- Java spring framework - how to set content type?
- Java/Spring MVC: provide request context to child
Google has an article Optimizing Spring Framework for App Engine Applications. Below is a summary of the main points, but it would behove you to read the article in full.
what I heard is, the spring startup time alone makes it unfit for google app engine.
the real problem is, spring is bought by VMWare, for their own cloud strategy. They are in direct competition with google app engine. so don't expect the situation is going to get any better.
If by saying "Google Apps" you're in fact talking about "Google App Engine" (as the tag suggests), then, "mostly". See here (I'm pointing to the cached page because the "Will it Play in App Engine" google groups post seems to be just spinning interminably). Quoting:
Edit: per @hleinone's comment below, the "mostly" answer has now become "yes" -- Spring Security 3.x runs "out-of-the-box" on Google App Engine (haven't tried it personally, I'm just trusting the comment in question!). [[end-of-edit]]