aboutsummaryrefslogtreecommitdiffstats
path: root/documentation/architecture/architecture-technology.asciidoc
diff options
context:
space:
mode:
authorTeemu Suo-Anttila <teemusa@vaadin.com>2016-05-12 14:24:33 +0300
committerMarko Grönroos <magi@vaadin.com>2016-07-12 12:33:26 +0000
commit7ac2089afb27af6fdb4f187c934a9a1dde937f1b (patch)
tree84034baa517f5ca2dacabc3938a1a582324fba4d /documentation/architecture/architecture-technology.asciidoc
parent7898b7fc034b8587fd083f8f5e82930f9c36cd2f (diff)
downloadvaadin-framework-7ac2089afb27af6fdb4f187c934a9a1dde937f1b.tar.gz
vaadin-framework-7ac2089afb27af6fdb4f187c934a9a1dde937f1b.zip
Add basic AppWidgetset documentation
Change-Id: Iaea8b5267c7ccb2a6bc667cc89078bd3c4bf2435
Diffstat (limited to 'documentation/architecture/architecture-technology.asciidoc')
-rw-r--r--documentation/architecture/architecture-technology.asciidoc9
1 files changed, 3 insertions, 6 deletions
diff --git a/documentation/architecture/architecture-technology.asciidoc b/documentation/architecture/architecture-technology.asciidoc
index 834bcba292..6924bba891 100644
--- a/documentation/architecture/architecture-technology.asciidoc
+++ b/documentation/architecture/architecture-technology.asciidoc
@@ -196,9 +196,6 @@ in
a Server-Side Web Application">>. The class is given as a parameter to the
Vaadin Servlet in the [filename]#web.xml# deployment descriptor.
-The Vaadin Client-Side Engine as well as client-side Vaadin applications are
-loaded to the browser as static JavaScript files. The client-side engine, or
-widget set in technical terms, needs to be located under the
-[filename]#VAADIN/widgetsets# path in the web application. The precompiled
-default widget set is served from the [filename]#vaadin-client-compiled# JAR by
-the Vaadin Servlet.
+The Vaadin Client-Side Engine as well as client-side Vaadin applications are loaded to the browser as static JavaScript files.
+The client-side engine, or widget set in technical terms, needs to be located under the [filename]#VAADIN/widgetsets# path in the web application.
+It is normally automatically compiled to include the default widget set, as well as any installed add-ons and custom widgets.