| Wicket RAD adds functionality "incrementally" and consists of the following modules: Wicket RAD core This is the core module of Wicket RAD, and contains the basic front-end bindings and Components that makes up Wicket RAD. Wicket RAD core is both metadata and backend agnostic, but provides functionality for annotation based generation of view components, such as the PropertyEditPanel and PropertyTable. Wicket RAD JPA This component depends on the core module. It adds full stack functionality to Wicket RAD, such as persistence aware "create" and "update" PropertyEditPanel forms that automatically persist beans from generated forms. It also contains things such as DeleteLinks and IDataProviders for the PropertyTable's that are able to automatically get, filter and sort beans that are mapped with JPA. Wicket RAD JDBC Depends on Wicket RAD core. Not yet mature. The intention of this package is to provide similar functionality to the JPA package, but with view components generated straight from database tables. Wicket Contrib TinyMCE This is NOT officially a Wicket RAD module in the real sense - it adds a What You See Is What You Get (WYSIWYG) editor and behavior to Wicket based on TinyMCE. It has been "adopted" and taken under the Wicket RAD wing from Wicket Stuff, as it seemed that no one was maintaining or updating this component. Because the component is useful, we decided to "adopt" it into Wicket RAD as a sort of managed third party library. NEXT > |