Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

12345678910111213
  1. This Vaadin zip contains all the jars of the Vaadin Framework. Additionally all dependencies are provided in the lib folder.
  2. To use in a web project:
  3. 1. Copy all vaadin-* files except vaadin-client and vaadin-client-compiler to WEB-INF/lib in your project
  4. 2. Copy lib/*.jar to WEB-INF/lib in your project
  5. 3. 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.
  6. If you are using Eclipse and a standard WTP (Dynamic Web Project or Vaadin Project), step 3 can be:
  7. Create a /lib folder, copy the files there and right click the lib folder and select "Build Path" -> "Add to Build Path".
  8. Once this is done, the "Compile widgetset" button provided by the Vaadin Plug-in for Eclipse will work correctly.