ColdFusion Community Portal
In my recent work on migrating older projects to ColdFusion 2023, I encountered the need to recreate the functionality of the deprecated CFMENU tag. Although I hadn't used CFMENU before, adapting to the new environment prompted me to develop a soluti...
Last time, most of my work involved migrating sites from pretty old versions of ColdFusion, mainly versions 9 or 10, to ColdFusion 2023. Despite the fact that the sites were created by different developers, the task was relatively straightforward. In...
Datasource creation in ColdFusionTo run a query in ColdFusion you have to define a datasource. The datasource is an object that contains connection and database properties. These are the properties which enable the query to execute on a specific loca...
1. ZOOM APP CREATION To work with the Zoom API, we can choose between OAuth and JWT (JSON web token) Zoom APP. Both provide a high level of security. You can find more details on the Zoom docs pages: https://marketplace.zoom.us/docs/guides/build as w...
CFNext introduces integration with Microsoft Azure Service Bus, a managed message brokering service that enables decoupling of applications by allowing asynchronous transfer of data and state. The integration with messaging service falls into the fo...
Hi CFNext users, Please go through previousblog, if you haven't gone through. This post is about covering few more frequent operations on SQS using CF2021, which directly integrates cloud services into language. 4. Get Queue Url: You require the ...
This is the second of a series of posts, on Azure Service Bus integration with ColdFusion. In this post we will talk about how to use Topics in CF2021. Topics are used for one to many transfer of messages in a publish/subscribe scenario. You may ref...
Hi CFNext users, I will be covering AWS SQS integration with ColdFusion. This post mostly revolves around below items: 1. AWS SQS usecase 2. Setting AWS credentials 3. Create Queue 4. Setting Queue Attributes 5. Send, Receive and Delete messag...
One of ColdFusion’s biggest challenges is connecting the people who are developers, and the employers looking for people to fill their positions. I’ve heard this for (literally) decades.ColdFusion Developer: “Man… fewer and fewer companies are hiring...
Thought I'd post on a page I recently had to revisit and how it used array notation to help display a query I was using. In this page I was displaying a listing which contains a list of parents with x number of children each. In a university for accr...
We thank the user community for your patience during our brief outage. In an effort to improve our service we recently moved ColdFusion Blog to WordPress based Adobe blogs. Unfortunately, during the transition we encountered some technical issues and...