Archive

Posts Tagged ‘glassfish’

How to use embedded glassfish maven plugin?

March 9th, 2010 1 comment

You already know how to use embedded glassfish from junit now it’s time to show you how to use the maven plugin to achieve the same. Read more…

Share

How to use embedded glassfish from junit?

March 9th, 2010 No comments

In my previous post I explaind that with the new EJB you can use an embedded EJB container to test your EJB. But there is also another way and that is to use embedded glassfish that is started from inside an junit. The nice thing here is that it you can start an embedded glassfish with the container you need, with EJB or with WEB or both if you need. Read more…

Share