By mojavelinux
via in.relation.to
Published: Mar 13 2010 / 15:39
Recently, jboss.org developers have been working hard on a solution to improve the testability of Java EE, and particularly JBoss AS. We're pleased to say that a critical piece of puzzle, Arqullian, is now available as an alpha release. The mission of the Arquillian project is to provide a simple test harness that developers can use to produce a broad range of integration tests for their Java applications (most likely enterprise applications).
Tweet
SaveShareSend
Tags: frameworks, java, methodology, tools



Comments
MCII replied ago:
Typical EE project. Instead of reducing complexity provide tools that pretend to manage complexity.
mojavelinux replied ago:
Thanks for your comment, but this is not about dealing with complexity. You can make your components as decoupled as you want in Java EE 6, and unit test them to your heart's content. But those components eventually have to play in the sandbox with other components and services. You can either let your end users do integration/acceptance testing, or you can be proactive and test that behavior ahead of time. Arquillian is about giving you the flexibility to test your components however you want, with no missing pieces.
Voters For This Link (11)
Voters Against This Link (1)