I have a question, and I apologize in advance if I misunderstand something
since I do not have very much experience with JSP.

How does JSP achieve separation between HTML and the logic (Java)?  Isn't
it Java code embedded in HTML?  As such, you have an HTML file that has
Java code right in it.  Isn't that what we are trying to avoid?

George Svedloff

At 04:14 PM 5/24/99 -0400, David Mossakowski wrote:
>Greetings,
>
>A lot of energy is put around here into development of template systems,
>frameworks and such.  My question is why not use JSPs?  Isn't JSP
>designed to work with servlets in order to separate the HTML from the
>logic?
>
>In Hardcoding vs. Templates thread someone complained how the templates
>keep appearing and "require the user to learn proprietary techniques".
>I totally agree.  It makes little sense (even when taking into account
>that techniques are not proprietary as someone there mentioned but
>nevertheless they are techniques that need to be learned).
>
>Also in the same thread there was the movement toward developing very
>small scale template solutions by parsing through HTML and looking for
><!--#parse block=begin--> or other meaningful tokens.
>
>So to sum up:
>- why go into template world?
>- why cook up your own little things to do it?
>- why not JSP?
>
>I'm interested in your opinions.
>
>dave.
>
>--
>David Mossakowski        [EMAIL PROTECTED]
>http://www.dwdog.com/styk      212.310.7275
>
>"I don't sit idly by, I'm planning a big surprise"
>F         U         G         A        Z        I
>
>___________________________________________________________________________
>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
>
>

___________________________________________________________________________
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

Reply via email to