Welcome Guest ( Log In | Register )

Bump Topic Topic Closed RSS Feed

Outline · [ Standard ] · Linear+

 Best language for Online Booking System, - any ideas?

views
     
silverhawk
post Feb 13 2006, 03:59 PM

Eyes on Target
Group Icon
Elite
4,956 posts

Joined: Jan 2003


yes C# is OOP. By itself C# is not hard to code, rather easy actually if you understand OOP concepts. Its the .NET framework which be the problem. Its so vast with so many features and functions, beginners will be lost.

PHP 5 is OOP, though some people critisize it as not being fully OOP.
JSP uses Java, and you should know Java is OOP.

ASP is outdated, if you do use ASP... use ASP.NET. You will have the choice of doing it in C#, VB.NET or whatever other language .NET supports.
anthony_yio
post Feb 15 2006, 10:02 AM

........
Group Icon
Elite
1,828 posts

Joined: Jan 2003


QUOTE(...PS... @ Feb 13 2006, 03:09 PM)
anybody experiences in using C#? i heard that C# is an OOP, hard to code, but easier to maintain... what about PHP, is it OOP also? JSP and ASP leh?

i'm going to write something that might seem small at the beginning, but i will put in a lot of considerations so that it can be extent easily in the future... My friend told me that using OOP, you can easily add in additional features, etc... is that right?
*
That is also provided you are designing your code in right OOP style and maintainable.
It is rather subjective. Some people even find non OOP codes are more easier to maintain.



TS...PS...
post Feb 15 2006, 05:09 PM

Getting Started
**
Junior Member
132 posts

Joined: Nov 2005


ok... then PHP leh? is it OOP?

is that really much different between JSP and Java ha?

This post has been edited by ...PS...: Feb 15 2006, 05:10 PM
rukawa
post Feb 15 2006, 05:46 PM

::+::KukuKawa::+::
******
Senior Member
1,903 posts

Joined: Jan 2003
From: Wg Maju


JSP is Java Server Pages
Basically u can program Java in JSP pages, with the proper settings you can import java class files that you have coded and link it to JSP.
WHen u view source a JSP page, it will only show what the end-user wanted. It won't show the code you have entered. This is FYI only.
felixwhoals
post Feb 16 2006, 06:17 AM

Casual
***
Junior Member
455 posts

Joined: Oct 2005
From: Birmingham, UK


I think .net is good..
but if u want basic and main core language to use, i suggest you use JAva then.
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.
Hou_JaI
post Feb 17 2006, 09:03 AM

Regular
******
Senior Member
1,129 posts

Joined: Jan 2003


If you are lazy use .NET it has all the plug in which ease up your work .. no need so much coding

If you want to be pro use J2EE biggrin.gif
TS...PS...
post Feb 27 2006, 02:26 PM

Getting Started
**
Junior Member
132 posts

Joined: Nov 2005


hi guys... sorry for not posting anything here for a long time... cant find the topic...

Thanks you all for the opinion and advice... I think i will go for PHP or JSP... smile.gif
sinx
post Feb 28 2006, 09:44 AM

New Member
*
Junior Member
15 posts

Joined: Aug 2005


QUOTE(...PS... @ Feb 27 2006, 02:26 PM)
hi guys... sorry for not posting anything here for a long time... cant find the topic...

Thanks you all for the opinion and advice... I think i will go  for PHP or JSP... smile.gif
*
Just go for the language that you think you can master well!
If you think you need the help from IDE, just go for .NET.
Otherwise, PHP will be a good choice!

This post has been edited by sinx: Feb 28 2006, 09:45 AM

Topic ClosedOptions
 

Change to:
| Lo-Fi Version
0.0150sec    1.18    5 queries    GZIP Disabled
Time is now: 23rd December 2025 - 01:19 PM