You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Mi...@wellsfargo.com on 2004/11/02 22:34:02 UTC

testing webservices best practices

Hi,
 
I am currently using maven to build and deploy an EAR file that contains a
collection of webservices that interact with a series of stateless session
beans.  I have followed, from what I've found on the web, a standard maven
directory structure that looks like:
 
    project
        |- common {artifact=jar}
        |- ejb(s) {artifact=jar}
        |- webservice {artifact=war}
        |- ear {artifact=ear}
 
The question is where should the webservice tests go??  Also, what type of
tests should they be (JUnit, Cactus, HttpUnit)??
 
thanks,
-mike