| Wicket RAD 0.4 has now been released
This release is much less of a major release than the 0.3 release was - it primarily features some minor API clean-ups, refinements and changes (should not affect existing code worse than doing an "optimize imports" in Eclipse, unless you have customized features). The major change is that Wicket RAD now internally differentiates metadata from source data with the introduction of the IPropertyCollection and IProperty interfaces. In general these are the major changes/noteworthy points: - JPA functionality separated into separate module to avoid coupling (wicket-rad-jpa, depends on wicket-rad-core). - A full application of samples applying Wicket RAD has been included in the wicket-rad-samples module. - A number of refinements, improvements and minor new features and bug fixes are included. - wicket-rad-jdbc is a module for generating views from wicket-rad-core based on SQL database tables. This particular module IS NOT yet usable or mature (in fact there is very little functionality). - Javadocs have been vastly improved. - All interfaces now start with "I", to be consistent with Wicket and other Wicket extensions.
This release should be production quality for wicket-rad-core and wicket-rad-jpa (although as always, no promises are made, you use the software at your own initiative and risk [end of legal caveat emptor]). It is also the first release that has been officially tagged in SVN (previous releases have been snapshots of a stable state in SVN).
More documentation here, and Maven repositories will be forthcoming, both hopefully in the next week, baring any major snafus.
|