Archive
How to use embedded glassfish maven plugin?
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…
How to use embedded glassfish from junit?
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…
How to test EJB3.1 with embedded container?
This is how you can test your EJB3.1 or the one I made here using an new embedded container provided in the new EJB. You can download the full package to test this here Read more…
How to create EJB 3.1
This post describes how to create an simple Entity and Session bean with EJB3.1. As some of you know EJB 3.1 is ready to use and makes the world much easier for the developers. Read more…
Beta-SMS [v1.4]
Beta-SMS can be used to send SMS over the Internet using the different Betamax VOIP resellers like voipbuster, webcalldirect and many other. Read more…