Home > Development > blogs
As I write, the CFUnited 2008 conference is underway in Washington, DC. This morning's keynote from Adobe brought out some really great details about ColdFusion 9 and how the new ColdFusion / Flex / AIR integration will play out. I am not present at CFUnited this year, but I have compiled some of the details. If you are a Flex / AIR developer who hasn't considered ColdFusion - you might want to reconsider upon the release of ColdFusion 9.
Disclaimer: All of these details have been compiled from blogs and from people who are currently at the conference - there is a possibility that there might be some things that are inaccurate.
Hibernate Baked In
From what I have seen the hibernate support in ColdFusion 9 is great. It seems as though the developer creates a CFC with the needed details, and ColdFusion automatically generates all of the hibernate XML behind the scenes. In addition, ColdFusion will create the needed tables and columns from the cfproperty values for a CFC.
AIR Integration
One of the more handy things announced was the integration of a new package of ColdFusion integration classes in Flex / AIR. For example, in AIR you can reference ColdFusion datasources and perform queries on those datasources. In addition AIR will detect if you are online or offline. If you are offline, it will store the queries in the embedded database, and when you go online again, it will automaticall sync with ColdFusion.
Free for Academic Use
UPDATE:I forgot to mention this in the initial release of this article.
ColdFusion will now be free for academic use. Many of you know that recently finished a few years working for Georgia Tech, so I truly see the value in this. In addition, the hope is that it will make ColdFusion adoption more prevalent in higher-education web design and development programs.
Language Updates
In addition to the previously mentioned updates, there are many language updates including a much needed LOCAL variable scope (you can say goodbye to 'var' if you want). However, from what I can tell, none of these changes should break already existing applications.
CFML Advisory Committee
In addition to all of these updates, Adobe announced the CFML Advisory Committee that will be composed of Adobe developers, Railo developers, and community members. This committee will be headed up by Sean Corfield:
Release Date
There is not a definite date for ColdFusion 9 - although we do know it will be sometime in 2009.
- comments: 3
- coldfusion
- tags:
Comments
3 Comments
Leave a comment
Stay Connected
Search InsideRIA
Poll: ECMAScript Reaction
The ECMA organization recently decided to stop work on ECMAScript 4 and begin a new version, tentatively described as ES "Harmony." How would you like to see this affect the evolution of ActionScript?
News & Events
Latest Features
Tag Cloud
- .net
- 360Flex
- 3d
- actionscript
- adam flater
- adobe
- air
- air api
- air cookbook
- air resources
- air xml webkit
- ajax
- ajaxworld
- alertthingy
- amp
- analytics
- ant
- antipattern
- apache
- api
- app engine
- apple
- applications
- april fools day
- aptana
- architecture
- asp
- audio
- authors
- away3d
- aws
- backward-compatablity
- bad usability calendar
- benchmarking
- berlin
- beta
- bitmaps
- blazeds
- blendmode
- book
- browserplus
- bsd
- business
- businessweek
- cairngorm
- camp
- career
- cdn
- chart
- cloud
- code
- code generation
- coldfusion
- command design pattern
- communication
- community
- compiler
- component
- compression
- conference
- conferences
- contest
- creativecommons
- cs3
- cs4
- curl
- customer
- cuzillion
- dare
- data
- datatable
- datavisualization
- dbunit
- ddlutils
- debug
- decompiler
- deep zoom
- degrafa
- design
- design patterns
- desktop
- development
- DHH
- diary
- dionalmaer
- drawing api
- dreamweaver
- drupal
- dynpro
- ebay
- ecmascript
- effectiveui
- ejb 3.0
- elixir
- embedded jboss
- encryption
- enterprise
- europe
- event
- excerpt
- experience
- ext
- externalinterface
- eyetracking
- features
- filters
- firefox
- fireworks
- fitc
- flash
- flash10
- flashforward
- flashplayer
- flex
- flex4
- flexbuilder
- flexmdi
- flexunit
- form factor
- framework
- friendfeed
- gadget
- gears
- geolocation
- gesture
- googledocs
- googlegears
- gpl
- graphics
- graphics mask
- guidelines
- guimark
- hosting
- how-to
- html
- ia
- ie
- ie8
- igoogle
- interaction
- interface
- interview
- iphone
- iphonedevcamp
- iron man
- j2ee
- jakob
- java
- javafx
- javaone
- javascript
- javase
- javase6
- jaxer
- jms
- job
- joyent
- keynote
- languages
- lcds
- learning
- lffs
- lib
- library
- license
- licensing
- linux
- listen
- livecycle data services
- location
- madrid
- map
- marketing
- math
- maturity
- maven
- max
- memory
- merapi
- mesh
- metrics
- microsoft
- mikepotter
- mit
- mix08
- mobile
- mockup
- model locator design pattern
- mono
- mozilla
- mvc
- mxml
- mxmlc
- neilson
- netbeans
- nio
- nitro
- nitrolm
- nokia
- objectivec
- offline
- omnigraffle
- onairbustour
- onairtour
- onairtoureurope
- ontologies
- oop
- open source
- openflux
- openscreen
- opensource
- optimization
- orm
- papervision3d
- paris
- pattern
- pattern mining
- patterns
- performance
- photoshop
- php
- podcast
- popular
- portable
- preload
- pricing
- prism
- Processing
- Processing.js
- profiler
- protagonize
- push
- qt
- rails
- release
- research
- resources
- ria
- ria community
- ria roundup
- ribbit
- rich
- ruby
- rules
- sanctuary
- sap
- scalenine
- scheduling
- scott sheridan
- search
- security
- seo
- server
- service oriented architecture
- services
- session bean
- silverlight
- singularity
- social
- sockets
- software
- source
- spain
- sproutcore
- spry
- sqlite
- static code
- stencils
- steveounders
- stockholm
- streaming
- survey
- swc
- swf
- switchboard
- syscon
- test driven development
- testing
- testng
- thermo
- tip
- tool
- tools
- training
- trends
- trolltech
- tufte
- tutorial
- ui
- ui pattern library design
- uirc
- unconference
- unit testing
- usability
- user experience
- ux
- vector images
- video
- view source
- vision
- voip
- warsaw
- wdn08
- web
- web 2.0
- web 2.0 expo
- webkit
- whenisgood
- why
- widgets
- windows
- workshop
- wwdc
- xhtml
- xulrunner
- yahoo
- yui
Related Books
Development Series
Get an overview of the tools and technologies that work together to allow developers to build Rich Internet Applications (RIAs) quickly and easily.
Recent Comments
Archives
About This Site
Welcome to the premiere community site for all things RIA sponsored by O'Reilly Media and Adobe Systems Incorporated.
About Us
Meet the Experts
Meet Our Contributors
Send Us Feedback

I am very excited about Hibernate finally making its way into CF, I have been using Hibernate for years as the back end of Flex applications and its ease and power will definitely be a plus to the CF world.
I totally agree. This will bring a unified ORM solution to a lot of developers who haven't used Hibernate before. I think this is a great addition.
Thanks man.
Excellent site.
it improves my performence.
this site is nice and very helpful.
very nice blog.....