Pick up the new version on the SourceForge downloads page.
This is a major update to the previous release, and has extensive API changes, including repackaging, if you have used the previous release you will have code breakages. However, the concepts emain the same, so updating imports and change class/method names should be relatively easy.
Among the most notable changes:
- Metadata agnosticism, bean annotation based generation still works, and is still the main method provided, but you can now implement other sources of metadata for your form/table generation.
- What was previously "BeanEditPanel" is now called PropertyEditPanel in the org.wicketrad.propertyeditor package.
- A table generator with annotations is now provided in the org.wicketrad.propertytable package.
- Major refactoring and repackaging has occurred.
This is a major update to the previous release, and has extensive API changes, including repackaging, if you have used the previous release you will have code breakages. However, the concepts emain the same, so updating imports and change class/method names should be relatively easy.
Among the most notable changes:
- Metadata agnosticism, bean annotation based generation still works, and is still the main method provided, but you can now implement other sources of metadata for your form/table generation.
- What was previously "BeanEditPanel" is now called PropertyEditPanel in the org.wicketrad.propertyeditor package.
- A table generator with annotations is now provided in the org.wicketrad.propertytable package.
- Major refactoring and repackaging has occurred.
This release should be relatively close to the core functionality of a "1.0" release (more components/behaviors may be added, but the core concepts will remain as they are, with some refactoring and cleaning). As mentioned though, there may still be some refactoring do, although to a lesser extent than in this release.
This is an interim update, the focus after this release will be on cleaning and stabilizing the API's and improving documentation.