Hi,

We have built in home a servlet framework supporting MVC architecture. Do
you see advantage of using "cactus" to test event handlers as oppose to
simply
use junit. Since the controller servlet is responsible for invoking the
event handler simple junit can simulate the controller by  setting up the
handler context and then invoke the handler.handle(...)  method.  Anything
I can gain by using "cactus" ? The only thing I can see that if the event
handler uses session it would be easier to use "cactus" to set the session
content.

                                                Thank you

                                                            Arkady



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

Reply via email to