Apache Wicket is great, and Groovy is also great. This project tries
to combine the power of both. However, sometimes Apache Wicket code
become damn verbose. But with some little, yet powerful Groovy DSL
written, we can extend Wicket to simplify common tasks, and to delete
over 30-40% of verbose code.
A short example of the usual Wicket and Java code:
These lines of code can be shortened by using Eugene’s Groovy DSL:
You can see some example code in his readme file, and the project comes
with some examples.