aboutsummaryrefslogtreecommitdiffstats
path: root/all/src/main/resources
diff options
context:
space:
mode:
authorelmot <elmot@vaadin.com>2016-04-18 15:09:01 +0300
committerVaadin Code Review <review@vaadin.com>2016-04-21 07:18:54 +0000
commite6ae6a6100381b4e10e07def921687ad870c8e37 (patch)
tree2b5cf253f6307c375e64a53dda1bf59ad14641c2 /all/src/main/resources
parent6c9add02854f3f88b46f609c3cc408af0e7ea338 (diff)
downloadvaadin-framework-e6ae6a6100381b4e10e07def921687ad870c8e37.tar.gz
vaadin-framework-e6ae6a6100381b4e10e07def921687ad870c8e37.zip
Updated READMEs
Change-Id: I60eb78fcf7eab53771c12687b0b973ea732ebf1c
Diffstat (limited to 'all/src/main/resources')
-rw-r--r--all/src/main/resources/WebContent/README.TXT24
1 files changed, 18 insertions, 6 deletions
diff --git a/all/src/main/resources/WebContent/README.TXT b/all/src/main/resources/WebContent/README.TXT
index 24d8afb44c..3de8163b4f 100644
--- a/all/src/main/resources/WebContent/README.TXT
+++ b/all/src/main/resources/WebContent/README.TXT
@@ -1,13 +1,25 @@
This Vaadin zip contains all the jars of the Vaadin Framework. Additionally all dependencies are provided in the lib folder.
To use in a web project:
-1. Copy all vaadin-* files except vaadin-client and vaadin-client-compiler to WEB-INF/lib in your project
-2. Copy lib/*.jar to WEB-INF/lib in your project
-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.
+1. Copy following files from the archive root into WEB-INF/lib in your project:
+ - vaadin-server-*.jar
+ - vaadin-shared-*.jar
+ - vaadin-themes-*.jar
+ - vaadin-push-*.jar (if you need push)
-If you are using Eclipse and a standard WTP (Dynamic Web Project or Vaadin Project), step 3 can be:
-Create a /lib folder, copy the files there and right click the lib folder and select "Build Path" -> "Add to Build Path".
-Once this is done, the "Compile widgetset" button provided by the Vaadin Plug-in for Eclipse will work correctly.
+2. Copy following files from the archive /lib into WEB-INF/lib in your project:
+ - vaadin-slf4j-jdk14-*.jar
+ - flute-*.jar
+ - guava-*.jar
+ - js-*.jar
+ - jsoup-*.jar
+ - sac-*.jar
+ - streamhtmlparser-jsilver-*.jar
+ - atmosphere-runtime-*.jar (if you need push)
+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.
+
+4. Read https://vaadin.com/docs/-/part/framework/application/application-overview.html#application.overview to start your development