diff options
author | Matti Tahvonen <matti.tahvonen@itmill.com> | 2009-12-02 19:50:37 +0000 |
---|---|---|
committer | Matti Tahvonen <matti.tahvonen@itmill.com> | 2009-12-02 19:50:37 +0000 |
commit | 209a4c6e506ea86a925b205e41791fad40300334 (patch) | |
tree | fddabf1ef76346cc1bb2d196d73d6efe2d1fa97e /WebContent/release-notes.html | |
parent | 1c9a0db12695ae85539d2da6d95b621fab2709df (diff) | |
download | vaadin-framework-209a4c6e506ea86a925b205e41791fad40300334.tar.gz vaadin-framework-209a4c6e506ea86a925b205e41791fad40300334.zip |
enhanced release notes about new widgetest widgetset
svn changeset:10138/svn branch:6.2
Diffstat (limited to 'WebContent/release-notes.html')
-rw-r--r-- | WebContent/release-notes.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/WebContent/release-notes.html b/WebContent/release-notes.html index 5e1ace27d0..e23269e64b 100644 --- a/WebContent/release-notes.html +++ b/WebContent/release-notes.html @@ -46,7 +46,8 @@ contains a number of significant enhancements.</p> <li>Widget set definition and component-to-widget mapping has been redesigned</li> <ul> <li>Reuse of widgets is now much easier, as it is easier to package and use widget set JARs and otherwise combine widget sets.</li> - <li>A widget set definition class is no longer used</li> + <li>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 common Vaadin user, Widgetset is now only a GWT module definition file (.gwt.xml).</li> <li>Server-side component is mapped to a client-side widget with an annotation: <pre>@ClientWidget(com.vaadin.demo.colorpicker.gwt.client.ui.VColorPicker.class) public class ColorPicker extends AbstractField {</pre> |