Limit Display to Recordings of
<= 1
<= 5
<= 10
<= 30
<= 60
any
minutes duration
( 1 2 3 4 5 ... Last ) Next »
Search (within title, desc, presenter, URL):
884 recordings found
Title Presenter Duration (h:mm) Date Recorded
Date Posted Submitter
CFMeetup: From Development to Deployment: Load Testing CF (View video , Show Description )This session will go over how to load test a ColdFusion application after it is deployed in your environment. We will cover load testing options, setting up a simulated load test, and tuning adjustments that can be made as a result of load testing.
Dakota Clum
1:00 2024-12-12 2024-12-12 Charlie Arehart
CFMeetup: ColdFusion Horizons: Unveiling 2025 (View video , Show Description )Over the years, ColdFusion has evolved to support not only the development of dynamic web pages but also the creation of complex applications and services. It remains a popular choice for developers seeking a versatile and efficient platform for building web-based solutions and business applications.
As we look ahead to the imminent release of ColdFusion 2025, we invite you to join us for an exclusive feature showcase that highlights the compelling reasons to adopt this upcoming version. Additionally, this session will provide a comprehensive overview of the strategic vision for future releases, offering an opportunity for you to engage with new ideas under consideration and contribute valuable feedback.
Attend this talk to gain deeper insight into the current and future releases of ColdFusion on the horizon!
Charvi Dhoot (CF Prod Mgr)
1:06 2024-11-21 2024-12-12 Charlie Arehart
CFMeetup: Options for running Redis (or Valkey, etc.), locally or as-a-service (View video , Show Description )You may be considering use of Redis (or alternatives like Valkey), whether for caching or as a document store/db or as an alternative repository for sessions (such as is an option for ColdFusion sessions since CF2016). But before you can USE Redis you need to have some IMPLEMENTATION of it. In this session, veteran server troubleshooter Charlie Arehart will review different approaches for implementing Redis (and/or Valkey, and other plug-compatible replacements): with most approaches being free, while some come at a cost.
We'll review options first for installing it (including challenges and solutions for Windows machines), then options for running it via Docker/containers, or finally on a VM (or WSL). Then we'll identify cloud service implementations of Redis, and not only from AWS, Azure, and GCP, but also online services focused specifically on offering Redis (or alternatives) as-a-service--some free and some at a cost. Different options will appeal to different folks, but you really can be at least testing/demonstrating your possible use of Redis within minutes, for free, and that's the main motivation for this talk. (I have another talk focused more on using Redis for sessions in CF and Lucee. This talk supplements that one.)
Charlie Arehart
1:05 2024-09-19 2024-10-03 Charlie Arehart
CFMeetup: Getting Started with BoxLang Runtimes (View video , Show Description )BoxLang is a new application server released by Ortus Solutions. It can run your CF code on a brand new runtime that's been built from scratch to be smaller, faster, and more versatile, and using the modern features of Java. We've re-imagined where CF can be used with a CLI runtime, Server runtime, AWS Lambda runtime, and more. BoxLang is super small-- only a core jar of 6 MBs, allowing smaller, faster servers that compete the evolving server space. We've also added a host of improved Java interop features, and modular design, and language improvements with our BoxLang scripting syntax.
In this session, we'll cover what BoxLang is, how to install it, and we'll show you how to get going with 4 of BoxLang's runtimes: CLI, MiniServer, CommandBox/servlet, and AWS Lambdas. Presented by Luis Majano and Brad Wood, two of the creators of BoxLang.
Luis Majano and Brad Wood
2024-08-15 2024-08-15 Charlie Arehart
CFMeetup: CF Scheduled Tasks: there’s more than you may know (View video , Show Description )If folks were asked to discuss CF scheduled tasks, I suspect most would feel "there's not much to say". But there really is a lot more to working with them than simply "setting a given url to run on a given schedule" (did you know it could be a CFC, for instance? Did you know about the cron time feature? Did you know about clustering scheduled tasks--even with ColdFusion Standard?). Besides there being more features than many may realize, there are also some common problems people face when running them, and there are tools and techniques to help with that.
In this talk, veteran CF troubleshooter Charlie Arehart will address all these and more, starting with several ways to create them (yes, even more than just cfschedule and the CF Admin UI) then more on those more advanced/easily missed features, as well as tools and techniques for solving common problems with them. We'll also explore configuration files and features for managing tasks. Finally we'll also cover ways CF scheduled tasks may NOT work well and discuss alternatives to them.
Charlie Arehart
1:02 2024-08-08 2024-08-09 Charlie Arehart
CFMeetup: Migrating CF Admin settings between versions, safely (View video , Show Description )When moving from one CF version to another (or even to the same version but from one machine or instance to another), someone will face the need to "bring along" the CF Admin settings, including such things as datasources, scheduled tasks, mappings, and so on. How can that be done quickly and safely? (Note that you should NOT just "copy over the neo xml files", nor must you "open two tabs/screens and start copy/pasting between them".) Did you know there are a few different ways to migrate admin settings safely--one of which is new starting with CF2021?
In this session, veteran CF troubleshooter Charlie Arehart will walk through these options, some old and some new, some built into CF and some freely available. We'll also cover briefly COMPARING CF Admin settings between two CF instances--again, other than just eyeballing two tabs/screens--as such a comparison can be very helpful to check things whether before or after such a migration.
Charlie Arehart
1:16 2024-08-01 2024-08-02 Charlie Arehart
CFMeetup: The Many Capabilities of CF Package Management and cfpm (View video , Show Description )You may or may not have heard that CF2021 added a new tool called cfpm, the ColdFusion Package Manager. It was introduced in CF2021, and while some are aware that it can help manage the new modular packages-based design of ColdFusion, many are unaware of the many features of this cfpm tool--and how this package management mechanism can be used to their advantage.
In this talk, veteran CF troubleshooter Charlie Arehart will introduce the feature (CF's package-based design and the package manager), including identifying the way it can manage the packages used in a current CF instance as well as in automating creation of new instances. Perhaps most useful, we'll see how the tool offers a mechanism to SCAN your CFML code base to identify what packages you would need. We'll also see how the tool can help with updating CF, as well as managing the update download "repo". And speaking of updates, we'll discuss ways the cfpm/package mechanism has evolved in updates since the release of CF2021 and in CF2023.
Charlie Arehart
1:10 2024-01-25 2024-08-02 Charlie Arehart
CFMeetup: Updating the Java underlying ColdFusion: considering it, doing it (View video , Show Description )With Java updates now happening quarterly (and one just this week), it's important that ColdFusion administrators and/or developers keep up to date on the Java version underlying their CF (or Lucee) deployments. The simplest question may of course be "how do I perform such a JVM update, effectively"--and it really can be quite simple. But there's a good bit more to updating Java (aka the jvm, jdk, jre).
In this session, veteran troubleshooter Charlie Arehart will share his experience helping people deal with this topic about weekly for many years, including:
Considering and planning for the jvm update: On the many "current" JVM versions; what jvm do you have, what can you update to, and why should you
Performing the jvm update: where to get it, which one to choose and how to install it, how to configure CF to use it
Avoiding various potential gotchas when updating the JVM
How to be made aware of new JVM versions
Whether you use CF or Lucee, and regardless of whether you deploy these traditionally or via Commandbox or even containers, most of this presentation will apply to you.
Charlie Arehart
1:17 2024-01-18 2024-01-18 Charlie Arehart
CFMeetup: Installing CF2023: choices, challenges, and solutions (View video , Show Description )If you'll be installing CF2023, there are some things to consider before or as you do. First, be aware that besides the traditional full installer there's the new "zip" install option (added in CF2021). What's that about, why might you want to use it--or not?
Then there are are some options and choices during installation--some new also with CF2021. Perhaps it's been a while since you've installed even previous CF versions. We'll cover some of the key options to consider (including license activation, package/module management, and more) as well as post-install steps including updating CF and the JVM, and migrating in CF Admin settings (including using the new CLI/json admin config tool, cfsetup).
In this session, veteran CF troubleshooter Charlie Arehart will share his experience helping folks install CF thousands of times, including several dozen installs already of CF2023. We'll conclude with discussion of alternatives to installing CF (some which you may know about, some maybe not). We'll also open the floor to questions about other topics we might discuss in the time remaining.
Charlie Arehart
1:10 2023-12-21 2023-12-22 Charlie Arehart
CFMeetup: Migrating apps to ColdFusion 2023 from earlier versions (View video , Show Description )While CF2023 has been out since May 2023, many orgs may only now be considering moving to it, whether from CF2021 or especially CF2018, CF2016, or CF11. Naturally, folks considering such a migration will wonder how have the latest version might affect affect existing code. But perhaps you're also skipping some CF version/s in your move: what might have changed in those versions (which would have tripped you up then) which would affect you now in moving to CF2023? And what can you do to mitigate such challenges? What tools and resources might help?
In this session, CF troubleshooter Charlie Arehart will share from his experience helping folks make such migrations the past several months (and for years with previous CF versions), whether in his role as an independent consultant or in providing assistance to the CF community. He'll cover things you can consider in advance of the migration as well as things that might help during or after the migration. Most important, this talk will focus on the differences between CF2023 and each of the past few CF versions that you may be migrating from. (Note that he has previously given talks on migrating CF admin settings, that you should consider also.)
Charlie Arehart
1:13 2023-12-21 2023-12-22 Charlie Arehart
( 1 2 3 4 5 ... Last ) Next »
Show how many results?:
RSS Feed:
RSS Feed of 10 latest added presentations
Receive an email newsletter of newest entries: via Feedblitz