gwtXPDownloadsBlog

gwtXP Release Notes

Release Notes for 0.1.2

Minor change release.

Changes

  • ListBox: selectedIndex, selectedValue, valuePropName and displayPropName.
  • WidgetPropertyObservableValue, HasTextObservableValue, HasValueObservableValue, HasWordWrapObservableValue and HasCaptionObservableValue: Check the widget before setting value to its property.

New Features

  • Event Handler expression can be in #{#historyToken} format.

Release Notes for 0.1.1

Minor change release.

Changes

  • Pack all required class into one jar for convenient purpose.
  • Include samples

New Features

  • Add attribute onCommand to menuItem
  • Add SimplePanel

Release Notes for 0.1

Initial release

Features

  • Transform XML file to GWT code
  • Generate code for data binding using JFace Data Binding
    • Value Binding, including Computed Value (for example: ${item.price * orderLine.quantity}
    • List Binding: Bind to ListBox and bind to Table (using ScrollTable – a scrollable table)
  • Generate code for event handler regsitration
  • Almost common widgets like TextBox, Label, ListBox, etc are done
  • ScrollTable: a modified version of FlexTable with scrolling feature
Share and Enjoy:

  • Google Bookmarks
  • Twitter
  • Facebook
  • Digg
  • Technorati
  • Live
  • DZone
  • Reddit
  • del.icio.us
  • Mixx
  • Netvibes
  • StumbleUpon
  • Yahoo! Bookmarks
  • Yahoo! Buzz
  • email


Recent Comments:

  • Trung: There are no Benchmarks now. However, GWT RPC is NOT a generic, language-independent...
  • Jeff Schnitzer: This is very cool! Any metrics on how it compares, performancewise, to Hessian,...
  • Trung: Hi Ed, Thanks for your questions. It suggests me a new feature of SyncProxy. I just...
  • Ed: One more thing. Sorry to keep bothering. Will this work with http sessions?
  • Ed: Awesome! Thanks. I’ll try this today!