
Can't get easier than that! Hope you enjoy the template.
Can't get easier than that! Hope you enjoy the template.Recent Entries
In this release, we're thrilled to unveil a series of significant enhancements and upgrades to ContentBox designed to elevate your experience and considerably improve system performance. Our team has focused on integrating the latest CommandBox migrations and ColdBox Core, which ensures that the core system continues to operate with maximum efficiency and stability. This upgrade is part of our ongoing commitment to maintaining a cutting-edge platform that meets the evolving needs of our users.
We are thrilled to introduce BoxLang Gen AI, a powerful and intuitive module that brings seamless AI generation capabilities to your BoxLang applications. With a fluent, functional API, this module allows developers to interact with multiple AI providers in a consistent and abstracted manner.
Add Your Comment
(6)
Aug 08, 2010 15:55:16 UTC
by Glyn Jackson
Thanks for the update. It works very well :)
Aug 24, 2010 03:56:23 UTC
by Brad
In what way is this super simple? Is it just that there is less mark-up in the code/templates? That appears to be the main difference between the Advanced template or Super Simple templates.
Aug 24, 2010 11:02:58 UTC
by Luis Majano
@brad, It has plain MVC only without all other concerns activated so you can get rid of some cruft if you are learning.
Aug 24, 2010 11:15:13 UTC
by Brad
@Luis Thanks, but can you please briefly explain how the handlers have access to some inherent functions in Coldbox, i.e. getPlugin and getSetting when they don't extend anything?
Aug 24, 2010 15:06:31 UTC
by Luis Majano
All this is in the documentation Brad. The short version is that we decorate the objects at runtime, mixins of methods and state, once the handler is requested for the very first time. Luis
Aug 26, 2010 06:57:27 UTC
by Brad
Thanks Luis