Go Back   Website Publisher Forums > Website Development > Website Programming & Databases

Notices

Reply
 
Thread Tools Rating: Thread Rating: 2 votes, 5.00 average.
Old 08-06-2007, 11:32 PM   #1
GauravPahwa
Junior Registered
 
Join Date: Aug 2007
Posts: 2
PHP, ASP, JSP. which one's better?

I am a Java guy and though i know php quite well, not as good as java, jsp.I would like to know whether i should go with jsp for creating my website? Or php ??
GauravPahwa is offline   Reply With Quote

Old 08-07-2007, 07:27 AM   #2
Chris
Administrator
 
Chris's Avatar
 
Join Date: Feb 2003
Location: East Lansing, MI USA
Posts: 6,912
PHP has become the standard. It is more widely supported and IMO runs the quickest. ASP runs on windows machines which needs more hardware to do the same thing a linux box does. JSP with the virtual machine is always going to be a little slower.
__________________
Chris Beasley - My Guide to Building a Successful Website
Content Sites: ABCDFGHIJKLMNOP|Forums: ABCD EF|Ecommerce: Swords Knives Compost Tumbler
Chris is offline   Reply With Quote
Old 08-07-2007, 09:05 AM   #3
Nico
Registered
 
Join Date: Mar 2006
Posts: 157
Im with Chris...i think PHP is the best choice. It'll make your life a lot more easier than with the other languages (more/better hostings, more support, fasters apps, etc).

And when you said ASP...you were talking about ASP.NET right? If you were talking about standard ASP...you should forget about it.
Nico is offline   Reply With Quote
Old 08-07-2007, 02:13 PM   #4
ASP-Hosting.ca
Registered
 
Join Date: Apr 2004
Posts: 170
If your choices are between jsp and php, the go with php. I personally prefer APS.NET, but I have many sites in php as well.
ASP-Hosting.ca is offline   Reply With Quote
Old 08-10-2007, 05:09 PM   #5
Selkirk
Registered
 
Join Date: Apr 2006
Location: Michigan
Posts: 100
It depends on what industry you are in and what you are trying to do. However, PHP is a good general choice for building websites.
__________________
Professional PHP Blog - Twitter
Selkirk is offline   Reply With Quote
Old 08-11-2007, 07:41 AM   #6
KLB
Site Contributor
 
KLB's Avatar
 
Join Date: Feb 2006
Location: Portland Maine
Posts: 1,185
I prefer PHP for many reasons including:
  • It is the easiest and cheapest to get web hosting for
  • On a Linux/FreeBSD, Apache, MySQL & PHP configuration requires much less server resources to do the same thing than Windows, MS-SQL & ASP/.NET
  • PHP is platform independent and can even run on Windows/IIS w/MS-SQL, thus it is more flexible.

The only time I recommend a ASP/.NET solution to people is when their corporate infrastructure requirements dictate it. Otherwise, PHP is always a better option.
__________________
Ken Barbalace - EnvironmentalChemistry.com (Environmental Careers, Blog)
InternetSAR.org: Volunteers Assisting Search and Rescue via the Internet
My Firefox Theme Classic Compact: Based onFirefox's classic theme but uses much less window space
KLB is offline   Reply With Quote
Old 08-11-2007, 10:00 AM   #7
bassplaya
Registered
 
Join Date: Jul 2005
Posts: 34
Java if you're going to build incredibly large site or computation-heavy service. For all other cases (I feel 99% is right number here) you lucky with PHP.
__________________
better solutions
bassplaya is offline   Reply With Quote
Old 08-11-2007, 10:27 AM   #8
fatnewt
Registered
 
fatnewt's Avatar
 
Join Date: Nov 2003
Location: Ottawa, Canada
Posts: 59
I wouldn't recommend Java/JSP in most cases, unless you're building a significant web application. And even then, I'd prefer to use PHP in a framework.

For most sites, I think PHP is both the quickest to pick up and go, and the easiest to maintain.
fatnewt is offline   Reply With Quote
Old 09-05-2007, 06:36 AM   #9
morphedparadox
Overlord of the World
 
morphedparadox's Avatar
 
Join Date: Sep 2007
Location: Huddersfield
Posts: 7
Send a message via MSN to morphedparadox Send a message via Yahoo to morphedparadox Send a message via Skype™ to morphedparadox
PHP is a good all around language, and the one i would recommend. Easy to pick up, freely available, and loads of resources around.

If you have programming Experiance, than ASP may be of interest. The main problem is that ASP requires a (legal) copy of Windows Server (for any major website). There are Linux implimentations of an ASP server, but these are a bit shifty.

Java/JSP is big, slow and ugly
morphedparadox is offline   Reply With Quote
Old 01-19-2009, 10:31 PM   #10
best_links
Junior Registered
 
Join Date: Jan 2009
Posts: 1
php is the best language for learning, as a career, and for advance web applications.
PHP Development Company JSP Development company
best_links is offline   Reply With Quote
Old 05-20-2009, 01:43 AM   #11
Lolito
Registered
 
Lolito's Avatar
 
Join Date: May 2009
Posts: 39
Most of today use PHP for making a forum, social networking and online transaction such selling, auction etc.

By the way, In my opinion for me PHP is the best web programming especially to newbie who starting learning a PHP because it is to understant and same as C Language/C++. In technical PHP doesn't show his script when you view a PHP site in View Pagesource unlike the other web programming/script language.
Lolito is offline   Reply With Quote
Old 06-21-2009, 06:55 AM   #12
symbol10
Junior Registered
 
Join Date: Nov 2008
Posts: 2
JSP has many very nice features however JSP tends to run rather slowly.
You won't find JSP supported on very many shared hosting servers due to
the amount of resources JSP uses. Typically businesses that have their
own servers will use JSP.

PHP can do pretty much anything that JSP can do but PHP was originally
designed for the web where as JSP draws it's roots from a high level
standalone software development. Java, the lanaguage used in JSP has a
very steep learning curve.

ASP is nice too but has a bit of a steeper learning curve than does PHP.
The difference in speed between PHP and ASP is probably not real noticably
different.
__________________
Software Outsourcing Company | Tampa web Design Company
symbol10 is offline   Reply With Quote
Old 08-15-2009, 03:27 PM   #13
ogi.za.forum
Junior Registered
 
Join Date: Aug 2009
Posts: 2
Need help for creating simple jsp web application

I need to create web application which will show advertisement on the internet. Main functions of application should be publishing, deleting and searching of advertisement . So website needs to have front page index.jsp, which leads on two pages AddAdvertisement.jsp and searchAdvertisement.jsp

1. It's needed to create Html forms for adding of advertisment and for searching of them.
a. Every form needs to have java class, bean, who will serve her. Inside the class there are functioncs which works with forms.
2 There should be login.jsp page which allows logging for username=admin, password=pass. This login form leads on the other page deleting of advertisement.jsp, which allows one click to delete all advertisement from the base of the data.
a. It is needed to create the database .
ogi.za.forum is offline   Reply With Quote
Reply

Bookmarks

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Super Cheap PHP 5, RoundCube Webmail Linux Shared Hosting hostingatoz The Marketplace 0 08-04-2007 02:00 AM
$1.25/mo, PHP 5, 250 MB Space, RoundCube Webmail Linux Shared Hosting hostingatoz The Marketplace 0 05-24-2007 05:48 AM
Using PHP to produce PHP really screws with the head. KLB Website Programming & Databases 8 02-14-2007 11:36 AM
WEB HOSTING - $4.99/MONTH For 1GB HD & 25GB BW! CPanel, PHP, MySQL & MORE! IncognitoNet The Marketplace 0 11-23-2005 04:49 AM
Review: Professional PHP Programming Chris Books 5 05-19-2005 12:17 AM



All times are GMT -7. The time now is 05:40 AM.


Powered by: vBulletin, Copyright ©2000 - 2006, Jelsoft Enterprises Limited.
Site Copyright © 2003-2006 Jalic Inc. All rights reserved.