SCJP2 , MCP( 70-229 ) , Preparing For SCWDC
42
but why not use JSP for that
invites to writing unmaintainable code making it useless for largescale projects
No more rhymes! I mean it!<br /> <br />Does anybody want a peanut?
Originally posted by Mathias Nilsson:
I'm not that familiar with PHP but can you use object oriented programming
in PHP? I don't think so.
for (int i = today; i < endOfTime; i++) { code(); }
for (int i = today; i < endOfTime; i++) { code(); }
No more rhymes! I mean it!<br /> <br />Does anybody want a peanut?
Originally posted by Tonny Tssagovic:
I think that Php would fit well in most WEB APPLICATIONs, but when u need some business stuff and GUI like clients, and need to deal with diferent clients (aka a loarge project) you probably need something like J2EE.
Originally posted by Mathias Nilsson:
I'm not that familiar with PHP but can you use object oriented programming
in PHP? I don't think so.
If you are familiar with OO then use it. If you ain't.. then learn it.
Originally posted by Chris Mathews:
1) JSP is not a solution in and of itself(not a good one at least). JSP is only useful when used in conjunction with the rest of the J2EE stack. That said, J2EE addresses a much broader range of applications than PHP could ever hope to address. Therefore, the PHP vs. JSP argument is definitely like comparing apples to oranges or monkeys to cars.
2) One of the points most often brought up in defense of JSP/J2EE is scalability. J2EE scales... PHP doesn't. This is, quite frankly, bull@%. Good software scales and bad software doesn't. This is true regardless of the technology used. It is possible to write applications that scale tremendously well in PHP just as it is possible to write applications that scale abysmally in JSP/J2EE. For the enjoyment of all please take a look at this article from ONJava.com: The PHP Scalability Myth.
42
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime. |