Category Selected:

coldbox-mvc

Blog

Press Release: New ColdBox Online Course!

Luis Majano |  September 13, 2012

We are glad to announce our first ever ColdBox online course: http://www.udemy.com/coldbox-platform-developer-week-2012/

This course covers materials from our live webinars hosted by the ColdBox Team and seasoned ColdBox developers from around the world dur...
Read More

ColdBox Online Training Available!

Luis Majano |  September 11, 2012

We are proud to announce our first online training course available via udemy.com: http://www.udemy.com/coldbox-platform-developer-week-2012/.

This course covers over 53 lectures and over 25 hours of video content.  This is definitely an ultimate training tool for you or your organization.  We are working on more specific courses, so stay tuned!

...
Read More

ColdBox Training At CFCamp 2012

Luis Majano |  September 05, 2012

We are so glad to announce our CFCamp 2012 boot camp training in Munich, Germany.  We will be attending this amazing conference from October 15-16, 2012 in beautiful Munich, Germany.  Then on October 17 and 18 we will be holding several ColdBox and ContentBox trainings, called HOTs (Hands on Trainings).  Each HOT will be about 4 hours long.

October 17 -
Read More


Tip of the Week: AOP Simple Interceptions in Handlers

Brad Wood |  September 05, 2012

 

ColdBox handlers all support these simple AOP-style methods that require no configuration to get running:
  • preHandler 
  • pre{Action}
  • postHandler
  • post{Action} 
  • aroundHandler
  • around{Action}

 

 

Read More

Press Release: ColdBox Dev Box

Frank Pimentel |  August 30, 2012

We are excited to announce the release of ColdBox DevBoxDevBox is a full open source development

Read More

ColdBox RESTFul Services At RIACON 2012

Luis Majano |  August 29, 2012

Here is the recording of our ColdBox RESTFul services presentation we gave at this years RIACON (2012).

 

ColdBox RESTFul services from Luis Majano on Vimeo.

...
Read More

ColdBox Platform Sublime Bundle is Here!

Luis Majano |  August 23, 2012

We are happy to announce our first version of our ColdBox Sublime Bundle for Sublime Text Editor. 

Sublime Text is a sophisticated text editor for code, markup and prose.
You'll love the slick user interface, extraordinary features and amazing performance.

With this bunlde you will be able to create tons of ColdBox relate...

Read More

Tip of the Week: Action Arguments in Your Handlers

Brad Wood |  August 23, 2012

The methods in your handlers (actions) have always accepted the "event" object, which is the request context for that event and contains things like the request collection and private request collection.

Read More