Vaadin project in netbeans 8.0.2 without using maven.

I recently started using vaadin and I am still in learning phase. I am using netbeans 8.0.2 and vaadin plugin for netbeans.
vaadin plugin for netbeans only ceate project with maven, there is no option for creating vaadin project as simple web application. How can I create vaadin project in netbeans without using maven ?

Hi “Rahul khandelwal” !

Vaadin plugin build as these concepts below :

vaadin plugin

1# for eclipse > based on:

ant+ivy // as a configration management tools 2#for netbeans > base on:

maven // as a CMT so if you want use Vaadin plugin for netbeans you have to use maven.


if you don’t like using vaadin plugin or maven simply you can download the jars files and create a regular web project { eclipse or netbens … etc } put your jars as README.md or .txt file said bundled with your download.