Intersection and diff of two structs

Intersection and diff of two structs with a bit of refactoring thrown in.

Hidden Gems in CF2018, part 2: Installation, Administration, and Configuration

In this part two of a series I have started on Hidden Gems in ColdFusion 2018, we will look first at hidden gems related to installation, administration, and configuration.

Internationalization (i18n) with PHP language files and cacheing

Topics covered i18n reading PHP files Cacheing data cgi.http_accept_language Resources https://github.com/jmohler1970/i18n_demo https://github.com/jmohler1970/i18n http://get-simple.info/extend/ https://helpx.adobe.com/coldfusion/cfml-reference/coldfusion-functions/functions-c-d/CachePut.html https://stackoverflow.com/questions/54357098/how-to-use-org-apache-commons-configuration-with-coldfusion

Getting the union of two structs

Getting the union of two structs

Finding the symmetric difference of two arrays

Finding the disjunctive union of two arrays

Do I need an API?

APIs are very powerful, but do you need to build your application as an API?

ColdFusion 2018 Lockdown Guide

Looking for the ColdFusion 2018 Lockdown guide?

How to use Performance Management Tools

How should the Performance monitoring tools be deployed in production.

Oracle Java support for Adobe ColdFusion

We have some positive news to share with you! Support and distribution of Oracle Java SE, including all maintenance updates of Long-Term Support (LTS) releases (Oracle Java SE 8 and Oracle Java SE 11), will be supported by Adobe directly for all ColdFusion customers making use of the Oracle Java technology. All customers will need to abide by Oracle’s terms of use as they have previously. The support covers the use of all Oracle Java SE releases, current and future, for ColdFusion […]

CF11 database connection BLOCKED – JDBCPool.checkIn

Dear All, I have recently experienced an unexpected 503 server error and server crash quite often. The application has been running for more than 5 years and never experienced this issue before. I had thought it was due to bot attacks but after I blocked it, the server still not stable. The thing is when one request stuck or had the slow response it impacted other requests and building up until it hits the max request number. It can’t solve […]

Union and diff of arrays

Union and diff of arrays in CFML using underlying Java methods