The i-Technology Media!
Register | Log in
   
 
.NET  ·  AJAX  ·  CLOUD  ·  ECLIPSE  ·  FLEX  ·  OPEN WEB  ·  iPHONE  ·  JAVA  ·  LINUX  ·  OPEN SOURCE  ·  ORACLE  ·  PBDJ  ·  SEARCH  ·  SILVERLIGHT  ·  SOA  ·  VIRTUALIZATION  ·  WEB 2.0  ·  WIRELESS  ·  XML
Comments
Google Wave Invitation Giveaway
By Aditya Banerjee
Timo Hirvonen wrote: I would really appreciate an invitation. Been desperately trying to find one :) timo [dot] hirvonen [at] gmail [dot]com
Nov. 27, 2009 11:13 AM EST
Cloud Expo on Google News
Did you read today's front page stories & breaking news?


2009 East
PLATINUM SPONSORS:
IBM
Smarter Business Solutions Through Dynamic Infrastructure
IBM
Smarter Insights: How the CIO Becomes a Hero Again
Microsoft
Windows Azure
GOLD SPONSORS:
Appsense
Why VDI?
CA
Maximizing the Business Value of Virtualization in Enterprise and Cloud Computing Environments
ExactTarget
Messaging in the Cloud - Email, SMS and Voice
Freedom OSS
Stairway to the Cloud
Sun
Sun's Incubation Platform: Helping Startups Serve the Enterprise
POWER PANELS:
Cloud Computing & Enterprise IT: Cost & Operational Benefits
How and Why is a Flexible IT Infrastructure the Key To the Future?
Click For 2008 West
Event Webcasts

2009 East
GOLD SPONSORS:
CA
Get Your Transactions Under Control: SOA Performance Management
Software AG
Performance Driven Adoption: The Secret to Advancing SOA
Intel
The Evolving SOA Appliance: 3 Game-Changing Innovations
SILVER SPONSOR:
Denodo
Data Mashups: Deliver Your Project Faster with Virtualized Data Services Across Internal & External Sources
POWER PANELS:
The Business Value of Service Orientation
Driving Profitability Through User Experience
Click For 2008 West
Event Webcasts
Live Google News by SYS-CON!
Top Three Links You Must Click On


ColdFusion News Desk
ColdFusion 8 Makes Developers' Lives Easier
A high-level overview

By: Simon Horwith
Jun. 2, 2007 03:30 PM

On May 30, Adobe released the public beta of ColdFusion 8, which means that we at CFDJ can now begin writing and talking publicly about all the great new features.

I’ll add a disclaimer to that statement: CF 8 is currently in public beta and things, though not likely, can change between the public beta and the final release – so the CF 8 specific content in CFDJ will be kept light to null in order to ensure that the content we deliver is accurate for the final release. That said, the features included in CF 8 are unlikely to change between now and the official release, so this month I thought I’d give a high-level overview of some significant new features and why developers and companies should be interested in ColdFusion 8.

The first thing to know about what’s new in CF 8 is performance. Not that we didn’t have good performance prior to this release, but based on Adobe’s test results, developers are likely to see anywhere from a 20–500% performance increase when they run the same code on CF 8 that they’re running on CF 7. That, by itself, is a very compelling reason to plan an upgrade/migration to CF 8 when it’s released. An additional feature in CF 8 also allows developers to write code that is much more efficient with regards to performance: the ability to programmatically create and control threading (using a new CFTHREAD tag). Oh, but there’s so much more.

ColdFusion 8 makes developers’ lives easier. There are two significant new features that make administration and troubleshooting easier to do, ultimately making developers more productive. The first is a new Eclipse plug-in that allows developers to debug their applications (think “break points,” “stepping through code,” “watch expressions,” etc.). The second feature is a series of CF Administrator enhancements that includes, among other things, a server/multi-server monitor for tracking real-time information, the ability to tune request performance and threading, and the ability to turn the data type-checking on and off in CFCs. An additional nice new CF Admin feature is the ability to define multiple user accounts for the administrator and to restrict CF Admin access by account.

You may be thinking to yourself, “performance and productivity enhancements are great, but what’s new?” The actual new features are far too numerous to list here, but I’ll mention the ones that I consider extremely significant.

Many new features are all about integration:

  • ColdFusion 8 has tighter integration with LiveCycle Data Services (formerly Flex Data Services) and can be installed with it.
  • Support for Flex/CF interaction has been improved in several ways, including the ability for CF Assembler CFCs to return queries or structures rather than DTOs and the ability for CF to notify Flex applications of data changes on the server.
  • ColdFusion now has support for interaction with Microsoft Exchange Server – you can control connections to the server and programmatically work with Exchange calendars, contacts, and mail services.
  • ColdFusion 8 has a new Event Gateway that allows CF to interact with Flash Media Servers and their Shared Objects.
  • ColdFusion 8 has native support for .NET – you can now work with .NET assemblies as you would other objects.

In addition to integration with other products, ColdFusion 8 has new and enhanced support for other file formats and technologies:

  • ColdFusion 8 has a ton of AJAX support.
    • Developers can programmatically create an AJAX Proxy that allows AJAX client applications to interact with CFC methods.
    • CF now has native support for JSON serialization/deserialization for passing data back and forth with JavaScript applications.
    • There are dozens of enhancements to CFFORM and CFFORM controls that allow developers to easily build AJAX client applications and more rich user interfaces.
  • CF 8 introduces native support for publishing and consuming content in RSS 2.0 and Atom RSS feed formats.
  • There is native support for creating and manipulating images in CFML with ColdFusion 8.
  • ColdFusion 8 now supports the ZIP file format – you can create, open, and manipulate ZIP and JAR files using CFML.
  • ColdFusion 8 includes a lot of improved PDF support and developers now have the ability to programmatically manipulate existing PDF documents and PDF Forms

Two very significant enhancements were made to ColdFusion Components. One new feature is support for interfaces – a feature that is extremely useful for architects and one that takes CFCs one more step toward having complete support for all of the features you’d expect in an object-oriented language. The other CFC enhancement, one that for me is ranked in the top three of all the new features in CF 8, is that CFCs are now serializable. This means that ColdFusion Component instances in the session scope will replicate between servers in a cluster – a feature essential when developing true enterprise ColdFusion applications.

There are numerous other language and feature enhancements in ColdFusion 8 including a much enhanced report builder and report functionality, enhancements to the Application.cfc-based application framework, the ability to create online presentations (slide shows), new JDBC drivers, a new Verity version, new encryption functionality, JBoss support, support for JDK 1.6, Apache Derby database support, database driver logging support, the ability to programmatically access information about data sources, and CFML language enhancements that include implicit array and structure creation and JavaScript operator support in expressions.

There are many additional features that I didn’t mention and so much more that I could say about each and every one of the features I’ve described here, but I’ve tried to touch on all of the significant enhancements and additions that ColdFusion 8 brings to an organization. If you haven’t downloaded the ColdFusion 8 beta or looked at the documentation, both are available on the Adobe Labs site at http://labs.adobe.com/technologies/coldfusion8/. In addition, in upcoming months keep your eye on upcoming issues of CFDJ, the Adobe ColdFusion, Labs, and DevNet sites, and developer blogs for more on the benefits of moving to ColdFusion 8.

Published Jun. 2, 2007— Reads 16,245
Copyright © 2007 SYS-CON Media, Inc. — All Rights Reserved.
Syndicated stories and blog feeds, all rights reserved by the author.
About Simon Horwith
Simon Horwith is the CIO at AboutWeb, LLC, a Washington, DC based company specializing in staff augmentation, consulting, and training. Simon is a Macromedia Certified Master Instructor and is a member of Team Macromedia. He has been using ColdFusion since version 1.5 and specializes in ColdFusion application architecture, including architecting applications that integrate with Java, Flash, Flex, and a myriad of other technologies. In addition to presenting at CFUGs and conferences around the world, he has also been a contributing author of several books and technical papers.

Add Your Feedback

In order to post a comment you need to be registered and logged in.

Register | Sign-in

Reader Feedback: Page 1 of 1

Subscribe to the World's Most Powerful Newsletters
Subscribe to Our Rss Feeds & Get Your SYS-CON News Live!
Click to Add our RSS Feeds to the Service of Your Choice:
Google Reader or Homepage Add to My Yahoo! Subscribe with Bloglines Subscribe in NewsGator Online
myFeedster Add to My AOL Subscribe in Rojo Add 'Hugg' to Newsburst from CNET News.com Kinja Digest View Additional SYS-CON Feeds
Publish Your Article! Please send it to editorial(at)sys-con.com!

Advertise on this site! Contact advertising(at)sys-con.com! 201 802-3021

SYS-CON Featured Whitepapers

ADS BY GOOGLE

Breaking Java News
FanSnap(R) Launches SeatAlerts to Notify Fans of Their 'Perfect' Tickets
Petromin Resources announces granting of stock options to certain members of its International Advisory Board
Platinex and Ontario Continue Discussions Over Big Trout Lake Property
Garson Gold Announces Filing of Audited Financial Statements for the Year Ended July 31, 2009
Khan Acknowledges ARMZ Intention to Make an Unsolicited Offer
Killdeer Minerals Announces Financing With MineralFields Group
West Street Announces Third Quarter Results
Homeland Uranium Inc. Reprices Options
South American Silver Corp. Completes $2.78 Million Financing

ADVERTISE   |   MAGAZINE SUBSCRIPTIONS   |   FREE BREAKING-NEWSLETTERS!   |   SYS-CON.TV   |   BLOG-N-PLAY!   |   WEBCAST   |   EDUCATION   |   RESEARCH

.NET Developer's Journal - .NETDJ   |   ColdFusion Developer's Journal - CFDJ   |   Eclipse Developer's Journal - EDJ   |   Enterprise Open Source Magazine - EOS
Open Web Developer's Journal - OPENWEB   |   iPhone Developer's Journal - iPHONE   |   Virtualization - Virtualization   |   Java Developer's Journal - JDJ   |   Linux.SYS-CON.com
PowerBuilder Developer's Journal - PBDJ   |   SEO / SEM Journal - SJ   |   SOAWorld Magazine - SOAWM   |   IT Solutions Guide - ITSG   |   Symbian Developer's Journal - SDJ
WebLogic Developer's Journal - WLDJ   |   WebSphere Journal - WJ   |   Wireless Business & Technology - WBT   |   XML-Journal - XMLJ   |   Internet Video - iTV
Flex Developer's Journal - Flex   |   AJAXWorld Magazine - AWM   |   Silverlight Developer's Journal - SLDJ   |   PHP.SYS-CON.com   |   Web 2.0 Journal - WEB2
Apache   |   CMS   |   CRM   |   HP   |   Oracle Journal   |   Perl   |   Python   |   Red Hat   |   Ruby on Rails   |   SAP   |   SaaS

SYS-CON MEDIA:   ABOUT US   |   CONTACT US   |   COMPANY NEWS   |   CAREERS   |   SITE MAP
SYS-CON EVENTS:   |  AJAXWorld Conference & Expo  |  iPhone Developer Summit  |  Cloud Computing Conference & Expo  |  SOA World Conference & Expo  |  Virtualization Conference & Expo
INTERNATIONAL SITES:   India  |  U.K.  |  Canada  |  Germany  |  France  |  Australia  |  Italy  |  Spain  |  Netherlands  |  Brazil  |  Belgium
 Terms of Use & Our Privacy Statement     About Newsfeeds / Video Feeds
Copyright ©1994-2008 SYS-CON Publications, Inc. All Rights Reserved. All marks are trademarks of SYS-CON Media.
Reproduction in whole or in part in any form or medium without express written permission of SYS-CON Publications, Inc. is prohibited.
 
close this window