Why is ColdFusion so unpopular?
|
1
|
|||||||
|
closed as subjective and argumentative by le dorfier Jan 16 at 7:14 |
|
|
You have to pay for it, and you dont get the same features, support, refinement that for example, .Net provides. Not to mention they dont have a great IDE, you have find your own which may include Eclipse with a CF plugin. I dont think its that unpopular, its more so that other technologies are far more popular and mainstream. |
||
|
|
|
I think disparaged is a better way to describe it than unpopular, because by unpopular I don't think you necessarily mean "not prevalent". Although it certainly isn't as prevalent any more as PHP now is for instance; sure PHP is disparaged, but it certainly is prevalent. In fact, the rise of PHP and the fall of ColdFusion more or less coincide, and this is as close to an apples to apples comparison as you will get since PHP is also to some extent a markup or tag based language. As pointed out, ColdFusion isn't free, and although there are free/open implementations, these just haven't been terribly compelling in the face of the meteoric rise of PHP. Now that ColdFusion is implemented in Java, efforts toward object-oriented ColdFusion are more or less superfluous. I think the only viable role for ColdFusion moving forward is as a view option for Java web apps, along side JSP, Velocity and such. I could see such a place for a stripped down ColdFusion, without the database connectivity and other such capabilities. Other than that, any new development strictly under ColdFusion (no Java) is ludicrous in today's day and age. |
||||
|
|
|
In it's self I don't think there is anything wrong with CF. It is however that CF is basically a Java framework, or an abstraction layer upon Java. I think CF its very powerful in its own right but I don't see a place for CF in general web development. If you're a web dev shop building sites for clients and you're using CF then I think you made a poor choice. On the other hand, if you have an online product or service CF might be a very good choice. Then again, there is not much you can do with CF that you can't do with servlets and JSP (or some other Java framework). I like the fact that CF comes with a good server, or admin, interface which is something that I miss in a lot of other environments. But, yeah, like most other people already mentioned, cfml and all that stuff is kinda odd and quirky. I wouldn't use CF myself... |
||
|
|
|
|
could it be because the code looks like XML and VBSCRIPT had a really ugly baby? |
||
|
|
|
Not this again. Okay, check out this post: http://stackoverflow.com/questions/234296/coldfusion-vs-php#235366 |
||
|
|
|
|
As a new coldfusion user, my gripes are: No IDE. Really this is embarassing. I know this is being addressed though. I use a CF plugin for Eclipse and this doesn't even have intellisense. That really hampers productivity. Functionality is very limited, which makes it ride on the back of Java or .NET. Calling a .NET or Java class/assembly is very quick and easy though. CF seems to be really for dynamic charting/reporting as it has some nice features for this. This is why I am using it. It's a paradigm shift from programming to markup. Usually the shift is vice versa, but as a programmer I don't want to break an established habit. |
||||||||||
|
|
|
I think it's almost mostly because you have to pay for it. $1299 ($649 upgrade) for something that you can do with other platforms/frameworks for free makes it a hard sell. If they offered it for free or made it open source I'm sure you would get a lot more people using it. |
||||||
|
|
|
It is expensive and doesn't offer anything unique or groundbreaking. |
||
|
|
|
|
CF-bashing, anyone? Well, I mean it is popular. But among non-CF developers, you're right it's considered a bit silly. ;) I've had a fair amount of [forced] experience with it myself, and about all I can say is that yes, it is weird, and it's functionally limited out of the box in comparison to the likes of Java and .NET, but to be fair, it's not that much more limited than, say, PHP in terms of actual functionality, and because it's Java-based, it can be extended. So really, it's totally respectable, and it's also fast. Plus it's very easy to get up and running in CF, it's surprisingly feature-rich, and it "just works." You have to conform to its way of thinking, but once you do, it starts to make decent sense. Personally, I dislike it because it's loosely typed, it's got all these wacky tags and stuff and I can't create classes and implement interfaces and write code the way I'm used to writing it, there's still no good IDE (although FlexBuilder has a version on the way that'll address this longstanding pain), no support for runtime debugging... etc. But that said, there are plenty of projects for which CF is well-suited. On the whole, its bad rap is probably undeserved. |
||||
|
|
|
Not everybody is happy about programming in markup languages... |
||||||
|
