Using Vaadin on NetBeans WITHOUT Maven
问题 I'm starting with Vaadin and I'd like to know if it's possible work with this framework in NetBeans without using maven. The reason is the project using maven takes ages downloading dependencies and never reaches to run because of a timeout connection problem. I've downloaded the All-in-one file and tried following these README.txt file instructions: Copy all vaadin-* files except vaadin-client and vaadin-client-compiler to WEB-INF/lib in your project Copy lib/*.jar to WEB-INF/lib in your