Coldfusion 9 : Feature improvement history
Check out the new Coldfusion 9 feature comparison with its predecessors which includes CF8 and MX7. PDF download at the bottom of content.
Top new features
Office file interoperability—Dynamically generate office documents for reporting, decision making, and presentations. Read, create, and update spreadsheets using the new CFSPREADSHEET tag. Programmatically generate PDF files from Microsoft PowerPoint and Word files. Dynamically produce presentations in HTML or SWF from PowerPoint presentations directly on the server.
Object-relational mapping—Build database-independent applications using object-relational mapping (ORM) based on the open source Hibernate library. Save time and manage database logic and connectivity without writing any SQL. Use the ORM Application Wizard in ColdFusion Builder to generate ColdFusion components (CFCs) for logic and connectivity without writing a single line of code.
Microsoft Office SharePoint integration—Expose data from Microsoft Office SharePoint web services to a ColdFusion application with the new CFSHAREPOINT tag. Additionally, use the single sign-on capability in SharePoint to display a ColdFusion application as a web part within a SharePoint site without requiring users to reenter their credentials.
Enhanced Adobe Flash Platform integration—Take advantage of faster Flash Remoting to help increase application performance. Use ColdFusion as a Service to speed up RIA development by easily accessing many existing enterprise services via AMF without writing a single line of CFML.
ColdFusion as a Service—Leverage the power of ColdFusion enterprise services via AMF or SOAP without writing a single line of CFML. These services include CFCHART, CFDOCUMENT, CFIMAGE, CFMAIL, CFPDF, and CFPOP. Also make your application more secure by sandboxing these services to prevent access by unknown applications.
Adobe AIR® local/remote database synchronization—Offer users applications with online/offline capability featuring reliable data management. Using SQLLite in the client and ORM on the server, ColdFusion 9 dynamically manages conflict resolution and data synchronization between the client and the server when your application comes back online.
New Ajax controls—Build more compelling and intuitive applications with a broader set of Ajax controls that leverage the new Ext JS 3.0 library via CFML tags and attributes. New controls
include mapping, multimedia player, multifile upload, accordion navigation, progress indicator, confirmations, alerts, buttons, and sliders.
Server Manager—Save time by simultaneously performing administrative tasks across multiple servers from one central console. You can create data sources, schedule tasks, apply hot fixes, clear caches, and compare settings across a cluster of ColdFusion servers.
Built-in support for portlet standards—Expose a host of enterprise applications, including ColdFusion applications, in one integrated portal. ColdFusion 9 allows you to define a ColdFusion component as a portlet. This includes support for Java Portlet Specifications JSR 168 and JSR 286.
Tight integration with ColdFusion Builder—Leverage the power of ColdFusion Builder, a highly customizable, Eclipse based IDE that enables developers to build ColdFusion applications faster than ever before.
PDF link
http://www.adobe.com/products/coldfusion/pdfs/cf9_feature_comparison_matrix_ue.pdf
Post comment
Connect me
Recent Posts
- Tip : Getting unsorted query columns in coldfusion
- Tip : Show hide columns in cfdump
- Tip : Using cfdump inside CFscript
- What is Augmented Reality ?
- Coldfusion 9 : Feature improvement history
Categories
Blogroll
Tags
Archives
- February 2010 (2)
- January 2010 (5)
- December 2009 (5)
CF Libs
- DeMoronize September 2, 2010Fixes text using Microsoft Latin-1 "Extentions", namely ASCII characters 128-160. […]
- readPropertiesFile September 1, 2010Load and parse a .properties file into a struct […]
- lastDayofWeek August 30, 2010Returns last day of the week, assumes Saturday is the last day. […]
- sitemapPing August 26, 2010Ping multiple search engines with your sitemap.xml file and get the server response. […]
- isURL August 5, 2010A quick way to test if a string is a URL. […]
- indentXml July 30, 2010indentXml pretty-prints XML and XML-like markup without requiring valid XML. […]
- verifyMailServer July 1, 2010Verifies a mail server connection. […]
- getFunctionHint July 1, 2010You give me a function and I return the hint. Useful for demo and documentation pages. […]
- getUrlRelativeToWebRoot June 23, 2010Pass in file path to web root and a file and it returns URL relative to site root. […]

nerdscubecom