Welcome Guest ( Log In | Register )

Bump Topic Topic Closed RSS Feed

Outline · [ Standard ] · Linear+

 Best language for Online Booking System, - any ideas?

views
     
nexus-
post Feb 16 2006, 04:47 PM

The intrepid coward
Group Icon
VIP
3,744 posts

Joined: Jan 2003
From: Sydney, Australia



QUOTE(...PS... @ Feb 15 2006, 07:09 PM)
ok... then PHP leh? is it OOP?

is that really much different between JSP and Java ha?
*
PHP is not a pure OO language, in the sense that you can live without objects at all (as opposed to say Java where most things are objects). PHP5 supports polymorphism, inheritence and encapsulation C++ style, so it'll work if you're into OOP.

JSP is more concerned with presentation and have extras to make web presentation easier including the JSTL, while Java can be made into/from many things. JSP files are compiled into .java files, Java Beans are made from Java so you are looking at 2 different classes there really smile.gif

For a large system short of enterprise, you could use Java Beans + Servlets + JSP to implement a MVC (Model-View-Control) based system.

Topic ClosedOptions
 

Change to:
| Lo-Fi Version
0.0147sec    0.98    6 queries    GZIP Disabled
Time is now: 23rd December 2025 - 09:28 PM