> -----Original Message-----
> From: Christian Sell [mailto:[EMAIL PROTECTED]
> Sent: vendredi 7 janvier 2005 21:18
> To: Cactus Users List
> Cc: [EMAIL PROTECTED]
> Subject: RE: AppServerUnit and Cactus
> 
> Zitat von "Korver, Aaron" <[EMAIL PROTECTED]>:
> 
> > [snip]
> > > A J2EE application client component is automatically packaged
> > > into the testable
> > > ear by the AppserverUnit ant task. It may then be invoked
> > > from within ant by
> > > using the command line tool that comes with Sun 8 application
> > > server (see the
> > > test.runXX targets in build.xml). I am not sure how this is
> > > done with other
> > > servers, but since J2EE application clients are part of the
> > > spec, it should be
> > > possible there as well.
> >
> > In Websphere the J2EE app client is a seperate install and not included
> with
> > the normal server install.  This may be a problem for those people who
> are
> > using Websphere.  It may be a problem for your ant task too.
> >
> 
> possible. As an alternative, there is always the web client, which is also
> packaged with the testable ear.
> I have also been considering to generate a standalone client invoker that
> would
> not rely on the J2EE application client tools. I may look into this when I
> find
> time, but I expect it would be server-dependent, too.

That's one nice thing about Cactus I think: Any existing JUnit TestRunner
can be used to start the Cactus tests from the client side. So any IDE
supporting JUnit supports Cactus, the <junit> Ant task works with Cactus,
etc.

-Vincent


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to