Valerio_Valdez Paolini wrote:
> On Mon, 10 Jun 2002, John Hurst wrote:
> 
> 
>>In the filesystem. Directly requested .tt files are all sent to a
>>default template handler:
...
> I used html pages with augmented tags parsed by a standard handler:

Those are both interesting and may be the most appropriate solution for 
the problems you're working on, but I wouldn't call either of them MVC. 
  You are going straight to a view (template) and letting it drive all 
the decisions.  In an MVC application, you would go to a controller that 
would do some work and then decide which view to show.

- Perrin

Reply via email to