Xavier Hanin wrote:
On 1/24/07, Steve Loughran <[EMAIL PROTECTED]> wrote:



Interesting, thanks for your help. Cactus seems to have something pretty
simple to setup:
http://jakarta.apache.org/cactus/integration/integration_jetty.html

Since in our case what we want to test is not the server side, but only the
client side, it seems to be enough for our needs. Another advantage I see is
that you can run your unit test from the IDE easily (I mean, without
invoking ant, directly from the junit view). But maybe it's also the case
with smartfrog?

I'd go with cactus too, for something this simple. Then reach for the functional test task; the smartfrog test running stuff is (a) still unstable and (b) most interesting when you want to deploy and test on various systems.

jetty is the easiest host, you just need to pick a port that nobody is using on vmgump.

Reply via email to