in reply to Re: Re: the trend of the presentation layer driving application logic
in thread the trend of the presentation layer driving application logic
In most commercial projects, this isn't the case. That's where templating is really useful.
Even JSP does not require you to do things in a page-centric way. The most popular way to use it is from Struts, which is all about defining the controller/model interaction and just using the JSP pages as templates for views.
|
|---|