summaryrefslogtreecommitdiffstats
path: root/documentation/gwt/chapter-gwt.asciidoc
diff options
context:
space:
mode:
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")))