
Even if the Java EE 7 EG decided to postpone the PaaS features to EE 8,
Oracle itself is actively working on a Java EE driven public PaaS
offering. This is...
0 replies - 5810 views - 09/08/12 by Markus Eisele in Articles

Sometimes, you need to reuse your test classes across different projects. These are two use-cases that I know of:
Utility classes that create relevant domain...
2 replies - 2247 views - 08/27/12 by Nicolas Frankel in Articles

I don’t often teach our training classes in Maven or Nexus, but when I
do, I always tend to get interesting classes. I’m halfway through a
on site...
0 replies - 2956 views - 08/15/12 by Tim O'brien in Articles

One of the biggest leaps forward in my productivity and
enjoyment, as a developer was when I learned about and adopted Maven for
my Java projects.
For...
0 replies - 8741 views - 08/05/12 by Ben Wootton in Articles

People who know me also know I've interest in the GUI: that means I've sometimes to get my hands dirty and dig deep into stylesheets (even though I've no...
0 replies - 3971 views - 07/08/12 by Nicolas Frankel in Articles

A perfect dependency management tool that most of us have used in our projects. I would like to share some real-time problem scenarios that Maven is able to...
2 replies - 3444 views - 06/14/12 by Karthikeyan Kan... in News

I extensively use Maven for my own projects and for some of my customers' ones, that I have on my laptop. Now there are two problems:I have my own Maven...
2 replies - 2826 views - 06/11/12 by Fabrizio Giudici in Articles

In my current project we're utilizing JBoss HornetQ as the messaging
bus, and I wanted to try out how Camel could connect to it. My intention
was to have...
1 replies - 4389 views - 06/03/12 by Billy Sjöberg in Articles

This example shows how to generate coverage for unit and integration tests using Maven and Sonar.
It uses very simple techniques and should only take 10-15...
0 replies - 9291 views - 05/17/12 by John Dobie in Articles

Before we progress with the main content of the article, let's get a few definitions out of the way.
Unit tests
Unit tests are tests that are small...
0 replies - 3985 views - 05/13/12 by Partha Bhattacharjee in Articles

IntroductionThis example shows how to split unit and integration tests using Maven and JUnit categories. It is especially useful for existing test suites and...
0 replies - 6872 views - 05/08/12 by John Dobie in Articles

With the upgrade this morning of our applications to Spring 3.1.1-RELEASE, we obtained odd runtime exceptions :
The detailed stacktrace is...
0 replies - 2314 views - 05/07/12 by Sylvain Leroy in Articles

With the upgrade this morning of our applications to Spring 3.1.1-RELEASE, we obtained odd runtime exceptions :
The detailed stacktrace...
0 replies - 1695 views - 05/07/12 by Sylvain Leroy in Announcements

Maven doesn’t like it when you use different verison numbers to the
Maven standard format. Of course it doesn’t. It wouldn’t would it? It’s
Maven,...
7 replies - 6167 views - 05/07/12 by James Betteley in Articles

This example shows how to split unit and integration tests using Maven and JUnit categories.It is especially useful for existing test suites and can be...
0 replies - 749 views - 05/02/12 by John Dobie in Announcements