Wicket RAD 0.5 has been released, this is more of a small, incremental release to 0.4.1 than a large release - functionality and API's remain largely unchanged with just a few small additions, fixes and repackagings. Source release is available at SourceForge and Maven Repo's are updated accordingly (details on Maven repo's here). Most notable Changes: - Added Daan at Stuq.nl's FeedbackLabel (see his blog post on how to use it). - Refactored modules, moved backend related interfaces/impls from wicket-rad-core and wicket-rad-jpa into wicket-rad-shared and wicket-rad-utilities respectively (wicket-rad-utilities can now be used standalone for JPA related functionality in other architectures). - As a consequence of the above, repackaged a few things, an Eclipse "organize imports" should sort most of it. Should you have any problems or find any bugs, please leave a message in the forums, and we will try to fix it promptly. |