Oracle’s Glassfish Building Web Applications with Java EE 6

Posted by & filed under java.

Here is interesting video from January 2011 Building Web Applications with Java EE 6 recorded by oracle’s employee. This look like oracle is doing fine with glassfish. Except Arun Gupta, Alexis Moussine-Pouchkine did fine job with this vid. The most interesting thins from this example are : RESTful resources with JAX-RS 1.1 CDI 1.0 (context… Read more »

Simple panel for maintain department

Posted by & filed under java.

Hi. This time I’ve got the mission to make a simple panel for our maintain department. Guys would test some process if is working fine on a few different machines. Simple as that. I’ve choose a JSF 2.0 as it is the most obvious choice. I gave myself  15 minutes each tut to sneak peek… Read more »

Unit testing EJB 3.1 in Netbeans 6.9.1

Posted by & filed under java.

Unit testing EJB 3.1I was talking to one of my friends (spring is always better then anything – type) and he was laughing that there is a serious problem with testing EJB. So I found a tutorial on you tube that is simply obvious feature and all you need to do is to import glassfish… Read more »

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 »