Vaadin and Spring MVC Integration

Posted by dakull on Stack Overflow See other posts from Stack Overflow or by dakull
Published on 2009-07-26T19:34:23Z Indexed on 2010/05/11 22:44 UTC
Read the original article Hit count: 587

Filed under:
|
|

I'm thinking about the possibility of using Spring MVC with Vaadin Framework. Are there any documented ways of making them play nicely together ? Also is it a good idea to use them together ? relating to performance; I'm going to run the app on a dedicated server.

To make my question a bit more clear, how can i return a modelandview from a Spring MVC Controller that wll render using Vaadin and can access all the model data.

© Stack Overflow or respective owner

Related posts about spring

Related posts about spring-mvc