Monthly Archives: February 2009

Added SCDJWS certificate to the list :-)

As posted here I have been busy last few weeks studying for my upcoming exam to become Sun Certified Developer for Java Web Services. Well, the exam was today and I am happy to announce I made it :-). So … Continue reading

Using OpenEJB for EJB3 testing with Maven2

Like I promised here I will show my project setup in which I test my EJB3 beans with OpenEJB. Although there are a lot of examples provided with OpenEJB I ran into some minor issues that I will explain here. … Continue reading

Testing EJB3 with Maven2

I am setting up a new JEE project. In this project we will use EJB3 as framework for the business layer. And of course we are using Maven to build, test and deploy the application. One important issue I have … Continue reading

Setting up a private UDDI Registry

Currently I am busy, besides my daily job, to get SCDJWS certificated. I’m having this one on my todo list for long time, actually it’s been so long that I am wondering if it might be a little outdated. But … Continue reading

Create a EJB3 WebService with Maven2 running on Glassfish

A year ago I posted how you could create a EJB3 webservice and deploy it on JBoss with Maven. Currently I am doing a similar thing at my project, but this time I deploy it to Glassfish. The creation of … Continue reading