Home > Entry > Upgrading to Wicket 1.3

Upgrading to Wicket 1.3

Over the last week or so I’ve been upgrading Eventful to Wicket 1.3. Overall, the process was fairly painless. Rename some packages, update any custom validators I’d created, and change the signatures of IModel’s getObject(…) and setObject(…) methods.

In fact, the most significant change to my code has been using Wicket’s servlet filter instead of a servlet. This is really how API upgrades should be - painless.

nick Entry

  1. No comments yet.
  1. No trackbacks yet.