InfoQ

News

ColdFusion as an Integration Platform

Posted by Jonathan Allen on Sep 12, 2007

Community
.NET
Topics
Interop
Tags
Adobe ,
ColdFusion

Support for other languages is not a new concept for ColdFusion. Their list of supported platforms and API technologies include COM, CORBA, Java, JMS, XMPP, SOAP, and AMF. With ColdFusion 8, .NET is added to that list.

It is not just that ColdFusion can communicate with these other platforms, but that it can do so right out of the box. While other platforms like Java or .Net many of these require 3rd party libraries of varying quality and support, Adobe itself is making the promise that these will just work. This means ColdFusion is now an option for bridging disparate systems.

This doesn't come cheaply though. The starting price for ColdFusion is 1,299 US and a whopping 7,499 if you want to run in within a J2EE application server or communicate with Oracle. Though considering that Oracle has an ADO.NET driver, perhaps the Enterprise edition is not needed after all.

No comments

Watch Thread Reply

Educational Content

Rails in the Large: How Agility Allows Us to Build One Of the World's Biggest Rails Apps

Neal Ford shows what ThoughtWorks learned from scaling Rails development: infrastructure, testing, messaging, optimization, performance.

Stuart Halloway on Clojure and Functional Programming

Stuart Halloway discusses Clojure and functional programing on the JVM in depth, and touches on the uses of a number of other modern JVM languages including JRuby, Groovy, Scala and Haskell.

Orion Henry and Blake Mizerany on Heroku

Orion Henry and Blake Mizerany talk about the technology behind Heroku and the benefits of the new add-on system.

Security for the Services World

Chris Riley presents security issues threatening service based systems, examining security threats, presenting measures to reduce the risks, and mentioning available security frameworks.

Navigating The Rapids:Real-World Lessons in Adopting Agile

This talk investigates technical issues encountered when moving to an Agile process.

Codename "M": Language, Data, and Modeling, Oh My!

Don Box and Amanda Laucher present “M”, a declarative language for building data models, domain models or external DSLs. Don Box's demos show some of M’s features and latest changes of the language.

SOA Manifesto - 4 Months After

It is four months since the SOA manifesto was announced; InfoQ interviewed the original author’s to get insight into the motivations and the process behind the initiative.

Memory Barriers and JVM Concurrency

This article explains the impact memory barriers, or fences, have on the determinism of multi-threaded programs.