summaryrefslogtreecommitdiffstats
path: root/documentation/architecture
diff options
context:
space:
mode:
authorMarko Gronroos <magi@vaadin.com>2016-03-16 15:09:46 +0200
committerMarko Gronroos <magi@vaadin.com>2016-03-16 15:09:46 +0200
commitce1d609b9cb9fbe0129d91a0fc79d60079d5efae (patch)
tree261f59cf65f081de0024be521eb26a140bbed29e /documentation/architecture
parentca2e1a6bda8b5b67b86bdfec9225356ddd0bbada (diff)
downloadvaadin-framework-ce1d609b9cb9fbe0129d91a0fc79d60079d5efae.tar.gz
vaadin-framework-ce1d609b9cb9fbe0129d91a0fc79d60079d5efae.zip
Formatting fixes mainly to chapters 1-4.
Change-Id: Ie7699ae777791689e0026e241efdf46274776bff
Diffstat (limited to 'documentation/architecture')
-rw-r--r--documentation/architecture/architecture-overview.asciidoc7
1 files changed, 1 insertions, 6 deletions
diff --git a/documentation/architecture/architecture-overview.asciidoc b/documentation/architecture/architecture-overview.asciidoc
index 4ff34c453c..9307b7b72c 100644
--- a/documentation/architecture/architecture-overview.asciidoc
+++ b/documentation/architecture/architecture-overview.asciidoc
@@ -63,7 +63,7 @@ User Interface Components/Widgets:: ((("component")))
((("field")))
The user interface of a Vaadin application consists of components that are
created and laid out by the application. Each server-side component has a
-client-side counterpart, a " __widget__", by which it is rendered in the browser
+client-side counterpart, a __widget__, by which it is rendered in the browser
and with which the user interacts. The client-side widgets can also be used by
client-side applications. The server-side components relay these events to the
application logic. Field components that have a value, which the user can view
@@ -155,8 +155,3 @@ run in the same servlet as the UI code, usually separated at least by a Java
API, possibly as EJBs, or distributed to a remote back-end service. The data
storage is usually distributed to a database management system, and is typically
accessed through a persistence solution, such as JPA.
-
-
-
-
-