Blog
Recent Entries
MatchBox Brings BoxLang to ESP32 Microcontrollers 🦀
One of the most unusual parts of MatchBox is the ESP32 target.
The MatchBox open beta is available at https://github.com/ortus-boxlang/matchbox, and it can compile BoxLang scripts into bytecode and deploy them to ESP32 microcontrollers. That means the same language used for scripts, native tools, web services, and browser logic can also run on a small embedded device.
BoxLang AWS, Azure, and Google Secrets Manager Module Released
Every production application carries secrets: database passwords, API tokens, encryption keys. The question is never whether to manage them -- it's how badly the current approach is going to hurt you.
BoxLang 1.14.0 : BoxLang Ranges Part 2: Teach BoxLang Your Types with `IRangeable`
In Part 1, we covered BoxLang's first-class range system: lazy evaluation, exclusive boundaries, built-in types (integers, decimals, characters, dates), custom stepping, Java Stream integration, and contains() semantics. If you haven't read it yet, start there.
Add Your Comment
(6)
Oct 19, 2008 05:29:02 UTC
by Gary Fenton
Thanks for pointing out the update. I'll let everyone else go first and try it out in production and write up about it in their blogs. Got to be totally sure it doesn't introduce a new unexpected issue! :-)
Does anyone know the Adobe line on supporting CF running a version of Java that didn't ship with CF?
Oct 19, 2008 16:32:53 UTC
by Luis Majano
Hi Gary,
I did the upgrade last night on my production systems, so I will let you know the outcome. So far, I have seen performance updates because of it.
Oct 20, 2008 11:34:32 UTC
by Will Belden
Just subscribing.
Oct 30, 2008 08:09:47 UTC
by Hussein Grant
Hi Luis,
Is there any documentation to assist with installation on a cf8 machine? I assume that the correct update for CF8 would be the JDK 6 Update 10 with Java EE.
Thanks.
Oct 30, 2008 10:11:20 UTC
by luis majano
I did not find any but it is pretty trivial.
1 dowload the jdk and install
2 make a backup of the jvm.config file in (cfinstall)/runtime I believe
3 open file and modify the jew home to point to the jdk you installed. Remember to use backslashes
4 restart cf
Oct 30, 2008 10:41:58 UTC
by Hussein Grant
Sounds easy. Thank you very much.