Heffalump
Proboscidea Heffalumpus
Not sure how many visitors here are into web development but I thought I'd solicit opinions on some of the technologies out there today and where people see them heading...
Java & JSPs- widespread use, scaleable, free, platform independent (mostly). On the other hand, much higher learning curve. Not a path to be embarked on lightly.
ASP - widespread use, simpler to code than Java, but platform dependent, IIS dependent. Closed source.
ColdFusion - simple, easy-to-learn scripting language, intuitive syntax. Latest version J2EE compatible. Still it's a proprietary application server, and like ASP it's difficult to abstract apps into object-oriented architecture.
PHP - relatively simple scripting language, open-source, non-proprietary. Has achieved widespread use in last couple years. Don't know much more about it.
Comments welcomed...
Java & JSPs- widespread use, scaleable, free, platform independent (mostly). On the other hand, much higher learning curve. Not a path to be embarked on lightly.
ASP - widespread use, simpler to code than Java, but platform dependent, IIS dependent. Closed source.
ColdFusion - simple, easy-to-learn scripting language, intuitive syntax. Latest version J2EE compatible. Still it's a proprietary application server, and like ASP it's difficult to abstract apps into object-oriented architecture.
PHP - relatively simple scripting language, open-source, non-proprietary. Has achieved widespread use in last couple years. Don't know much more about it.
Comments welcomed...