Creating a Project with the NetBeans IDE
In the following, we walk you through the creation of a Vaadin project in NetBeans and show how to run it.
Installation of NetBeans and the Vaadin plugin is covered in "Installing the NetBeans IDE and Plugin".
Without the plugin, you can most easily create a Vaadin project as a Maven project using a Vaadin archetype. You can also create a Vaadin project as a regular web application project, but it requires many manual steps to install all the Vaadin libraries, create the UI class, configure the servlet, create theme, and so on.