forked from geoserver/geoserver
-
Notifications
You must be signed in to change notification settings - Fork 1
Wicket migration code sprint
Andrea Aime edited this page Dec 29, 2015
·
28 revisions
Getting started: https://dzone.com/refcardz/getting-started-apache-wicket
Migration references:
Old branch migrating a 2013 GeoServer towards 6.0 and full diff against its baseline
- All missing generics
- ResourceReference -> PackageResourceReference
- ParamResourceModel -> StringResourceModel (the Wicket 7 class is fluent enough that we don't need ParamResourceModel anymore)
PageParameters -> has been moved in a different pakage, the way to fill it is different
- Check internationalization
- Check that WicketCallback changes did not break the callbacks (some are pretty important)
- Check that the PageParameters migration picked the right
to<TargetType>
vstoOptional<TargetType>
form
©2020 Open Source Geospatial Foundation