Adobe released today a update to ColdFusion 9, emphasizing the following of the updated properties list:

- ORM support for multiple data sources
- Amazon S3 support
- Support for IIS 7
- New script functions implemented as CFCs
- Support for BlazeDS 4 and LCDS 3
- Configurable seed for password encryption
- Server monitoring enhancements to handle load conditions


However, Raymond Camden post a detail list.

Download of CF 9.0.1
Dreamweaver Extensions for CF 9.0.1 and additional installers (LC DS, SOLR, .NET Integration)
Release Notes CF 9.0.1
What?s new in CF 9.0.1 (PDF)

In this dawn was launched ColdFusion 9 officially and the supplements were liberated as well.

And still was announced ColdFusion in Could with a prerelease private.

Regarding ColdFusion Builder, one more beta version was made available in labs.adobe.

The Adobe Tour will be in Brazil in days 16/08, 18/08 20/08, with the focus in the Platform Flash, the Evangelist who will be talking for we is Lee Brimelow.

[More]

I published in the mxstudio, in pt-br, a summary than ColdFusion brings and still a example of the new format of the language CFML in components.

Hibernate's Configuration is the most important part in the framework, generally you are going to need to configure Hibernate.cfg.xml, "tabela" .hbm.xml , Log4j, SessionFactory.

All this part in ColdFusion 9 is totally transparent, you see is going to need to configure a name for datasource in ColdFusion Administrator, inform this name in Application.cfc, and create the class mapping the table, which in the CF9 does not need getters and setters implementation, because that is implemented automatically by the server.

A good example than I say is post of Rupesh Kumar (Coldfused?)

The alteration was not in the format of the code cf9, now am making available two versions.

For previous servers CF9, there was an alteration that allows to control hits.

And for CF9, with the new code format for components.

Ben Forta and Raymond Camden created videos for demontration of ColdFusion 9 and of ColdFusion Builder, do not miss.

In the previous version was necessary to use of some artifices so that some Application.cfc methods did not execute in components requisitions, in ColdFusion 9 this stops with the creation of the method onCFCRequest.

See the explanation of Raymond Camden about the subject.

More Entries