>But JSP doesn't separate the logic from the presentation as much as people
say
>it does.  No matter what you still have java code mixed with the html and
I'm
>of the school of thought that this is rather sloppy.

It does not enforce separation, but it allows it, provided you follow this
simple rules :

1) ban scriplets

2) use only tags

3) put presentation related logic only in tag classes (for exemple
formatting an <option> list for a <select> element)

4) put business logic only in support classes.


Pierre-Yves

___________________________________________________________________________
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