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?
- Fully annotated controllers?
- 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.
精彩评论