I don't know about run-time performance although I have heard that JSP ends
up being faster than PHP in direct comparisons. However..that is somebody
else stating that. However, I have heard that JSP is much faster to develop
with in terms of creating a page, then displaying it and being able to work
directly with the Java language intermixed in the page. I am a strong
advocate for Model 3 myself (a fictitious model), where by you follow MVC,
but instead of forwarding to a JSP page, you have the JSP page return XML,
then apply XSL to it. This way the JSP page handles dynamic content tag
creation, and the XSL focusses on page layout of that data. Its a little bit
slower in performance than straight JSP or PHP, but it more readily
separates the content from the display, making it more manageable when
changes need to be done.


> -----Original Message-----
> From: Tony Einarsson [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, February 13, 2001 12:30 PM
> To: [EMAIL PROTECTED]
> Subject: Re: Php vs Jsp
>
>
> Interesting that nobody mentioned the performance of PHP vs JSP.
> On a JSP list, could that be because JSP doesn't measure up
> as far as performance goes?
>
> We all have opinions but anybody have a more objective
> statement about it?
>
> Tony
>
> > You will probably be able to get away with much more lax
> > designs in PHP than
> > you will with JSP. I'm not saying that you WILL design more
> > poorly in PHP,
> > but that PHP doesn't really make you think about issues that
> > JSP more or
> > less guides you in.
> >
> > I don't really consider that a strength for PHP.
> >
> >
> > >From: Irfan Mohammed <[EMAIL PROTECTED]>
> > >Reply-To: A mailing list about Java Server Pages specification and
> > >     reference <[EMAIL PROTECTED]>
> > >To: [EMAIL PROTECTED]
> > >Subject: Php vs Jsp
> > >Date: Fri, 9 Feb 2001 15:33:01 -0700
> > >
> > >I had a question regarding the comparison of Jsp/ Php.
> What are the
> > >advantages of using Php for developing a complex web site in
> > 5 weeks as
> > >opposed to using Jsp/servlets.
> > >
> > >Thanks
> > >Irfan
> > >
> > >=============================================================
> > ==============
> > >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://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
> >
> > _________________________________________________________________
> > Get your FREE download of MSN Explorer at http://explorer.msn.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://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".
> For digest: mailto [EMAIL PROTECTED] with body: "set
> JSP-INTEREST DIGEST".
> 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".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
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

Reply via email to