Blog
Tip of the Week: View Caching
The following code shows two ways to cache the output from a view for a given number of minutes.
The Top 3 Reasons You Should Be Excited About the Month of August
The month of August has us excited and here are 3 reasons why it should have you excited too!
Reason #1: RIACON 2012
CBDW Featured Session: Seamless ColdBox-Powered Rich Internet Applications
There's 2 weeks left before ColdBox Developer Week delivers a solid week of online ColdBox-related CFML training. We have 15 different sessions lined up and the one I'd like to feature today is "Seamless ColdBox-Powered Rich Internet Applications" by Phill Nacelli. This session will be held at 1pm CST on Thursday, July 26th.
Tip of the Week: Using Implicit Views
Everyone should be familiar with the setView method in the event object which is used for a handler's action to tell the framework which view file should be used to render the event:
event.setView(view="general/index");
What you may not realize is that calling setView() is optional. If you don't explicitly set a view file, ColdBox will then look for the view according to the executing event's syntax.
ColdBox Developer Week 2012
It is time for the first ever ColdBox Developer Week. We are bringing you a full week of ColdBox-related training right to your desktop. You will be trained by ColdBox experts from all over the world. Don't worry if you are not familiar with ColdBox because we will be having courses that range from beginner topics such as getting started with ColdBox all the way to advance cources such as depende...
Coming Soon: ColdBox Developer Week 2012
The ColdBox team is excited to announce the first ever ColdBox Developer week. In conjunction with the release of ColdBox 3.5 and our new CMS ContentBox, we're cooking up a full week of completely free ColdBox-related training put on by ColdBox experts from around the world. CBDW will all be online training happening the week of July 23rd through 27th. We have beginner topics showing how to get started in ColdBox as well as advanced sessions covering things like dependency injection and AOP.
Tip of the Week: Using singletonReload for Development
Many of you using models in your ColdBox app are familiar with how easy WireBox makes it to use the Singleton Pattern for components that are only created once in the life of your app.
This can also be a bit of a pain when you are working on the code inside your singleton objects. Any changes require you to re-create the singleton object which typically involves a reinit of the framework. ColdBox has a handy setting for you to use on your development environment called singletonReload.
Meet Our New Content Engine: ContentBox
We are at it again. We are holding a workshop that will introduce you to our new free open source Content Engine: ContentBox. The ColdBox Blog has more info. Head over to the blog to find more info about the workshop.
http://blog.coldbox.org/blog/riacon-contentbox-cms-worksho...
New ColdBox Training Dates
We are excited to announce our first ColdBox Boot Camp to take place in the DC area. Head over to the ColdBox Blog to read more about this training that will be held in August after RIACON 2012.
http://blog.coldbox.org/blog/riacon-coldbox-boot-camp-washington-dc
...