I don't have a great deal of experience with this approach, but I think
that servlets->beans->jsp is a viable solution to this dilemma.  The fact
that all the logic is in the servlet->bean combo can mean that you can
limit your jsp code to simple string manipulation/loops.  I find this a
very comfortable solution, that avoids what are unavoidable proprietary
solutions, like one-off scripting languages, templates with special tags,
etc.  Designers more clever than I could probably do a better job of
limiting the jsp, but even at my level, I think this approach is promising.

----------
> From: Steven Lang <[EMAIL PROTECTED]>
> To: [EMAIL PROTECTED]
> Subject: HTML in servlet
> Date: Sunday, June 27, 1999 3:31 PM
>
> My servlets are getting pretty messy, with HTML all over. What's a better
> solution? I looked into JSP but I was not impressed with the syntax of
that.
> There must be a better way.
>
> Steve
>
>
> _______________________________________________________________
> Get Free Email and Do More On The Web. Visit http://www.msn.com
>
>
___________________________________________________________________________
> 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