Hi-
My company's website is currently coded with JSP (Java Server Pages) which I'm working on porting over to PHP 4.x . The senior architect who left the company but I talk to regularly told me that switching to PHP is a stupid mistake. He says that PHP cannot scale like a compiled (JSP) language can, and PHP isn't going to give the speed or efficiancy that JSP will.
My arguments are:
1) that we only have one in-house JSP guy who is also our DB/Server/Oracle/Java guy and he's full up on projects
2) I've seen large scale PHP sites, so I don't see why not to use it
3) It's easy to code and debug
4) It's fast
5) It will integrate with just about anything.
6) Doesn't eat up server memory like Java does
His arguments for JSP are:
1) Struts and tags
2) Compiled Language
3) JSP has matured since he wrote the site 3 years ago
Can anyone help me out here? I don't want to re-code the entire site only to have it not scale in months to come when we get a lot of traffic, and have that hanging over my head.
Thanks