Hello Documentation Fans!! (Silence....)
I guess there are none!! Anyways, I have just spend most of my precious time updating almost all of the guides and content of the wiki for the upcoming 2.0.0 release. So you can head over to the ColdBox Trac Site and get your fix on all types of new, revised and out of hand documentation. You get more screen shots, samples, eye-candy and more.
Below are some of the revised and new content:
* External Resources Added
* IRC Channel Information
* Overview Guide UML Diagrams
* Install Guide
* Event Handlers Guide
* Plugins Guide
* i18n Guide
* ColdBox Exceptions List & Descriptions
* ColdBox URL Actions
* ColdBox Caching Guide
* My First Event Handler
* My First Custom Plugin
* My First Exception Handler
* Caching Objects Example
* Creating a message box style class
* Custom Exception Template
* Timer Plugin Example : How to time your code
As you can see, there are tons of new documentation, better organization and updated content. So get your documentation fix by heading over the the documentation site.
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