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 project
- Copy vaadin-client and vaadin-client-compiler to a lib folder which is on your classpath but will not be deployed. These files are only needed when compiling a module (widget set) to Javascript.
But had no luck compiling the widgetset.
I was looking for a couple of days but I can't find a way to make it work. I've read the Book of Vaadin section about NetBeans and I've searched in Google with no positive result.
I know questions asking for tutorials or libraries are off-topic in this site but I really don't know how sort this issue. Any hint will be appreaciated.