On 2/6/06, Allison, Bob <[EMAIL PROTECTED]> wrote: > Does anybody know of a means to do unit testing of web servlets which > are coded to the Servlet 2.4 specification and JSPs coded to the JSP 2.0 > specification?
I suggest to try Httpunit, and expecially ServletUnit: you can run your tests out-of-container, with the ability to make your jsps compiled by an embedded tomcat (jasper) engine. You can find lots of examples on how to setup tests and maven dependencies (expecially for jsps) in the displaytag source code at http://cvs.sourceforge.net/viewcvs.py/displaytag/displaytag/src/test/ fabrizio --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
