aboutsummaryrefslogtreecommitdiffstats
path: root/documentation/architecture/chapter-architecture.asciidoc
Commit message (Collapse)AuthorAgeFilesLines
* Update broken docs syntax in github (#11596)Zhe Sun2019-05-231-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | * Add delay to the unstable test * Add delay for unstable tests * Update broken docs syntax in github * Merge branch 'master' into ZheSun88-patch-1 * Update doc reference syntax * Merge branch 'ZheSun88-patch-1' of github.com:vaadin/framework into ZheSun88-patch-1 # Conflicts: # documentation/components/components-overview.asciidoc * Merge branch 'master' into ZheSun88-patch-1 * use .asciidoc * Merge remote-tracking branch 'origin/ZheSun88-patch-1' into ZheSun88-patch-1 * use .asciidoc * Merge branch 'master' into ZheSun88-patch-1
* Add documentation to master branchMarkus Koivisto2016-01-221-0/+16
| | | | Change-Id: I2504bb10f1ae73ec0cbc08b7ba5a88925caa1674
* Revert "Merge branch 'documentation'"7.6.0.beta2Ilia Motornyi2015-12-031-16/+0
| | | | | | This reverts commit f6874bde3d945c8b2d1b5c17ab50e2d0f1f8ff00. Change-Id: I67ee1c30ba3e3bcc3c43a1dd2e73a822791514bf
* Framework documentation INelmot2015-09-251-0/+16
Change-Id: I767477c1fc3745f9e1f58075fe30c9ac8da63581
* Literal.String.Doc */ .highlight .s2 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Double */ .highlight .se { color: #0044dd; background-color: #fff0f0 } /* Literal.String.Escape */ .highlight .sh { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Heredoc */ .highlight .si { color: #3333bb; background-color: #fff0f0 } /* Literal.String.Interpol */ .highlight .sx { color: #22bb22; background-color: #f0fff0 } /* Literal.String.Other */ .highlight .sr { color: #008800; background-color: #fff0ff } /* Literal.String.Regex */ .highlight .s1 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Single */ .highlight .ss { color: #aa6600; background-color: #fff0f0 } /* Literal.String.Symbol */ .highlight .bp { color: #003388 } /* Name.Builtin.Pseudo */ .highlight .fm { color: #0066bb; font-weight: bold } /* Name.Function.Magic */ .highlight .vc { color: #336699 } /* Name.Variable.Class */ .highlight .vg { color: #dd7700 } /* Name.Variable.Global */ .highlight .vi { color: #3333bb } /* Name.Variable.Instance */ .highlight .vm { color: #336699 } /* Name.Variable.Magic */ .highlight .il { color: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long */
[[application]]
== Writing a Server-Side Web Application

This chapter provides the fundamentals of server-side web application
development with Vaadin, concentrating on the basic elements of an application
from a practical point-of-view.


include::application-overview.asciidoc[leveloffset=+2]

include::application-architecture.asciidoc[leveloffset=+2]

include::application-declarative.asciidoc[leveloffset=+2]

include::application-events.asciidoc[leveloffset=+2]

include::application-resources.asciidoc[leveloffset=+2]

include::application-errors.asciidoc[leveloffset=+2]

include::application-notifications.asciidoc[leveloffset=+2]

include::application-lifecycle.asciidoc[leveloffset=+2]

include::application-environment.asciidoc[leveloffset=+2]