Changelog
February 24th, 2012: Version 0.0.6
- Added a JdbcDataSource, along with a Derby-based sample application.
- Improvements to the RestDataSource.
- Miscellaneous bug fixes.
- Release of DataFX as open source at Java.net.
January 7th, 2012: Version 0.0.5
- Added a RestRequestBuilder. This allows the creation of a DataSource for a REST endpoint, using the builder pattern. See XmlListSample for an example.
- Added support for ‘independent’ CheckBoxTreeItems, which means that state changes to a CheckBoxTreeItem do not ripple up and down to related children.
November 21st, 2011: Version 0.0.4
- Added support for CSS styling an entire TableRow using the CSSTableRow class. Refer here for an example.
- Added necessary metadata to support OSGi deployment of DataFX (thanks to Tom Schindl, author of e(fx)clipse, for contributing this!).
November 9th, 2011: Version 0.0.3
- Updated RedFX libraries and RedFX data source.
- Added support for setting a Java Format in the Label cells, and updated the LabelCellFactory to expose more convenience APIs.
- Added a very early proof of concept implementation of the TableViewFactory class, which can pre-configure a TableView given a class type.
November 4th, 2011: Version 0.0.2
- Restructuring of jar file output: created a separate jar file containing all required RedFX support.
October 5th, 2011: Version 0.0.1
- First release of DataFX at JavaOne 2011.