-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Nitin,
Nitin M. Mandolkar wrote: > "The Actionservlet delegates the handling of a request to a > RequestProcessor object" Previously this is job is done by > ActionServlet itself. Now it is pass on to RequestProcessor. > > I am not getting how it is going to help for web application development. If you wanted to override any of the functionality of the RequestProcessor, you can now just subclass the RequestProcessor and do whatever you want, instead of doing the same with the ActionServlet. Perhaps it is no more or less convenient than it was in the past, but the logical separation of duties (RequestProcessor is a better abstraction than the ActionServlet) makes better sense, at least to me. Also, if you change servlets (say, from ActionServlet to MyOverriddenActionServlet), then you have to configure your servlet in web.xml. I think you use struts-config.xml to configure the RequestProcessor to use. Not that it makes much of a difference. If you never messed with ActionServlet in the past, then you probably aren't going to mess with RequestProcessor right now. Just trust that the Struts team thought it was the right move to make, and the change can be safely ignored if the change doesn't affect you. - -chris -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (MingW32) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFFSOMJ9CaO5/Lv0PARAsu5AKCd+aP7J1kHfTY+P5ePJK6Z8fI25ACeItJ0 2rOeadqOW7NPLgTLdZki0pY= =4FCH -----END PGP SIGNATURE----- --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]