JDK21 introduces a bunch of useful functionalities around thread management such as virtual thread but it also changes things with regards to thread.stop functionality which affects ColdFusion’s implementation for thread’s functionality around termination. First up, let’s understand what’s changing in thread terminate. Why is cfthread.stop handling required? The next release of ColdFusion upgrades Java to JDK21. JDK21 has removed the thread stop method so to certify it we will have to make changes in cfthread terminate and threadterminate which internally […]
CAR’s are a great feature but don’t let the pop-up blocker in your browser make you think it doesn’t work.
Please get someone to clean up and build a proper documentation site to allow the users of ColdFusion and CF buillder to be able to use and understand your product,
Can’t step outside? Still want to polish up your skills? We heard you and we made it happen! Now you can master the major features from Adobe ColdFusion’s latest release from right where you are, because Adobe Certified Professional: Adobe ColdFusion is now online! This industry-led certification program from Adobe comes with 50+ online videos and is specially designed to fit every coder, with both basic and advanced level proficiency in any computer language. Upon completing the program, you will […]
How I set up a basic development environment suitable for a single developer, but expandable to multiple developers using Docker, Adobe ColdFusion, Git, Docker, and BitBucket. Part 1 – Applying settings to ColdFusion
VS Code is the hottest IDE out there, and the most asked question I get at every conference I attend is, “what VS Code extensions are you using?”. Since I got this question so much, we decided to dedicate a portion of our CFML News Podcast to VS Code Hints, Tips and Tricks. We had 34 episodes in 2019, each with a VS Code hint tip or trick, so we wanted to give you a way to see all of them in one place, so here they are.
How I set up a basic development environment suitable for a single developer, but expandable to multiple developers using Docker, Adobe ColdFusion, Git, Docker, and BitBucket. Part 1 – Software and file structure
If you’ve been dragging your feet on converting from application.cfm to application.cfc, there are a few resources that can help you, both in doing it and in appreciating why you should.