Hi Daniel, The "how it works" page explains how Cactus works internally. It's not explaining how to use it. For example, there is never the need to create a testservlet. This is handled by Cactus.
To use Cactus, you need to pick an integration (aka a front end). The list of existing integrations is listed on: http://jakarta.apache.org/cactus/integration/index.html Then follow the instructions there to know how to use this integration. Hope it helps, -Vincent > -----Original Message----- > From: Weiss, Daniel (FOURTH) [mailto:[EMAIL PROTECTED] > Sent: 19 February 2004 10:43 > To: '[EMAIL PROTECTED]' > Subject: Testing server function - multitier -> only with testservlets ? > > > Hello all, > > i'm a starter for cactus and had read the "how it works" page. So what i > want > to know, if its right to implement a testclass and a testservlet to reach > my > inside > classes / objects? Or could i use my junit class to test both of them > > for example: > > first way -> cactus howtos > 1. write testclass > 2. write testservlet to reach my application tiers > 4. use my testclass with "new MyTestServlet" to reach my application code > 3. run ant & junit -> feels happy > > or > > second way ?! > 1. write testclass > 2. how could i use my testclass to reach my application tiers with cactus? > 3. run ant & junit -> feel very happy ;-) > > We got between developers a discussion where the benefit it'll be? > For some Idea or suggestions i'll be happy and thanks in advance > > Cheers > Daniel > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
