Struts is in a sense "pure servlet technology". Very pure: only one servlet extends HttpServlet and only one servlet implements HttpServlet, viz. ActionServlet and MultipartRequestWrapper. I would suggest you get a copy of a good book on Servlets like Jason Hunter's, cf. www.servlets.com.

Michael

At 11:54 AM 8/10/2004, you wrote:
I have an strange request:

While I am very familiar with Struts (I've worked almost exclusively
in Struts for last 2 years, right after college), I have only basic
knowledge of actual Servlet programming.  Now I am faced with a task
of updating and maintaining a pure Servlet application.

Does anyone know of a resource (or resources) where I can compare
servlet functionality to struts functionality.  I know they are
related, but (for example) I miss having a Struts config file, where I
can glance at one file and see all my action mappings.  Is there
anyone there in a similar situation?  How are you coping?

Thanks,

Denis

---------------------------------------------------------------------
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]



Reply via email to