Migration to Wicket 6.0Page edited by Martin Grigorov
Comment:
Add a note that AjaxRequestTarget is an interface now
Changes (1)
Full ContentMigrating to Wicket 6.0
Environment
Repeaters
Form ProcessingValidation
AjaxUse JQuery as a backing library for Wicket Ajax functionalityApache Wicket needed to improve the implementation of its _javascript_ libraries used for Ajax functionality (wicket-ajax.js and wicket-event.js) by using any of the bigger _javascript_ libraries and delegate to it the handling of the differences in the browsers (DOM, events, Ajax, ...). After a discussion in the mailing lists the Wicket team decided to use JQuery for that. AjaxRequestTarget is an interfaceo.a.w.ajax.AjaxRequestTarget is an interface now with a default implementation o.a.w.ajax.AjaxRequestHandler. This way it will be possible to replace it with a different implementation, or mock/spy it in tests. AjaxRequestTarget target = requestCycle.find(AjaxRequestTarget.class); RequestCycle.find(Class<? extends IRequestHandler>) can be used to find the currently running or a scheduled IRequestHandler for other types too.
o.a.w.IComponentSource and o.a.w.ComponentSourceEntry are removedThese classes were used as placeholders for further optimizations in Component's size but were never finished. IInitializers are initialized before Application#init()All IInitializer classes configured in wicket.properties are initialized before the call to Application#init(). This way the application has the control to re-configure something that comes from external library. WICKET-4088
Change Notification Preferences
View Online
|
View Changes
|
Add Comment
|
- [CONF] Apache Wicket > Migration to Wicket 6.0 confluence
- [CONF] Apache Wicket > Migration to Wicket 6.0 confluence
- [CONF] Apache Wicket > Migration to Wicket 6.0 confluence
- [CONF] Apache Wicket > Migration to Wicket 6.0 confluence
- [CONF] Apache Wicket > Migration to Wicket 6.0 confluence
- [CONF] Apache Wicket > Migration to Wicket 6.0 confluence
- [CONF] Apache Wicket > Migration to Wicket 6.0 confluence
- [CONF] Apache Wicket > Migration to Wicket 6.0 confluence
- [CONF] Apache Wicket > Migration to Wicket 6.0 confluence
- [CONF] Apache Wicket > Migration to Wicket 6.0 confluence
- [CONF] Apache Wicket > Migration to Wicket 6.0 confluence
- [CONF] Apache Wicket > Migration to Wicket 6.0 confluence
- [CONF] Apache Wicket > Migration to Wicket 6.0 confluence
- [CONF] Apache Wicket > Migration to Wicket 6.0 confluence
- [CONF] Apache Wicket > Migration to Wicket 6.0 confluence
- [CONF] Apache Wicket > Migration to Wicket 6.0 confluence
- [CONF] Apache Wicket > Migration to Wicket 6.0 confluence
- [CONF] Apache Wicket > Migration to Wicket 6.0 confluence
- [CONF] Apache Wicket > Migration to Wicket 6.0 confluence
