In a perfect world, no Java code would go in the JSP itself, it would all be
in servlets, custom tags or beans.  Then the designer only needs to know how
to insert code for a tag or bean and what information the tags or bean will
return; and which servlet to use as a form action or whatever.  Designers
can also use something like Dreamweaver to help with tag libraries.

Greg



-----Original Message-----
From: A mailing list about Java Server Pages specification and reference
[mailto:[EMAIL PROTECTED]]On Behalf Of Luis Javier Beltr�n
Sent: Tuesday, May 28, 2002 11:01 AM
To: [EMAIL PROTECTED]
Subject: Separation of HTML and Java work in a JSP


Hi everybody,

I'm a bit confused about the way JSPs should be programmed. Which is the
correct way to separate HTML design from Java logic? should a person be
responsible for the HTML and another person should take this result and
program the logic? but the presentation changes depending on the parameters
passed, so all these posibilities should be programmed by the designer?
I think the most practical way is that a person should know about design and
Java. Is this right?

Thanks a lot!

Luis Javier

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST
DIGEST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://archives.java.sun.com/jsp-interest.html
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.jsp
 http://www.jguru.com/faq/index.jsp
 http://www.jspinsider.com

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://archives.java.sun.com/jsp-interest.html
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.jsp
 http://www.jguru.com/faq/index.jsp
 http://www.jspinsider.com

Reply via email to