Vaadin is a new generation framework mainly used to develop web applications. I can say Vaadin is a pure java framework where developers can use minimal or no html & javascript code to build web applications.
Add the following dependencies in pom.xml file to import all the vaadin and spring related library files into your vaadin project.
The main intention to use 'SpringApplicationSevlet' in web.xml is to integrate Spring and Vaadin frameworks. The basic purpose of this servlet is to load all the vaadin related classes.
Spring context listener used to load the spring bean configuration files.
Follow https://vaadin.com to find more information on Vaadin framework.
No comments:
Post a Comment