Su

check out http://www.stachanov.com/~alvin/lab/phpvsservlet/
in which all of the tests for PHP script ran faster than commensurate
servlet
Keep this in mind:
1)PHP is weakly typed (tries to covert datatypes for you) VS Servlet which
has Strongly typed datatypes
2)PHP will require a PHP interpreter on your path
3)Graphics Rendering Packages which are readily available for Java will
support PHP only as a last result.
4)Ability to build reusable components such as beans are strictly limited
5)Inheritance Polymorphism and Encapsulation rules cannot apply to non OO
Language such as PHP
(Architect may not allow PHP implementation for these reasons)

-Martin
----- Original Message -----
From: "Jiann-Ming Su" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, February 18, 2003 4:33 PM
Subject: Re: Replacing JSP with PHP?


> On Tue, 18 Feb 2003, Shivan wrote:
>
> > what are advantages of PHP over JSP?
> >
>
> I don't think there is any.  For us, we just happened to have stumbled
> onto a PHP front end and a java back end.  Perhaps a better question for
> this group would be, is there a servlet based portal software like
> PostNuke?  If there is, then my problem may be solved.
>
> --
> Jiann-Ming Su  [EMAIL PROTECTED]  404-712-2603
> Development Team Systems Administrator
> General Libraries Systems Division
>
>
===========================================================================
> To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
JSP-INTEREST".
> For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST
DIGEST".
>
> Some relevant archives, FAQs and Forums on JSPs can be found at:
>
>  http://java.sun.com/products/jsp
>  http://archives.java.sun.com/jsp-interest.html
>  http://forums.java.sun.com
>  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 archives, FAQs and Forums on JSPs can be found at:

 http://java.sun.com/products/jsp
 http://archives.java.sun.com/jsp-interest.html
 http://forums.java.sun.com
 http://www.jspinsider.com

Reply via email to