From: Marko Grönroos Date: Fri, 18 Dec 2009 13:32:28 +0000 (+0000) Subject: Minor fixes to Release Notes for Vaadin 6.2. X-Git-Tag: 6.7.0.beta1~2095^2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=1af5b6d240cc9f94b0ad91e0cfd05df69204f992;p=vaadin-framework.git Minor fixes to Release Notes for Vaadin 6.2. svn changeset:10435/svn branch:6.2 --- diff --git a/WebContent/release-notes.html b/WebContent/release-notes.html index efa1f4b22f..f5e8dfae3a 100644 --- a/WebContent/release-notes.html +++ b/WebContent/release-notes.html @@ -43,10 +43,11 @@ contains a number of significant enhancements.

  • Reuse of widgets is now much easier, as it is easier to package and use widget set JARs and otherwise combine widget sets.
  • -
  • A widget set definition class is no longer used. Java code needed for widget - instantiation and client-server mapping is automatically generated by GWT - compiler. For a common Vaadin user, Widgetset is now only a GWT module definition - file (.gwt.xml).
  • +
  • A widget set definition class is no longer used. The Java + code needed for widget instantiation and client-server mapping is now + automatically generated by the GWT compiler. For the basic Vaadin + user, a widget set is now defined only in a GWT module definition file + (.gwt.xml).
  • Server-side component is mapped to a client-side widget with an annotation:
    @ClientWidget(com.vaadin.demo.colorpicker.gwt.client.ui.VColorPicker.class)