开发者

Spring 3.x - Will it play in App Engine?

开发者 https://www.devze.com 2023-01-06 19:09 出处:网络
Spring 3.x is conspicuously absent from the official Will it play in app engine? Has anybody got it up and running?

Spring 3.x is conspicuously absent from the official Will it play in app engine?

Has anybody got it up and running?

Any issues with the followin开发者_C百科g?

  1. Fully annotated controllers?
  2. Annotated JSR 303 validation?


Spring is quite broad, so there may be some parts of it that won't work. However, I have deployed a small project using Spring 3 without any major issues.

  • Annotated controllers: Can't say about Spring MVC as I used Wicket for the frontend. But the annotations driven DI worked with no problems.
  • Annotated JSR-303 Validation: Working perfectly with no issues. Using Apache Bean Validator as provider.
  • Apart from those points, I used JPA2 for persistence and the setup was trickier. I would recomend using JDO if possible.
0

精彩评论

暂无评论...
验证码 换一张
取 消