who has successfully implemented these combo

Glassfish + EJB3 + Wicket + NB5.5....anyone with some quick start for these

I did, on three projects (a community portal-thingy for myself, and internal applications for two companies) during the last 4 months. Would you need a step-by-step guide or do you have any specific questions to answer?

I'm using a single .ear file approach with a separate .war for the Wicket app and an EJB Module with the EJB3s and "dao" and "facade" style stateless session beans. The web layer is calling the local interface of the stateless beans which encapsulate most of the business logic (leaving only the ui logic in the web app tier of the application).

Janos
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to