In the model 2 architecture that many of you use, is the Action class
derived from HttpServlet? I saw a code example where I think it was a
generic class, but passed in the calling servlet, request, and response.
Would it be better to just make it a servlet and instantiate it and then
call its doGet(), passing in the request and response? If possible, this
might allow me to more easily port an existing app to this architecture.

Thanks, Bill

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

Reply via email to