Quantcast
Channel: ColdFusion
Browsing all 1091 articles
Browse latest View live

type checking cannot be trusted

Type checking cannot be trusted. Repro: <cfscript> function f1(numeric myNumeric) { return min(myNumeric, 1); } function f2(numeric myNumeric) { return myNumeric.min(1); } </cfscript>...

View Article


Image may be NSFW.
Clik here to view.

Hugs for Ray Camden (cfjedimaster’s wife Jeanne died May 23rd)

Ray Camden’s wife Jeanne who died suddenly on May 23rd, 2018. Ray has been known in the ColdFusion world as cfjedimaster for many years. I felt sad reading this devastating news. Losing a life partner...

View Article


arraynew[type](params) vs object[method](params)

Hi all, Aether has 3 typed-array creation syntaxes: 1) ArrayNew(dataType=____) 2) [dataType][] 3) ArrayNew[dataType](params) Long-time community ask is for method invocation syntax...

View Article

ColdFusion Summit 2018 – Pre-Conference Sessions

ColdFusion Summit 2018 would be held at Hard Rock Hotel and Casino, Las Vegas, Nevada from Oct 1st – 3rd. The Pre-Conference Sessions would be held on Oct 1st followed by the Full Conference on Oct 2nd...

View Article

Tracker not sending emails

Hi Adobe, Can you please resolve https://tracker.adobe.com/#/view/TKR-198? Unsent emails need sent. Thanks!, -Aaron

View Article


Better Bug Squashing (New Issue Tracking Tool) with Kirk Deis

  Kirk Deis talks about “Better Bug Squashing (New Issue Tracking Tool)” in this episode of ColdFusion Alive Podcast, with host Michaela Light. Show notes What is the problem with how you find bug...

View Article

Hey, why am I finding CF installed node.js?

Sometimes people install node.js only to find that there is already a node.js that seems to have been implemented by CF. What’s up with that? To be clear, you will only see this in CF11 and above, and...

View Article

Image may be NSFW.
Clik here to view.

Mystery of Health Score – Performance Monitoring Toolset

The mystery of calculating Health Score in Performance Monitoring Toolset Performance Monitoring Toolset can measure how your system is performing. In various pages of our brand new toolset, you can...

View Article


Image may be NSFW.
Clik here to view.

Monitoring ColdFusion Servers

Monitoring ColdFusion Servers Performance Monitoring Toolset  provides end to end monitoring and displays actionable metrics for CF Servers. It captures several metrics and these metrics are presented...

View Article


Image may be NSFW.
Clik here to view.

Alerts and Notification

Notifications and Alerts in Performance Monitoring Toolset  Performance Monitoring Toolset provides end to end monitoring of all events happening inside ColdFusion Server. There are several ways...

View Article

Image may be NSFW.
Clik here to view.

Topology: Bird’s eye view of ColdFusion Deployment

PMT Topology: Bird’s eye view of CF Deployment Performance Monitoring Toolset monitors provides end to end monitoring for standalone CF Server or Group of CF Servers. It captures metrics at each step...

View Article

Image may be NSFW.
Clik here to view.

Performance Monitoring Toolset : Connecting the dots using JVM Metrics

As we know that the ColdFusion server runs on top of Java, and JVM is the engine, which helps ColdFusion do amazing things. When we talk about the performance of ColdFusion, then JVM by default becomes...

View Article

Image may be NSFW.
Clik here to view.

Auto Discovery in Performance Monitoring Toolset

In this blog we will talk about discovery of ColdFusion nodes on Performance Monitoring Toolset. This feature will help Performance Monitoring Toolset (PMT) to discover ColdFusion nodes within the...

View Article


Image may be NSFW.
Clik here to view.

Asynchronous Programming In ColdFusion (2018)

With advances in computing and transition from single-user desktop application to web-based application, multi-threading emerged as a core feature for all modern programming languages. In ColdFusion,...

View Article

Default Function In Interface

Default functions can be provided to an interface without affecting implementing components as it includes an implementation. If each added method in an interface is defined with implementation then no...

View Article


Enhanced Support For New Operator

In the 2018 release of ColdFusion, there is a handy way to create objects in ColdFusion. The snippet below illustrates how you can use the new operator to create different type of objects....

View Article

Null support in ColdFusion 2018

Null is an important construct in modern programming languages, which improves language interoperability with other tech stack and programming languages. Before the 2018 release of ColdFusion, a...

View Article


Image may be NSFW.
Clik here to view.

REST Playground in ColdFusion (2018 release)

About REST Playground REST Playground is an application bundled with ColdFusion 2018 to help visualize REST services registered in ColdFusion 2018. All the REST Applications that are registered in...

View Article

Server Auto-Lockdown

Introduction With the 2018 release of ColdFusion, we have introduced the support for Server Auto-Lockdown. Before going into the details, let’s understand what is Server Auto-Lockdown. What is Server...

View Article

REPL in ColdFusion (2018 release)

In the 2016 release of ColdFusion, we had introduced support for Command Line Interface. In this release, we have introduced support for Read-Eval-Print-Loop (REPL). REPL, a shell, is an interactive...

View Article
Browsing all 1091 articles
Browse latest View live


Latest Images