A Full Stack Project Experience, Part I – API Manager, ColdFusion, C# and Ember

Recently at my organization, we have decided to step out in a bold new direction and completely revamp all of our web applications. With the introduction of the Adobe API Manager and our desire to shift resource consumption from the server to the client, we have quite a bit of work in front of us. This will be the beginning of a series chronicling our experience as we implement the project from its very beginning until we deliver the final […]

Connect ColdFusion JDBC to Sybase SQL Anywhere

This is something that might not come up often, but every once in a while we have to connect to a Sybase database. This is a built in feature in the Enterprise version of ColdFusion. However, if you have the Standard version of ColdFusion you have to manually add the JDBC jar file and build the connection string by hand. This is easy to do once you have the correct information and correct format of the connection string. Finding that […]

ColdFusion 2016 standard and Oracle adventures

So i was upgrading from ColdFusion 11 to ColdFusion 2016 yesterday.  Everything goes fairly smoothly and then i find that none of my data sources are connecting.  I’m getting a licensing error connecting to my Oracle databases.  Seems that ColdFusion 2016 standard does not include the Oracle driver, I have to have enterprise for that.  Yes, it’s on me that I should have checked for this but I didn’t because in every other version of standard I’ve used the Oracle […]

Authorize.NET Temporarily Ending TLS 1.1 and TLS 1.0 Support

At CF Webtools we have been preparing for this inevitable day for the past few years. We’ve been upgrading our clients servers and services to handle TLS 1.2 calls to Authorize.Net and other third party processors for a while now. Recently Authorize.Net announced a “Temporary Disablement of TLS 1.0/1.1” for “a few hours on January 30, 2018 and then again on February 8, 2018.” This is in preparation for the final disablement of TLS1.0/1.1 on February 28, 2018. As you […]

CONTENS – Powerful Web Content Management

CONTENS is a powerful and flexible CMS to manage international corporate websites, intranets, extranets, landingpages, etc. A modern and intuitive user interface helps editors to manage online content fast and easy providing inline editing, WYSIWYG, drag & drop and copy & paste for pages and content elements. Enterprises can run multiple sites in a single installation, which minimizes administration efforts. Powerful features like the splitscreen view and multilanguage content facilitate the management of multilingual websites and international corporate websites. Content elements can be easily structured and […]

ColdFusion documentation has a new home

ColdFusion documentation has had an interesting journey over the last few years. From a wiki-based approach to an Adobe-unified approach, the docs have come a long way and are ever evolving. Today, we have launched a unified and one-stop destination for all things docs. We have revamped the docs site and made it more centralized. Visit the new and improved ColdFusion User Guide (https://helpx.adobe.com/coldfusion/user-guide.html). The new layout is user-friendly and makes navigation easier. We have divided the docs into three main […]

Adobe ColdFusion Summit – East in Washington, D.C on April 25

We are excited to announce the third annual Adobe ColdFusion Summit East in Washington, D.C on April 25th. The conference is on April 25th and we are having two tracks. We have sessions from experts in the community which would cover most of the major features of ColdFusion. The conference is FREE to attend, just register at the link provided below. Register Here: http://carahevents.carahsoft.com/Event/Details/48292-adobe Event Time : 8:30 AM – 4:00 PM Location: Renaissance Washington, DC Downtown Hotel 999 Ninth Street […]

ColdFusion Development Services – The Perks of Using CF

ColdFusion, or CF, is a particularly rapid web app development platform which comes with a range of different advantages. This is the main reason for which it’s preferred – because it is able to deliver particularly high performance, regardless of the used language. It fits incredibly well into the powerful and potent systems of the server and websites which are using this particular platform could be potentially integrated within varying databases. With over 20 years of experience in using ColdFusion, […]

2018 ColdFusion State of the Union Survey Available

The 2018 ColdFusion State of the Union survey is now available: https://www.surveymonkey.com/r/StateoftheCFunionsurvey2018 This is a yearly survey done by TeraTech getting the pulse of the ColdFusion community gauging CF’s use, integration with other technologies, source code management, etc.  It gives a holistic picture of how CF is being used out there in the world as well as a picture of the current developers.  This is not associated with or sponsored by Adobe but i would expect that they do pay attention to […]

CF Objective 2017 Links and Wrap Ups

So on the discussion thread the other day someone asked about links to slides from the ColdFusion Summit.  Turns out there was one but it got me thinking about CF.Objective 2017 that happened in DC on July 20th and 21st this year. More info on CF.Objective can be found here.   So far there isn’t any news on if it will be held this year but it is still early yet. There are a few links on the site to some […]

Wonder when support for a given CF or CF Builder version ends/ended?

Have you wondered just when “support” (available updates) for a given CF or CF Builder version will (or did) end? This post tells you, for the past several CF releases, and all CF Builder releases, with some additional related information (like, “what’s ‘core support’ vs ‘extended support’?”)

Coldfusion 2016 Websocket only responding locally

We have a websocket setup on an internal network 192.16.1.x IP addresses.  The server is running CF 2016 Updated to the latest patch as of this post.  We have a controller/publisher that was being run from an iPad and listeners/subscriber computers.  A user clicks through the site on the iPad and the displays update.  This worked until a week ago. Attempting to run Chrome on the server and open the controller URL using the 192.168.1.10:8500 URL (using ColdFusion’s internal web […]