Can't get easier than that! Hope you enjoy the template.Blog
Recent Entries
BoxLang 1.0.0 Beta 23 Launched
The latest release of BoxLang, Beta 23, marks a significant step forward in our journey to create the ultimate dynamic language for the JVM. Packed with powerful new features, important bug fixes, and thoughtful optimizations, this update is designed to make your development experience smoother, faster, and more reliable, especially after now starting to take 100s of comments and bug reports from our community.
TestBox Latest Updates and News!
We’re thrilled to have launched the new TestBox website and TestBox 6.0! If you haven’t had a chance to explore yet, visit TestBox to discover updated documentation, powerful resources, and features that make testing more efficient than ever.
Is Your ColdFusion Application Ready for the Future?
In a rapidly evolving digital world, maintaining performance, security, and scalability for ColdFusion applications is more challenging than ever. Whether you're using Lucee or Adobe ColdFusion, legacy systems can become a bottleneck for growth, innovation, and user satisfaction. The need to future-proof your ColdFusion applications has never been more critical.
But where do you start?
The Hidden Costs of an Outdated ColdFusion Application
As you...
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