Re: RE: Struts - Page Centric Framework[Scanned]

2005-03-14 Thread Ted Husted
In Struts, the Front Controller and Dispatcher are combined. Which begs the quesion: Do you actually miss a Front Controller, which provides a centralized access point for presentation-tier request handling? Or do you just miss a Dispatcher, which selects the views to handle the response. (Strut

RE: RE: Struts - Page Centric Framework

2005-03-13 Thread [EMAIL PROTECTED]
I miss the "Front Controller" part, the taglibs and the simplicity. I miss the real MVC (Model 2) from it. I've seen "Front Controller" examples on MSDN, but these are awkward. We are using a base page now that act as a controller, but I still think that developing with ASP.NET is slower than i