YOUR FEEDBACK
Three RIA Platforms Compared: Adobe Flex, Google Web Toolkit, and OpenLaszlo
NN wrote: Yeah you are right GWT is poor man's Flex. After using GWT on two...


2007 West
GOLD SPONSORS:
Active Endpoints
Your SOA Needs BPEL for Orchestration
BEA
Virtualized SOA: Adaptive Infrastructure for Demanding Applications
Nexaweb
Overcoming Bandwidth Challenges with Nexaweb
TIBCO
What is Service Virtualization?
SILVER SPONSORS:
WSO2
Using Web Services Technologies and FOSS Solutions
Click For 2007 East
Event Webcasts

2008 East
PLATINUM SPONSORS:
Appcelerator
Think Fast: Accelerate AJAX Development with Appcelerator
GOLD SPONSORS:
DreamFace Interactive
The Ultimate Framework for Creating Personalized Web 2.0 Mashups
ICEsoft
AJAX and Social Computing for the Enterprise
Kaazing
Enterprise Comet: Real–Time, Real–Time, or Real–Time Web 2.0?
Nexaweb
Now Playing: Desktop Apps in the Browser!
Sun
jMaki as an AJAX Mashup Framework
POWER PANELS:
The Business Value
of RIAs
What Lies Beyond AJAX?
KEYNOTES:
Douglas Crockford
Can We Fix the Web?
Anthony Franco
2008: The Year of the RIA
Click For 2007 Event Webcasts
SYS-CON.TV
TODAY'S TOP SOA & WEBSERVICES LINKS


Welcome the Arrival of Adobe and Web 2.0
The Future Is Here - Welcome the Arrival of Adobe and Web 2.0

Digg This!

It's official - the Adobe acquisition of Macromedia has been finalized and our beloved ColdFusion has a new home. Is this a bad thing? No, not at all.

There was a lot of talk within the community about how this may adversely effect the server, but talk is cheap and, in this case, also very premature.

In order to give the community a breath of relief and put a stop to much of the hypothesizing, I interviewed Dave Mendels, senior vice president of Adobe's new Enterprise and Developer Solutions Business Unit, about Adobe's plans for the ColdFusion Application Server. Rest assured, ColdFusion's future does look bright - I for one am very excited about the possibilities for new features that lie in store for CF, not just as a developer but as a business person as well. With the right product integration, Adobe could place ColdFusion at the heart of mission-critical applications within large enterprises everywhere where Adobe products are in use. I say this mainly because, after looking at the server product offerings that Adobe had prior to the acquisition, it's clear that CF could well become poised at the center of out-of-the-box offerings in the areas of digital document creation, document management, and workflow. This would never replace ColdFusion's "traditional" role as a Web application development platform that offers rapid development and makes it easy to put databases on the Web, but it would certainly augment those features nicely. You can read my interview with Dave in this month's issue of CFDJ.

While I'm on the subject, I'd like to talk about this idea of ColdFusion's "traditional role" as a Web application development platform that offers rapid development and makes it easy to put databases on the Web. In last month's editorial, I spoke about the changing state of the Web (http://coldfusion.sys-con.com/read/154216.htm) and announced that CFDJ will be including more articles that focus on the use of technologies such as AJAX and Flex in order to take our ColdFusion applications, and the experiences that we as developers provide to our customers, to a whole new level. Plans are in the works to begin including Flex 2.0 articles in the near future, but in the meantime you may have noticed the inclusion of more AJAX articles in recent issues. Next month's issue includes an article by Joe Danziger on building an AJAX shopping cart for your CF applications - I recommend trying it for yourself (it's a lot easier than you might think). I welcome all of our readers to provide feedback about these articles and the addition of content focused more on AJAX and Flex for CF developers by e-mailing me at simon@horwith.com.

What I didn't talk about in last month's editorial was how this changing state of the Web will impact the role that ColdFusion plays in your "Web 2.0" applications. Let's face it: ColdFusion could be described as a tool for rapidly putting database data on the Web. This is a simple description and certainly not all-encompassing given what the server is capable of, but it's also not inaccurate. That is its most popular and most frequently used functionality. ColdFusion is not, but any means, a presentation server… yet the vast majority of ColdFusion applications have HTML front ends and this HTML is typically generated on the server. Don't get me wrong, there's nothing wrong with this, but it's not necessarily the case when we're talking about next-generation applications. In the case of AJAX yes, ColdFusion still generates the client code. In the case of Flex/Flash, this is not the case - the client application is either a precompiled SWF or a SWF that's been generated by a Flex server (unlike CF, Flex is a presentation server). Getting back to what Web 2.0 is all about, smart clients are just that: "smart." Whether ColdFusion generates the code for that client or not, the role that ColdFusion plays in these applications has changed. No longer does ColdFusion have to assume the responsibility of not only fetching data but also presenting the data (as well as the interfaces for managing this information). Smart clients need one thing from ColdFusion - data. Of course, sometimes applications do more than simple CRUD operations, so I'll refine my definition of this new role.

In next-generation Web applications, ColdFusion, and ColdFusion applications, will play the part of "service provider." Clients will never be able to perform complex server-side tasks like manipulating enterprise data and other resources, but they are smart enough, with ColdFusion providing the services they need, to give users a much better experience leveraging the enterprise resources that your ColdFusion code provides services for. While ColdFusion's traditional role of exposing services for working with database data may still be the same in the next iteration of the Web, it's now more focused only on that task. Persistence, the presentation of data, and playing the part of controller when users require different views are no longer going to be the responsibility of ColdFusion in these next-generation applications.

What does this mean for ColdFusion developers? Nothing is different for those developers still just working with HTML interfaces, but for the rest of us it means changing the way we architect our ColdFusion applications. There's no reason why you can't have both an HTML interface and Flex or AJAX interface to the same application, but in order to do this, especially without replicating effort, means implementing a sound architecture. By moving all business logic, data access, and manipulation functionality into ColdFusion Components, and developing applications using best practices in order to prevent your business logic from being dependent on any one specific client (including itself) for persistence, the same code can be leveraged by AJAX, Flex, Flash, Sparkle, Java, ColdFusion pages that generate HTML interfaces, and any other client on the Web. So you see, smart clients don't just require learning Flex or AJAX, they also require you to change the way you build your ColdFusion applications. Let me rephrase that, they encourage, even require, developers to encapsulate and modularize their ColdFusion application building blocks…and this is a great thing.

In the months ahead, keep an eye out for news on the Adobe front as well as more articles about the changing Web. Both of these changes in our culture are for the better, and at ColdFusion Developer's Journal our aim is to help developers take advantage of these useful new resources.

About Simon Horwith
Simon Horwith is the editor-in-chief of ColdFusion Developer's Journal and 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. You can read his blog at http://simon.coldfusionjournal.com.

SYS-CON Australia News Desk wrote: It's official - the Adobe acquisition of Macromedia has been finalized and our beloved ColdFusion has a new home. Is this a bad thing? No, not at all. There was a lot of talk within the community about how this may adversely effect the server, but talk is cheap and, in this case, also very premature.
read & respond »
WEB 2.0 LATEST NEWS
ShoZu Adds Eight New Destinations to Mobile Social Media Service
ShoZu announced that it has expanded its mobile social media service to Photobucket, Dailymotion, Friendster, Twitter and four additional Web 2.0 and Mobile 2.0 communities. With these eight new integrations, ShoZu now enables mobile users to interact with their choice of 36 social net
Oracle Previews Fusion Middleware 11g
Building on its November 2007 preview, Oracle previewed additional planned feature enhancements of Oracle Fusion Middleware 11g. Based on feedback resulting from close cooperation with customers testing in real-world environments, the latest preview of Oracle Fusion Middleware 11g incl
3rd International Virtualization Conference & Expo: Themes & Topics
From Application Virtualization to Xen, a round-up of the virtualization themes & topics being discussed in NYC June 23-24, 2008 by the world-class speaker faculty at the 3rd International Virtualization Conference & Expo being held by SYS-CON Events in The Roosevelt Hotel, in midtown
Infragistics Announces New AJAX Tool
Infragistics announced the availability of Infragistics NetAdvantage for JSF 2008 Volume 1 enabling web developers to leverage the power of JavaServer Faces to create compelling User Interfaces (UI). This new release provides a comprehensive package of AJAX-enabled JSF UI components fo
Gluecode Creator Thinks He Can Take Google's App Engine
A Philippines-based Web 2.0 start-up called Morph Labs thinks its cloud can rain on Google's newfangled App Engine. Morph Labs was founded by Winston Damarillo, the guy who did Gluecode, the only open source company IBM ever bought, a move made to protect its precious WebSphere franchi
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