Availability of ColdFusion 9
"Adobe ColdFusion" · "Rapid Application Development" · "web programming"
Our contract with Verity will soon end and we will
no longer be able to allow downloads that have Verity in it (CF9/CF8 installers have Verity) post 31st of May. For this reason, we are coming out with a CF 9.0.2
without Verity. Post 31st May, anyone who wants to get hold of CF9 bits will be
given access to CF9.0.2 as we can no longer provide the CF9 bits. CF9.0.2 will
be made available on the website as well post 31st May.
But if anyone needs the CF9 bits with Verity, they need to download now (before
31st of May) from the website here: http://www.adobe.com/support/coldfusion/downloads.html
The same rationale applies to CF8. Anyone who needs CF8 bits can reach out to Adobe support and get access to the CF8 installer before 31st of May.
All ColdFusion 10 features at a glance
"Adobe ColdFusion 10"
I strongly recommend reading Charlie Arehart's Ultimate List of 200+ New #ColdFusion 10 Features
ColdFusion 10 docs link
The ColdFusion Help system and docs are now
live.
ColdFusion Help and Support Page:
http://www.adobe.com/support/coldfusion
(Please use this link in your tweets and facebook posts)
CF Docs:
http://help.adobe.com/en_US/ColdFusion/10.0/Admin/
http://help.adobe.com/en_US/ColdFusion/10.0/CFMLRef/
http://help.adobe.com/en_US/ColdFusion/10.0/Installing/
http://help.adobe.com/en_US/ColdFusion/10.0/Developing/
CFB Docs:
http://help.adobe.com/en_US/ColdFusionBuilder/2.0/Installing/
http://help.adobe.com/en_US/ColdFusionBuilder/2.0/Using/
Adobe ColdFusion 10 is now available!
"Adobe ColdFusion" · "Adobe ColdFusion 10" · "Adobe ColdFusion Builder 2.0.1" · "Application Server" · "creating a website" · "productivity" · "Rapid Application Development" · "web application" · "web application development" · "web programming"
I am pleased to announce that Adobe ColdFusion 10 is now available. Thanks to the amazing engineers from the Adobe ColdFusion product team for this remarkable release.
ColdFusion 10 now offers built-in support for HTML5 and helps boost performance using Tomcat integration and enhanced caching. With the new hotfix installer and scheduler, ColdFusion 10 Enterprise edition allows enterprise developers to improve productivity, while strengthening authentication and encryption techniques to make websites more secure. HTML5 and REST support helps boost performance and productivity for web and mobile applications development.
With a multitude of enhancements, ColdFusion 10 reduces complex business logic into a few lines of code, dramatically accelerating the development cycle. ColdFusion 10 bring s in the same capability to HTML5 application development to help deliver rich user experiences through web-sockets, video player, geo-tagging and interactive charting. Leveraging an array of built-in features, ColdFusion 10 gives developers the tools to condense enormous tasks into easily manageable projects and rapidly build and deploy scalable Java EE applications to satisfy large-scale business needs in the enterprise.
Pricing and Availability
ColdFusion 10 is available now in three editions. ColdFusion 10 Enterprise Edition is a high-performance solution for delivering multiple websites and applications on one or more servers, or on existing J2EE application server installations starting at an estimated street price of US$8499. ColdFusion 10 Standard is an easy-to-manage configuration for single applications ideal for small to medium-sized businesses and available starting at an estimated street price of US$1499. ColdFusion 10 Developer Edition, a full-featured server for development use only, is available as a no charge download. Low cost upgrade pricing is available to customers with valid licenses of ColdFusion 8 and ColdFusion 9. ColdFusion 10 is immediately available for purchase online from the Adobe Store, directly from Adobe, and through Adobe’s network of partners and resellers. For more information, visit http://www.adobe.com/products/coldfusion-enterprise.html. For a complementary trial, visit https://www.adobe.com/cfusion/tdrc/index.cfm?product=coldfusion.
ColdFusion Builder 2.0.1
Along with ColdFusion 10, I am also pleased to announce the availability of ColdFusion Builder 2.0.1 update. ColdFusion Builder 2.0.1 focuses on keeping up-to-date with the changes in ColdFusion 10 along with bug fixes and performance improvements.
ColdFusion WebSocket :Publish Workflow
"Adobe ColdFusion" · "Adobe ColdFusion 10" · "Application Server" · "web programming"
Channel Listener CFC is the control panel for your ColdFusion WebSocket application. All the data that is published in a channel passes through your Channel Listener CFC. Various Channel Listener functions are called when a data is published. These functions are called in a predefined order and a developer or user has no control over the order of function call. Developers can customize the logic inside these Channel Listener functions.
Also data received by a client depends on the channel to which the client has subscribed, especially when there are multiple sub-channels involved.
See the flow of data as well as the order of Channel Listener function calls in my next entry on ColdFusion WebSocket blog series.