Details
-
Type:
New Feature
-
Status:
Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: web-3.0
-
Component/s: Web Runner
-
Labels:None
-
Number of attachments :
Description
Wicket shares the same philosophy as Waffle (embeddable, pure Java, no XML) and has a wide community support.
From users' point of view the only change would be extend a Wicket Application class to specify configuration and steps instances, instead of a Waffle Registrar.
A doc page should help in migrating from Registrar to Application class.