> - NO java code allowed to be embedded in the HTML!
> - avoiding "compiling" JSP pages into class files (not necessary
> when no java code)

        But that's the whole beauty of JSP. The ability to embed ANY code
directly in the HTML. JSP is for developing web applications, not for
authoring cool homepages.

> - JSP (or similar) is for HTML people
> - Servlets / Beans are for Java developers

        You may well think that it should be that way, but alas, it is not
so. Again, JSP is mainly for developing applications. The whole point is
not really to embed Java in HTML, but to embed HTML in java code. JSPs
actually generate servlets. That's the point. The "HTML people" have
enough toys to play around with already, and with JSP Sun filled a large
gap in the web application development world.

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
FAQs on JSP can be found at:
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html

Reply via email to