java - Using Vaadin on NetBeans WITHOUT Maven -


i'm starting vaadin , i'd know if it's possible work framework in netbeans without using maven. reason project using maven takes ages downloading dependencies , never reaches run because of timeout connection problem.

i've downloaded all-in-one file , tried following these readme.txt file instructions:

  1. copy vaadin-* files except vaadin-client , vaadin-client-compiler web-inf/lib in project
  2. copy lib/*.jar web-inf/lib in project
  3. copy vaadin-client , vaadin-client-compiler lib folder on classpath not deployed. these files needed when compiling module (widget set) javascript.

but had no luck compiling widgetset.

i looking couple of days can't find way make work. i've read book of vaadin section netbeans , i've searched in google no positive result.

i know questions asking tutorials or libraries off-topic in site don't know how sort issue. hint appreaciated.

we wished netbeans development vaadin 7, without having use maven stuff.

in vaadin6 simple, worked fine. vaadin 7 have not been able in reasonable way. switched maven vaadin7 projects.

you can install nexus repository caches maven downloads, can prevent timeout problems.

not sure vaadin plugin allows do, perhaps 1 works without maven?


Comments

Popular posts from this blog

Android layout hidden on keyboard show -

google app engine - 403 Forbidden POST - Flask WTForms -

c - Why would PK11_GenerateRandom() return an error -8023? -