Pax Wicket 0.6.0 Released
Finally, after 3 years the next release of Pax Wicket is available with the following new features and tons of improvements and bug fixes:
It is possible to register Filter now as OSGi Services similar as formerly in the web.xml (a priority property defines the order).
Almost everything which is done formerly in code could be done now by using spring-dm. This reduces the complexity of the code drastically since most factories could be abstracted quite simple by spring. (The sample application is now available as spring and "regular" version).
PaxWicketBean annotation allows injection of beans via the Spring-Application Context.
Stabilized classloader/serialization.
Added Karaf Feature files for service and samples.
Added PaxWicketMountPoint annotation to automatically mount pages at specific places.
Added pax-wicket-test project containing classes to create unit-tests for classes using the PaxWicketBean annotation and wicket-tester.
Introduced easy testability by using "mvn clean install", "cd samples", "mvn pax:provision" to start pax-wicket including the examples
For the full changelog see Pax Wicket - 0.6.0.