Preserved Topic: PHP vs JSP (Page 1 of 1) |
|
---|---|
Maniac (V) Mad Scientist From: Rochester, New York, USA |
posted 03-11-2002 05:27
I was wondering what others thought about this. I have to make a managerial choice between PHP and JSP. |
Paranoid (IV) Mad Scientist From: Somewhere over the rainbow |
posted 03-11-2002 07:11
The poster has demanded we remove all his contributions, less he takes legal action. |
Paranoid (IV) Inmate From: Minneapolis, MN, USA |
posted 03-11-2002 18:19
Yes, one sure reason to go with JSP is to ensure maximum scalability. Another reason is that Java is a true object-oriented language with all the requisite controls and checks. PHP only emulates OOP, but doesn't stop you from doing things you shouldn't. The result is that Java is far superior for developing fault-tolerant, mission-critical applications. |
Maniac (V) Mad Scientist From: Rochester, New York, USA |
posted 03-12-2002 01:15
Thanks for all the replies so far. It is helpful. I would still like some more opinions. |
Bipolar (III) Inmate From: Perth, Australia |
posted 03-12-2002 06:24
I would go for PHP... |
Maniac (V) Mad Scientist From: 100101010011 <-- right about here |
posted 03-12-2002 18:42
I've been using PHP for ages now for smaller sites. So simple and cleannnn. |