What's new? | Help | Directory | Sign in
Google
                
Search
for
Updated Dec 28, 2006 by filippo.diotalevi
Labels: Featured
WicketJavaEEIntegration  

wicket-javaee is a wicket module that provides integration through Java EE 5 resource injection

wicket-javaee has graduated to Wicket-Stuff!

With wicket-javaee you can use in your wicket pages three annotations

  • @EJB
  • @PersistenceUnit
  • @Resource

HowTos

Details

You can checkout the source code from the subversion repository at: https://svn.sourceforge.net/svnroot/wicket-stuff/trunk/wicket-contrib-javaee

You can download the current snapshot of the wicket-javaee module here

You can download a sample web application (war file) using @PersistenceUnit and @Resource annotations here

You can download a sample enterprise application (ear file) using @EJB and @Resource annotations here


Comment by loren.cole, Sep 16, 2008

Just a heads up, the link to this project on wicket stuff is broke, it now resides at http://wicketstuff.org/confluence/display/STUFFWIKI/wicket-contrib-javaee.

And thanks, very much for this, it's saved me from JSF!


Sign in to add a comment