Seen something interesting in the Lucee or CFML community this month? Post it here!
As always I love Lucee is a quick review of Lucee and CFML happenings in general!
Seen something interesting in the Lucee or CFML community this month? Post it here!
CommandBox 4.0.0 Released
Ok, the title isn’t entirely accurate. The process discussed here isn’t so much “building” a module as “adding ColdBox functionality” to an existing ForgeBox package - boxifying it, one might say. I’ve never built a ColdBox application, but I’ve been increasingly interested in the framework, so this was a helpful and straightfoward first step toward better understanding it.
h/t Matthew J. Clemente @mjclemente
Wondering about CF support for Java 9, 10, or 11, here in 2018 (with respect to CF 2018, CF 2016, CF 11, or earlier)? Did you know that Java 9 and Java 10 each have only 6-month lives? Seriously. And did you know that Java 9 is already no longer updated, while Java 8 still is (into next year), and that Java 11 is due to come out in September 2018? It can be quite confusing if you’ve not been paying attention to Oracle’s new release model.
h/t Charlie Arehart
https://twitter.com/carehart
This week’s video is on variable types in Lucee:
Another journey into the internals of the Lucee engine with lead developer @micstriit
The mighty Ben Nadel finally succumbs to the charms of Lucee…
Please make him welcome
PS. by “show” I believe Ben means shower – one can only imagine
vscode-coldfusion
is dead… long live vscode-cfml
!https://lucee.daemonite.io/t/vs-code-cfml-plugin-update/4005
The first LIVE episode of Cross Cutting Concerns, recorded at the Into the Box conference with a panel of guests.
The panel:
Bullet Train
h/t @bdw429s
This week’s tutorial on looping files:
This video shows you how to handle big files in Lucee in a better way.
h/t @markdrew
How to use task threads and shows the difference between task threads and regular (daemon) threads.
h/t @micstriit
This week’s video explains how you can use S3 buckets to store your source code:
How to use S3 for your source code in a very easy way.
h/t @lmajano
Command line CommandBox install:
bash -c "$(curl -fsS bit.ly/2Ki6jPp)"
PS. But what self-respecting Mac user doesn’t use Homebrew?
brew install commandbox
component {
this.tag.cflocation.addtoken = false;
function onRequest(targetPage){
location url="google.com";
}
}
An oldie but a goodie…
h/t @markdrew