aboutsummaryrefslogtreecommitdiffstats
path: root/documentation/gwt/chapter-gwt.asciidoc
diff options
context:
space:
mode:
authorMarkus Koivisto <markus@vaadin.com>2016-01-22 14:55:18 +0200
committerMarkus Koivisto <markus@vaadin.com>2016-01-22 14:55:18 +0200
commit99d6de546c74f0eed230ea8253dda6b85109d2e7 (patch)
tree10fc21c557566fe3241e6e13499df18d80f8dcb2 /documentation/gwt/chapter-gwt.asciidoc
parent610736d9f373d4b37fd39ff8f90aabd13eab7926 (diff)
downloadvaadin-framework-99d6de546c74f0eed230ea8253dda6b85109d2e7.tar.gz
vaadin-framework-99d6de546c74f0eed230ea8253dda6b85109d2e7.zip
Add documentation to master branch
Change-Id: I2504bb10f1ae73ec0cbc08b7ba5a88925caa1674
Diffstat (limited to 'documentation/gwt/chapter-gwt.asciidoc')
-rw-r--r--documentation/gwt/chapter-gwt.asciidoc39
1 files changed, 39 insertions, 0 deletions
diff --git a/documentation/gwt/chapter-gwt.asciidoc b/documentation/gwt/chapter-gwt.asciidoc
new file mode 100644
index 0000000000..32f6e09ccf
--- /dev/null
+++ b/documentation/gwt/chapter-gwt.asciidoc
@@ -0,0 +1,39 @@
+[[gwt]]
+== Integrating with the Server-Side
+
+((("Google Web Toolkit", "widgets", id="term.gwt", range="startofrange")))
+
+
+((("widgets")))
+This chapter describes how you can integrate client-side widgets or JavaScript
+components with a server-side component. The client-side implementations of all
+standard server-side components in Vaadin use the same client-side interfaces
+and patterns.
+
+
+include::gwt-overview.asciidoc[leveloffset=+2]
+
+include::gwt-eclipse.asciidoc[leveloffset=+2]
+
+include::gwt-server-side.asciidoc[leveloffset=+2]
+
+include::gwt-connector.asciidoc[leveloffset=+2]
+
+include::gwt-shared-state.asciidoc[leveloffset=+2]
+
+include::gwt-rpc.asciidoc[leveloffset=+2]
+
+include::gwt-extension.asciidoc[leveloffset=+2]
+
+include::gwt-styling.asciidoc[leveloffset=+2]
+
+include::gwt-componentcontainer.asciidoc[leveloffset=+2]
+
+include::gwt-advanced.asciidoc[leveloffset=+2]
+
+include::gwt-addons.asciidoc[leveloffset=+2]
+
+include::gwt-vaadin-6-migration.asciidoc[leveloffset=+2]
+
+include::gwt-javascript.asciidoc[leveloffset=+2]
+(((range="endofrange", startref="term.gwt")))