Hello,
Well, I read all of your responses to my original question about what is so
great about JSP....
Aside from some people liking to write template "script" vs. an actual
servlet (why they would I still don't know), I see the only issue being
seperating the HTML from the code...
If HTML seperation is indeed the main benifit from JSP, then I would tend to
think there are better ways of doing it than JSP...
I am just starting into JSP, so please do correct me, but it seems that
there is a JSP servlet that implements a template macro language (among
other things), which in interfaces with other servlets to provide "HTML
seperation" from the code. BUT, why would you want the expense of a servlet
calling another servlet?
Check out http://www.bgeer.com/dexios/index.html. This is a java package
that implements a simple template macro language API that is used directly
by the servlet...
Like I said, I am new to JSP and not too far from new to java in general, so
please take my comments in the inquisitive context they are meant....
---------------------------
Keith
===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff JSP-INTEREST". For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".