I've only found JSP to architecturally make sense when used as a
presentation layer.
I'm a fan of a plug and play pres. layer, which give the content designers
the greatest flexibility.
It is possible to write application logic using JSP since they are
fundamentally servlets, however, I tend to lean towards just flat out
writing the servlets.
--shawn
----- Original Message -----
From: sean <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, May 16, 2000 12:53 PM
> I'm looking for some good advice regarding the advantages of JSP over
using
> Servlets for site develoment. I have a current project in the
> feasiblity/predesign stage, and would like to use JSP technology, but
would
> definitely have to chalk some more project completetion hours up for the
> learning curve. However, I've been using servlet technology for a while,
> and wouldn't have that problem. So what advantages does JSP have over
> Servlets?
> Now I know first and foremost I'll get responses stating the seperation of
> presentation from business logic is a huge adavantage, which I agree with.
> But in my servlet development, I implement a TemplateEngine class that
> accomplishes the same thing. (i.e keeps HTML output seperate by using
> tokens, placing any dynamic output from the servlet into the template/HTML
> page, then outputs the page).
> As far as beans are concerned, what's the difference in utilizing external
> (business logic) classes from servlets, than instantiating the same
classes
> as beans from JSP pages.
> Any input is welcome - thanks in advance
>
>
===========================================================================
> To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
JSP-INTEREST".
> Some relevant FAQs on JSP/Servlets can be found at:
>
> http://java.sun.com/products/jsp/faq.html
> http://www.esperanto.org.nz/jsp/jspfaq.html
> http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
> http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets
>
===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:
http://java.sun.com/products/jsp/faq.html
http://www.esperanto.org.nz/jsp/jspfaq.html
http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets