This is another question that we get all the time, "When will BlueDragon support CFMX features?"
There are several answers to that. First, keep in mind that like CFMX, BlueDragon is built atop a Java platform (in the BD Server, Server JX, and J2EE editions). In the server products, we run atop our ServletExec (like CFMX runs atop JRun). That's transparent to most CFML developers, but it's important to note that it does open the door to our having things that really flow from being atop a JSP/servlet engine. Therefore, we already do support some CFMX features, including:
And we give you the option of running JSPs alongside your CFML templates (and integrating with them) on our Server JX product for just $549 (whereas CFMX requires the Enterprise edition for $4995 to get that feature).
And of course, like CFMX (and indeed CF4.5 and 5) you can perform integration with Java Libraries, Java classes, and more.
I'll do another blog entry that discusses our J2EE edition and contrast that with CFMX's. For the sake of this discussion, the point is that we offer many of the same benefits of CFMX's J2EE edition, yet we also offer several benefits over it.
Getting back to CFMX features, naturally there are a lot more than those listed above and we are adding many in our 3.1 release later this summer. Among many other things, we plan to add support for:
Brian [brian@westcoastlogic.com]
Charlie, I think its wise to wait a little on the CFC front. Right now its
a hokey implementation but shows promise; macromedia appears to be paying
attention to the developers and I'm sure we'll see as the language evolves
CFC improvements. One CFMX feature I personally cannot live without is
flash remoting. With openamf.org this isn't really a feature I ever have to
live w/o either. :) Due to the coupling between CFCs and webservices (and
thus remoting) I'm curious to see how you guys are planning on exposing
this functionality without cfc's. I've built my security around the
equivalent cfml language constructs for their integration w/ cfc's too..
don't know if you guys are looking to integrate