What is the advantage of using EJB+JSP for a web ticket selling application instead of using PHP?
Can Java support more customer hits compare to PHP?
Is EJB+JSP better than PHP? Why?
-
EJB+JSP versus PHP (2 messages)
- Posted by: Lim Fei Xian
- Posted on: June 12 2002 05:30 EDT
Threaded Messages (2)
- EJB+JSP versus PHP by Andre Augusto Oliveira Aragao on June 13 2002 13:33 EDT
- EJB+JSP versus PHP by Marc R?kers on June 14 2002 04:58 EDT
-
EJB+JSP versus PHP[ Go to top ]
- Posted by: Andre Augusto Oliveira Aragao
- Posted on: June 13 2002 13:33 EDT
- in response to Lim Fei Xian
It depends on the kind of application you´re doing. If your just designing a very small application, with few changes in the business rules and database schema, than maybe PHP is better for you. -
EJB+JSP versus PHP[ Go to top ]
- Posted by: Marc R?kers
- Posted on: June 14 2002 04:58 EDT
- in response to Andre Augusto Oliveira Aragao
Hi,
That's right. PHP is a server-side scripting language while Java gives you a much greater programming support. for example doesn't divide the view from the business logic. That a really important concept because it enables the system to be run in bigger environments. Scalability is the word! Another reason pro EJB+JSP is the abilty to maintain your software in a much more professional way.
I use PHP for little web projects, but when setting up serious and critical business applications, there will always be the decision to use J2EE instead.
cu
Marc