Finally you can test drive the up and coming ColdBox 1.2.0. There are so many improvements and enhancements to list here.
Below is a sample of the readme. The most notable improvements are IoC integration (coldspring/lightwire), ColdBox in-memory caching manager for event handler caching, plugin caching, custom plugin caching and custom data caching (Event template caching is coming...). The cache is unique, since it displays in the debugging panel the effectiveness of the cache in hits and misses, the amount of items in cache, what items are in the cache, and the reaping parameters. Event handler packages, datasource aliases, and much more.
1.2.0 Milestone Information
I will be updating all the guides this week for 1.2.0, so please be patient with me as there is considerable documentation for this release.
Please look at the samples gallery, and the most notable is the ColdBoxReader. It has been updated to a services architecture and also uses ColdSpring and ColdBox's new IOC plugin, so please check it out.
Well, just head out to the forums to get your brand new 1.2.0 beta.
Click here for the 1.2.0 Beta
Please make sure to posts you comments and suggestions in the forums, also the bugs. This is important. I need your feedback.
I will be posting more information in the coming days. So stay tuned.
Blog
Recent Entries
Copy of BoxLang AI 3.4 Blog Series Part 5 : Reasoning Without the Guesswork
Reasoning-capable models have been usable in BoxLang AI for a while. params passes straight through to the provider body, so params: { thinking: { type: "enabled", budget_tokens: 10000 } } for Claude, or params: { reasoning_effort: "high" } for OpenAI, already reached the API. What never worked was reading the reasoning back. It was parsed out on arrival and silently dropped. In 3.4.0, that's fixed, and it's fixed the same way for every provider.
TestBox 7.1 Released : 47 New Ways to Assert, 29 of Them BoxLang-Only
TestBox 7.1.0 is here, and it is the largest single expansion of our assertion and expectation library since TestBox was born.
BoxLang 1.17 Series Part 4 : WriteDump Enhanced!
You call writeDump() on an ORM entity or a very rich class graph . The browser locks up. Thirty seconds later you get a page with forty thousand rows on it, you scroll for a while, you give up, and you go edit your code to dump a sub-key instead. Or worse, you crash the server.
Add Your Comment
(4)
Feb 20, 2007 07:49:24 UTC
by Peter Bell
Will definitely be checking this out - looks cool Luis!
Feb 20, 2007 09:00:12 UTC
by Rob Gonda
Great job mate... looking fw to play with it.
Feb 20, 2007 10:58:28 UTC
by Sana
Hi Luis,
its really great work, i am going to implement on my under dev application.
get ready for questions: lol
Thanks for providing such a great tool to CF community.
Feb 20, 2007 11:56:05 UTC
by Sami Hoda
Nice!