]> source.dussan.org Git - vaadin-framework.git/commitdiff
enhanced release notes about new widgetest widgetset
authorMatti Tahvonen <matti.tahvonen@itmill.com>
Wed, 2 Dec 2009 19:50:37 +0000 (19:50 +0000)
committerMatti Tahvonen <matti.tahvonen@itmill.com>
Wed, 2 Dec 2009 19:50:37 +0000 (19:50 +0000)
svn changeset:10138/svn branch:6.2

WebContent/release-notes.html

index 5e1ace27d0ef42384de4d7ff95724b91252bc1ce..e23269e64b2b5b41e4b34c35f2fa0491e194942c 100644 (file)
@@ -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>