vote up 0 vote down star

In terms of the number of servers ready to receive an application written in the language, the number of people who can write code using the language, and so on?

flag

This is not subjective as there either (1) is a language that stands out above the rest and someone will name it or (2) the answer is no and there is no language that stands out above the rest. Reopened pending a comment explaining how it is subjective. – Thomas Owens Oct 27 '08 at 11:36
Each person has a subjective opinion on which stands out. Not everyone will agree. This type of discussion only leads to each person defending their language of choice or attacking someone else's. – tvanfosson Oct 27 '08 at 11:40

3 Answers

vote up 4 vote down check

Now don't laugh, but I'd say PHP/MySQL stands out as its free and really easy to get running on a local windows or linux machine. Most shared hosting providers have these available in a reasonably configurable state.

If you need something that works, isn't too hard to begin with and costs nothing, you can't go wrong.

Use it with Zend Framework for all kinds of OOP goodness.

link|flag
+1 As much as I hate PHP and MySQL, I have to agree. – Jeremy Michael Cantrell Oct 27 '08 at 14:48
vote up 0 vote down

With java it is pretty simple to deploy webapps. You just package your application in a war file (web archive) and provide that war file to the appserver (tomcat, jboss, weblogic , ...) that will unpack the war and deploy it automatically.

Their are also a lot of coders who can write java so that will definitly not be a problem. There are also a ton of web frameworks for the java language, both MVC based (Spring MVC is probably the best known here) and component based (JSF implementations).

Another webapp platform rapidly on the rise is Seam, which provides nice integration of the complete JBOSS stack (JBoss appserver, Hibernate, richfaces, ...)

link|flag
vote up 1 vote down

Not so much the LANGUAGE, but the technology platform. IMO Sharepoint web apps still have a long way to go in terms of the administrative action needed to deploy them, versus a straight ASP.NET application, which can be easily installed using a WiX script (or even XCOPY deployment in simple situations...)

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.