Archive

Posts Tagged ‘JavaEE’

Java EE 6 integration testing

Lately I’ve been spending some time on Java EE 6. While it’s stack looks fine and seem even usable this time, one of the things to overcome is integration testing.

Working on a Spring 3.0 project myself, integration testing is simply a matter of setting up a Spring container with test configuration using Spring’s test integration. Wondering around how to accomplish integration testing in Java EE I came across Arquillian.

Arquillian provides a framework that allows running tests in a container, while taking away container lifecycle and deployment. Arquillian supports most popular containers, like JBoss AS and Glassfish, both embedded and remote. The framework integrates with JUnit and TestNG. And if you’re not on a Java EE container, Arquillian supports both Tomcat and Jetty too.
Read more…

Categories: Java Tags: ,
Follow

Get every new post delivered to your Inbox.