Welcome to Wicket RADWicket RAD is a Suite of Rapid Web Application Development Components and utilities for
Apache Wicket to be used in your Wicket application.
Wicket RAD is designed to do the heavy lifting for you in web application development in order to remove boilerplate code and the need for repetitive coding. It does so by allowing the developers to easily generate view Components like forms and tables from metadata such as annotated "bean" classes. The framework also provides utilities in extension modules to bind these components to back-ends such as an SQL database, so you get full Create, Read, Update, Delete ("CRUD") functionality.
In other words, Wicket RAD is an end-to-end framework for rapid development of web applications and probably conforms to the "80/20" principle - it should cover most areas of web development, but with more complex functionality, you can always fall back to using "plain" Wicket.
Wicket RAD currently has the following functionality:
- Form generator - generate forms and validations from any metadata source, such as a plain Java bean. There is currently an implementation for generating forms based on beans annotated with specific Wicket RAD annotations such as @TextField, @Checkbox, @DropdownChoice etc.
- Pageable, sortable table generator - generate pageable and sortable tables based on metadata such as annotated Java beans.
- Open Session in View implementation (extension module)- Implementation of the "Open Session in View" pattern for Wicket, dramatically easing database access with JPA and making resource and transaction management transparent to the developer.
- Components bringing the above together for end-to-end CRUD enabled view Components - Just drop your bean into a DefaultCreateBeanForm, and have your form generated for you, and your JPA annotated bean persisted for you when you click submit! (functionality in an extension module)
Recent Announcements
-
Status update on the upcoming 0.5 version of Wicket RAD
Just a short update on Wicket RAD, for anyone who might be following this news section:
Version 0.5 will likely be out at the end of September, in the ...
Posted 8/28/2008 5:58AM
by Wille Faler
-
Wicket RAD 0.4.1 released - bugfix release
Wicket RAD 0.4.1 has been released. This is purely a bug fix release, and fixes a couple of issues discovered in the last week:- Update forms in wicket ...
Posted 8/5/2008 12:53PM
by Wille Faler
-
Maven Repo & Javadocs up
We have now set up a Maven repository - instructions on how to use it can be found here.Javadocs can be found here.If anyone has any problems with the ...
Posted 8/1/2008 5:24PM
by Wille Faler
-
Wicket RAD 0.4 released
Wicket RAD 0.4 has now been releasedPick up the new version on the SourceForge downloads page.This release is much less of a major release than the 0 ...
Posted 7/31/2008 2:32PM
by Wille Faler
-
"Getting Started" guide created
An initial stab at a "Getting Started" guide has been created. More documentation to come..
Posted 7/10/2008 2:29PM
by Wille Faler
-
Showing posts 1 - 5 of 7.
View more »