----------------------------------------------------------- New Message on BDOTNET
----------------------------------------------------------- From: Sanjay_Narang Message 8 in Discussion Hi, I'm not sure if you are from J2EE background and looking for something provided by struts. Because Struts architecture is essentially derived from "Front Controller"(FC) and "Intercepting Filter" patterns. FC (Or ActionServlet in servlets cases) governs application events, while filters catch and process incoming and outgoing events. As Kaashi pointe out, it is already available in ASP.NET thru HttpHandler. Both are implementation of MVC pattern, but ASP.NET supports "Page Controller" (PC) pattern. In contranst to Struts, where single controller controls whole application (as in your requirement), ASP.NET PC applies only as page level. But you can implement FC pattern in similar way, Kaashi suggessted. Following two links will be very useful for this implementation. Front Controller Sample code: http://msdn.microsoft.com/asp.NET/using/migrating/jspmig/resources/code JSP to ASP.NET migration guide: http://msdn.microsoft.com/asp.NET/using/migrating/jspmig/default.aspx If you can wait, ASP.NET 2.0 is coming with implementation of Front Controller pattern. HTH Sanjay ----------------------------------------------------------- To stop getting this e-mail, or change how often it arrives, go to your E-mail Settings. http://groups.msn.com/BDOTNET/_emailsettings.msnw Need help? If you've forgotten your password, please go to Passport Member Services. http://groups.msn.com/_passportredir.msnw?ppmprop=help For other questions or feedback, go to our Contact Us page. http://groups.msn.com/contact If you do not want to receive future e-mail from this MSN group, or if you received this message by mistake, please click the "Remove" link below. On the pre-addressed e-mail message that opens, simply click "Send". Your e-mail address will be deleted from this group's mailing list. mailto:[EMAIL PROTECTED]
