From 1af5b6d240cc9f94b0ad91e0cfd05df69204f992 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Marko=20Gr=C3=B6nroos?= Date: Fri, 18 Dec 2009 13:32:28 +0000 Subject: [PATCH] Minor fixes to Release Notes for Vaadin 6.2. svn changeset:10435/svn branch:6.2 --- WebContent/release-notes.html | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) 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)
    -- 
    2.39.5