Blog & Company News

Sep 7, 2011

Is Your ColdFusion Website or App Homeless? We Welcome You!

ColdFusion When we heard that GoDaddy recently announced that it was going to drop its support for ColdFusion hosting, we felt terrible. The ColdFusion community deserves better. Needless to say, we love ColdFusion. We love it so much, in fact, we’ve been supporting it for more than a decade --- since before ColdFusion was an Adobe product, and since before ColdFusion was a Macromedia product. That long. On top of that, we have one of the largest ColdFusion development communities in the world, and our commitment to the platform has never let up. So, if your ColdFusion website or app is homeless, come check us out. We have a nice home for you. If you’re a new customer to us, check out our special offer of 4 free months. If you’re new to ColdFusion 9, Adobe’s latest iteration of the platform, check out our top-five list of features we love: 1. ColdFusion Builder – CF9’s most talked about new feature isn’t even a part of the server software; it’s the IDE—Adobe’s first ever IDE for ColdFusion. Built on top of the open-source project Eclipse, which is widely used as a Java IDE, ColdFusion Builder is deeply integrated with ColdFusion 9 and allows developers to manage their entire development life cycles (from concept to production, as Adobe puts it) with a single tool.  Simply put, it makes the process of building CF apps easier and faster. ColdFusion Builder is currently in Beta 3, and can be downloaded through Adobe Labs.  You can run ColdFusion Builder as a standalone installation or as a plug-in to Eclipse or Adobe Flash Builder. 2. Object Relational Mapping (ORM) – This is a big deal.  And to be honest, We're not sure why ColdFusion ORM hasn’t garnered more attention than it has. The reason it’s a big deal:  It shifts the way CF developers can approach application development … and it’s a HUGE time saver. Ray Camden articulated the benefit of CF ORM best during his presentation at Adobe MAX: For most of our lives, we’ve been a slave to the database table … we write our code based on it, we even do some of our functionality based on it; for example, we may not add the ability to sort by a last name if the database table only has one column for names … so typically, that’s the way we work.  We have our tables and then we slap the web app on top.  That’s not really the way it should work.  The way it should work is that our app should define everything … and the database should be the slave to that. ColdFusion ORM enables us to shift the relationship we have with the database in this manner. In a nutshell, ORM allows us to map data to and from a relational database — those darn tables — by using object models.  And what this means to CF developers is a tremendous amount of time saved from tediously writing SQL statements and the ColdFusion code that goes with them. Imagine making complex database calls without writing any SQL queries — now you can with CF ORM. 3. Enhancements to CFScript – This one is particularly interesting to us, and one that we hope you CF developers out there will comment about below.  Enhancements to CFScript in CF9 pretty much takes the language to the next level, and you can now build an entire CF web app completely in script syntax without using any CFML. This example shows how CFML tags and CFScript can do the same thing. Is CFScript more elegant to use?  Is it more of a “real” programming language?  That seems to be the assessment of some, but either way, CFScript does a good job of expanding the appeal of the platform. 4. The cfspreadsheet tag – This is just a cool feature, and it's part of the broader office file interoperability features now in CF9.  The cfspreadsheet tag lets you mange, access, create, and interact with data in an Excel spreadsheet.  It’s that simple, and CF9 makes it simple to do.  See some examples here. 5. Our Community – We boast one of the largest ColdFusion communities in the world.  Not an exaggeration.  A big reason for this is that we’ve been supporting ColdFusion for more than a decade, beginning with ColdFusion 4.0.  That’s not only before Adobe; that’s before Macromedia.  So as we mentioned earlier, we’re thrilled to be supporting this latest version and the next generation of CF apps that will call our servers home.