-
There is amazing tutorial for MVP on Google pages it is called: GWT MVP Development with Activities and Places. There is also zip file with code to download. I use Linux Mint, Eclipse 3.6 Helios and GWT 2.2 and those files could not be easily imported into my workspace. That is why I took those…
-
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…
-
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…
-
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…