Hello community. I need to know how to implementate the MVC architecture in Vaadin. I know that the model class implementate the annotations, but how to create the controllers and views classes? Also, how can I know its work.
Thank you in advance.
Hi,
One option would be to use Spring and the Vaadin Spring integration. That’s a fairly common pattern.
-Olli
Thanks for the advice