Wicket-contrib-javaee: 1.0 released
I’ve just released the first public version of wicket-contrib-javaee, a Wicket module that provides integration with Java EE 5. With wicket-contrib-javaee you can use Java EE 5 resource injections; three annotations are supported:
- @EJB
- @PersistenceUnit
- @Resource
This release works with Wicket 1.2.x; a version for Wicket 2.x is under construction.
Check it out! You can download the release here; the documentation is available here.

1 Comment