Vaadin and Spring MVC Integration

后端 未结 6 1457
面向向阳花
面向向阳花 2021-01-31 17:59

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

6条回答
  •  无人及你
    2021-01-31 18:31

    agreed with dhrbo.

    its not wise to use spring mvc, more so with webflow with vaadin. vaadin is another web-app framework.

    if you want the idea of "spring mvc" in your vaadin project, integrate it with spring-core, beans and context. that way you can get a clear separation between controllers, ui (vaadin), and models (integrate with hibernate / orms)

提交回复
热议问题