Java maven and cobertura

Posted by & filed under java.

Cobertura is test code coverage tool. It’s free and it does job well. I tried it with projects compiled with Ant. There a few good tuts on web how to do it. And I tried it with maven. It’s even easier, you just need to put a simple entry into your pom.xml file. Something like… Read more »

Cobertura Support for Maven Projects in NetBeans IDE

Posted by & filed under java.

Test Driven Developement and there is already fine support for your favorite IDE. Netbeans IDE. (Probably there was a light year earlier for Eclipse) You can preview this netbeans plugin here Cobertura Support for Maven Projects in NetBeans IDE

GWT EJB3 Maven Glassfish 2.1.1 integration tutorial

Posted by & filed under java.

I am just being inspired by GWT EJB3 Maven JBoss 5.1 integration tutorial that is why I decided to write my own tuts just for remember howto. I am working with Glassfish and my IDE is Netbeans the demo db will be derby. I know it really doesn’t matter what app server we deploy to… Read more »