diff options
author | Pekka Hyvönen <pekka@vaadin.com> | 2017-01-02 13:40:48 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-01-02 13:40:48 +0200 |
commit | 9c6831bab067ccdb47c3063f2e77d3c0e7fe3440 (patch) | |
tree | 190002e96b0d76fe4ac2ebaa9b21cc31fd7bd406 /documentation/installing/installing-server.adoc | |
parent | 6adc887b7f94f5fb6e83c34822358e2240018147 (diff) | |
download | vaadin-framework-9c6831bab067ccdb47c3063f2e77d3c0e7fe3440.tar.gz vaadin-framework-9c6831bab067ccdb47c3063f2e77d3c0e7fe3440.zip |
Update documentation, BoV chapters 1 - 5.3 (#8085)
* Update documentation chapters 1 - 5.3
Images and diagrams have not been updated,
but unnecessary images have been removed.
* Sync application declarative and architecture sections source code.
Screenshot image is updated to match the source code.
* Old datamodel image is removed.
* Ivy install image is removed.
* Remove unnecessary linking / reference
Diffstat (limited to 'documentation/installing/installing-server.adoc')
-rw-r--r-- | documentation/installing/installing-server.adoc | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/documentation/installing/installing-server.adoc b/documentation/installing/installing-server.adoc index 59874ab154..c1e7e7cb98 100644 --- a/documentation/installing/installing-server.adoc +++ b/documentation/installing/installing-server.adoc @@ -7,15 +7,10 @@ layout: page [[installing.server]] = Installing a Web Server -You can run Vaadin applications in any Java servlet container that supports at least Servlet API 2.4. -However, a server supporting Servlet API 3.0 is recommended. -It is required for using Vaadin CDI, for which also a CDI container is required, a standard feature in Java EE 6 or newer servers. -It is also required by the Vaadin Spring add-on. +You can run Vaadin applications in any Java servlet container that supports at least Servlet API 3.0. Server push can benefit from using communication modes, such as WebSocket, enabled by features in some latest servers. For Java EE containers, at least Wildfly, Glassfish, and Apache TomEE Web Profile are recommended. -Also, if you use Java 8 for Vaadin development, you need to make sure that the server supports it. - Some Java IDEs have server integration, so we describe installation of the server before the IDEs. Some IDE bundles also include a development server; for example, NetBeans IDE includes GlassFish and Apache Tomcat. |