what is better to develope PHP mysql
or JSP with oracle
That is (a) a question of personal preference and (b) what you want to accomplish.
My personal preference would be PHP and MySQL but, in my experience, a lot of BIG companies with huge systems that require a lot of transaction handling prefer to use Java and Oracle or DB2.
I've always thought JSP to be kind of slow, tho it's been like 5 years since I've tried it, and I must admit I never really got into it that much. Can't even remember what gave me that impression.
As you have posted this question in a PHP forum I bet most you responses will be in favor of PHP.
If you'd have posted it in a JSP forum it would most likely be the other way around :)
The best thing for you to do would be to check them both out and decide which of them is better suited for your needs.
They will both get the job done. Only question is which one you want to work with.
Also, PHP doesn't rely on Microsoft products, which is usually a selling point. ;)
JSP runs on unix servers mostly. I think your thinking of ASP.
JSP is java therefore its slow and bad for web development. JSP is also bloated and bulky with a lot of strange internal quirks (Java beans ftl). Ohh its its 100% OOP so you need an IDE with atleast multi level object parsing to be efficient at coding in it.
Comment