>>> Paul Philion <[EMAIL PROTECTED]> 4/20/99 2:15:52 PM >>>
>I ask simply because I--personally--would use template engines and
try
>to seperate my HTML from my servlet as much as possible (keep my
>servlets as simply the bridge between presentation [HTML] and the
>business logic).
I agree to an extent, Paul. In fact this is what GNU Paperclips
weblook is about.
>I have seen a number of responses indicating that respected members
of
>the servlet community are developing these generators. What am I
>missing? In what cases is it better to use HTML generation and not
>template evaluation?
They can be usefull sometimes:
- when you don't really care about the seperation issue
- you *need* to generate HTML inside the servlet and you need this to
be obvious (ECS is brilliant at that)
- you are just knocking something up
The biggest problem with these things is performance. Servlets don't
do well in environments where lots of objects are being created.
Coming soon on the Tapsell-Ferrier Limited website will be some JMeter
made figures to illustrate this.
Nic Ferrier
Tapsell-Ferrier Ltd
www.tapsellferrier.co.uk
___________________________________________________________________________
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