----------------------------------------------------------------
BEFORE YOU POST, search the faq at <http://java.apache.org/faq/>
WHEN YOU POST, include all relevant version numbers, log files,
and configuration files.  Don't make us guess your problem!!!
----------------------------------------------------------------

> I don't know much about JSP at this time.
> But i want to separate the HTML code from the java code.
> I don't want to generate the HTML code inside a Servlet because
> maintainabillity isn't easy this way.
> I heard that you can store the HTML (layout) inside JSP and then
> let the Servlet engine serve those  JSP.
> Can this be done with JServ , who parses the JSP's then?
> or must i wait for tomcat?

yes, that is exactly what it does. imo, it does a pretty good job of
separating logic from content if u can keep as much of the content and as
little of the logic in the jsp pages and most of the logic in java code.

it also makes it really easy to unit test the java code.

btw, jsp is avail @ http://www.klomp.org/gnujsp

regs,
--------------------------------------
Nimret Sandhu
Dev Geek
http://nimret.penguinpowered.com
Vitessa Corp.
http://www.vitessa.net




--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Archives and Other:  <http://java.apache.org/main/mail.html>
Problems?:           [EMAIL PROTECTED]

Reply via email to