Eduardo Pelegri-Llopart wrote:
>
> Hi Jason:
>
> Jason says...
>
> > I prefer that, just as I prefer how template engines enforce the
> > separation.
>
> I don't understand this. Maybe you expand on it on your paper
> but I do not recall it
Well, the primary method of enforcing is that you can't put arbitrary
code blocks inside the template page. You can make individual method
calls, and put their output into the page if they return any, but you
can't get fancy with code. And because you can't get fancy with code,
the system has been built so you don't need to get fancy with code.
Most all JSP pages written today have far more Java in them than they
should in my opinion.
-jh-
___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".
Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html