Date: 2004-04-12T11:02:37 Editor: 65.170.14.178 <> Wiki: Jakarta Cactus Wiki Page: WhoUsesCactus URL: http://wiki.apache.org/jakarta-cactus/WhoUsesCactus
no comment Change Log: ------------------------------------------------------------------------------ @@ -43,7 +43,11 @@ ---- -We just started using Cactus. Well, really *I* just started using Cactus. WebLogic 6.1. I inherited a rather large forms-processing framework and associated tag library (think Struts) which I want to learn about and test. +We just started using Cactus. Well, really *I* just started using Cactus with WebLogic 6.1 on Windows XP. I inherited a rather large forms-processing framework and associated tag library (think Struts) which I want to learn about and test. As I go through each class, I write unit tests to try and learn how it works. I've also used Cactus for testing custom tags, especially while refactoring them to make sure the HTML they spit out is identical before and after the refactoring. + +When a bug was found in a "login" module that required HTTP/servlet request/response, I turned to Cactus. I coded a unit test to test the module, and discovered that in fact it was a configuration error and not a coding error. + +Other than the Cactus-provided servlet request/response/session objects, I am not using other mock objects per se; but in some circumstances I am testing my own abstract (servlet-based) classes using local implementations of those classes. --DavidPlass ---- --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
