From ca049c845d26a7106699715071b5cc9df0425c73 Mon Sep 17 00:00:00 2001
From: =?utf8?q?Pekka=20Hyv=C3=B6nen?=
- Vaadin @version@ is a
+ Vaadin Framework @version@ is a
pre-release for evaluating
a number of new features and bug fixes, as listed in the
-
You can find the full list of all changes .
Vaadin @version-minor@ includes many major and minor
+ Vaadin Framework @version-minor@ includes many major and minor
enhancements. Below is a list of the most notable changes:
@@ -94,25 +94,25 @@
new API, and the old data binding API and components have been moved to separate
compatibility packages for ease of migration.
For more details, see the list of incompatible changes and how to migrate
- to Vaadin 8.
+ to Vaadin Framework 8
- For enhancements introduced in Vaadin 7.7, see the Release
- Notes for Vaadin 7.7.0.
+ Notes for Vaadin Framework 7.7.0.
- Vaadin is a Java framework for building modern web
+ Vaadin Framework is a Java framework for building modern web
applications that look great, perform well and make you and
- your users happy. Vaadin is available under the
+ your users happy. The Framework is available under the
Apache License, Version 2.0 (see the
license.html
- in the Vaadin ZIP package).
+ in the Vaadin Framework ZIP package).
- The easiest ways to install Vaadin are:
+ The easiest ways to start using Vaadin Framework are:
Release Notes for Vaadin Framework
@version@
-
- Overview of Vaadin @version@ Release
+ Overview of Vaadin Framework @version@ Release
Change Log for Vaadin @version@
+ Change Log for Vaadin Framework @version@
Enhancements in Vaadin @version-minor@
+ Enhancements in Vaadin Framework @version-minor@
-
Incompatible or Behavior-altering Changes in @version@
Compatibility and requirements
-
- New Data Binding API related changes
Vaadin Installation
+ Getting started with Vaadin Framework
@@ -274,9 +274,9 @@
@@ -338,18 +338,18 @@
components.)
- Most Vaadin 7 applications need some changes when migrating - to Vaadin 8. In addition to updating dependencies, all references to - Vaadin 7 style data binding and components using it need to be - updated either to use new Vaadin 8 style data binding or to use the + Most Vaadin Framework 7 applications need some changes when migrating + to Vaadin Framework 8. In addition to updating dependencies, all references to + Framework 7 style data binding and components using it need to be + updated either to use new Framework 8 style data binding or to use the compatibility versions in separate packages.
- Vaadin 7 compatible versions of the old data binding API and + Vaadin Framework 7 compatible versions of the old data binding API and components (with the exception of Form) are available in the package com.vaadin.v7 in modules vaadin-compatibility-server, vaadin-compatibility-shared etc. that can be used instead of @@ -368,23 +368,23 @@
- Some Vaadin 7 add-ons do not work in Vaadin 8 - please check the add-ons in Vaadin Directory - for Vaadin 8 support. + for Framework version 8 support.
Always when upgrading from an earlier Vaadin version, you +
Always when upgrading from an earlier Vaadin Framework version, you must:
Remember also to refresh the project in your IDE to @@ -403,26 +403,26 @@
- Maven users should update the Vaadin dependency + Maven users should update the Vaadin Framework dependency version in the pom.xml .
-When using Maven, Ivy, Gradle, or other dependency - management system, all Vaadin dependencies are downloaded + management system, all Framework dependencies are downloaded automatically. This is also the case when using the Vaadin Plugin for Eclipse.
- The Vaadin ZIP installation package includes the + The Vaadin Framework ZIP installation package includes the dependencies in the lib subfolder. These need to be copied to the WEB-INF/lib - folder of the web application that uses Vaadin. + folder of the web application that uses Vaadin Framework.
@@ -445,7 +445,7 @@
- Vaadin 8 is compatible with Java 8 and newer. Vaadin + Vaadin Framework 8 is compatible with Java 8 and newer. Vaadin Framework 8 is especially supported on the following operating systems:
@@ -457,7 +457,7 @@- Vaadin 8 requires Java Servlet API 3.0 but also + Vaadin Framework 8 requires Java Servlet API 3.0 but also supports later versions and should work with any Java application server that conforms to the standard. The following application servers are supported: @@ -475,7 +475,7 @@
- Vaadin 8 supports the JSR-286 Portlet specification and all + Vaadin Framework 8 supports the JSR-286 Portlet specification and all portals that implement the specification should work provided they support Java 8 and Servlet 3.0. The following portals are supported: @@ -486,11 +486,11 @@
- Vaadin also supports Google App Engine. + Vaadin Framework also supports Google App Engine.
- Vaadin @version@ supports the following desktop browsers: + Vaadin Framework @version@ supports the following desktop browsers:
- Additionally, Vaadin supports the built-in browsers in the + Additionally, Vaadin Framework supports the built-in browsers in the following mobile operating systems:
@@ -518,27 +518,27 @@ developer portal containing everything you need to know about Vaadin