Pre-release for API Management capabilities in ColdFusion Raijin

Organizations today are unlocking the value of their data, IP and services  by sharing the same with their ecosystem(customers, internal teams, partners, vendors, suppliers etc.) at a furious pace– often over the mobile networks. With Raijin we now add the capability to not just build and share REST/SOAP services easily we will now allow you to manage, monitor, regulate and secure these services easily. Our research shows, once a API is written, the next questions, that a company or organization […]

Application deployed on Network/Remote Path – Identifying Network Latency – Improve Performance

Many a time, ColdFusion application code is deployed on a network path when your ColdFusion deployments are of large-scale and mandated to use network paths.

After setting up the server for the first time, if there is any performance hit, as the first thing you would want to cross-check few things. One of the things to determine is if there is any network latency.

Though you would have got same network within your organization same as earlier, your OS version also would have changed.

Follow the steps below to see if the performance hit is due to network latency-

ColdFusion 11 Update 7 and ColdFusion 10 Update 18 are now available

This post is to announce the release of new updates for ColdFusion 11 and ColdFusion 10. ColdFusion 11 Update 7 ColdFusion 11 Update 7 includes support for Windows 10 and OS X 10.11. Tomcat has been upgraded to version 7.0.64. This update addresses a vulnerability mentioned in the security bulletin APSB15-29 and also includes bug fixes related to connector, database, language, caching and certain other areas. For more details, refer to this article. ColdFusion 10 Update 18 ColdFusion 10 Update […]

Adobe ColdFusion Summit 2015 – Panel Participants Announced

You might remember the Adobe Panel discussion from last year’s ColdFusion Summit?

We’re going to have it again this year, so please be sure to stop in for the discussion.  The format will be slightly different this year, in that we’re opening it up to audience questions from the begining.  Last year we didn’t get a chance to finish all of the audience questions so I’m looking to do it differently this year.  Come with your questions for Adobe and topics that the community would be interested in hearing about.  

 

This year we have a great panel, you may know some of these community members already!

Ray Uyemura – Director of Systems, City of Los Angeles

Leon O’Daniel – Sr. Web Application Developer and Leader of the Boeing ColdFusion Community of Practice, Boeing

Shirak Avakian – Sr. Web Architect, Century National Insurance Company

Adam Cameron – Sr. Software Engineer, Web Reservations International Group

 

From Adobe:

Tridib Roy Chowdhury, Sr. Director of Products

Moderating: Elishia Dvorak, ColdFusion Solution Consultant & Evangelist

 

Adobe Panel Discussion Q&A Session

3:30-4:30pm

Bristlecone 5 – Main Ballroom

 

Also, be sure to follow #CFSummit2015 for the latest conference chat. 

Adobe ColdFusion Summit Mobile Apps are available for Android and iPhone

We have the Adobe ColdFusion Summit 2015 Mobile applications available on both Android marketplace and Apple Store.  

 

Google Play Store: https://play.google.com/store/apps/details?id=com.attendease.cfsummit2015&hl=en

 

Apple Store: Search ColdFusion Summit to download the app.

 

** Your login ID and password are the ones you used to register for CF Summit.  If you forgot your password, you can go through the forgot password workflow here: https://cfsummit.adobeevents.com/attendease/login

 

 

Introducing the Adobe ColdFusion Summit 2015 app.

Getting ready to come to Adobe ColdFusion Summit? Before you set off for Vegas, be sure to download the ColdFusion Summit app to stay connected during the conference. The ColdFusion Summit app gives you scheduling access to ColdFusion Summit sessions, up-to-date conference announcements, social feeds and session surveys.

 

 

Adobe ColdFusion Summit Pre-conference workshops Sold Out!

The hands on labs for the preconference are now sold out!  These are going to be great additional learning experiences for those of you who were able to get in.  

 

I blogged about the workshops here: 

https://coldfusion.adobe.com/adobe-coldfusion-summit-2015-pre-conference-workshops

 

There will be a VM download for the labs to be sent out via email to those of you who registered.  Please check on the specific requirements ahead of time so that you come prepared and aren’t missing any of the content because of setup. 

 

We’re looking forward to meeting all of you at the conference!

ColdFusion 11 Update 7 is available for early access

Update: Since this post was made, the final version of Update 7 was released and should be used instead.   ColdFusion 11 Update 7 early access build is now available for your testing and feedback. It includes support for Tomcat 7.0.64, Windnws 10 and Mac 10.11 along with several bug fixes. Please note that this is a test build and should not be used in a production environment. Refer this document for the list of bugs fixed in this update. Follow the steps below to […]

ColdFusion 10 Update 18 is available for early access

Update: Since this post was made, the final version of Update 18 was released and should be used instead.   ColdFusion 10 Update 18 early access build is now available for your testing and feedback. It includes support for Tomcat 7.0.64, Windnws 10 and Mac 10.11 along with several bug fixes. Please note that this is a test build and should not be used in a production environment. Refer this document for the list of bugs fixed in this update. Follow the steps below to […]

Closing Registration for ColdFusion Summit Sunday Workshops

We’ll be closing the registration tomorrow for the ColdFusion Summit hands on labs on November 8th because they are reaching capacity.  If you still want to register, please feel free to do so by Oct 16th to confirm your spot.

 

I blogged about the workshops here: 

https://coldfusion.adobe.com/adobe-coldfusion-summit-2015-pre-conference-workshops

 

We have a pretty amazing rate at Aria for Saturday night at $179 as well, so if you haven’t booked your rooms yet tomorrow is the last day for that rate as well.

 

Don’t wait to register and book your rooms!

 

See you there!

Adobe ColdFusion Channel within CFML Slack

Originally Posted: Oct 5, 2015; Updated: Feb 6, 2023 Recently, we started an initiative to communicate more directly with our community and we have for now decided to leverage the newly created Adobe channel within the CFML Slack group.  We invite all of our community members and users to join the Adobe channel if you have some feedback you would like to share or communicate to the ColdFusion team. We will be monitoring and providing direct feedback on any questions […]

Running ColdFusion 10 and 11 on Windows 10

  Important update: Note that ColdFusion 10 and 11 have been updated to support Windows 10, a few weeks after this blog post was first written. Consider applying that update rather than this preliminary wsconfig update.   Windows 10 is not certified yet with ColdFusion 10 and 11. The certification will be available as part of the next update. However, you can run ColdFusion 10 or ColdFusion 11 on your development environment by following the below outlined steps.  ColdFusion 11 […]

ColdFusion 9/10 Charting in Cluster

If you have setup cluster and tried to use charting in ColdFusion 8/9/10, sometimes you would have received “Image Expired” message instead of showing the chart. Charting engine runs into this problem for two reasons. 1. The scripts generated by the designer use indirect method for image retrieval, meaning that the image isproduced during page processing and is placed in cache to be retrieved by the browser. After some period of time depending upon cache settings the image is destroyed. […]