Blog

ContentBox Modular CMS v1.5.5 Released!

Luis Majano |  July 11, 2013

ContentBox Modular CMS v1.1.5 has now been released sporting over 40 closed issues and enhancements.  Check out our engineering blog for an in-depth o...

Read More

ContentBox v1.5.5 Released!

Luis Majano |  July 10, 2013

We are announcing the release of ContentBox v1.5.5 which includes over 40 different issues closed and updated.  You can either download the updates or use our auto-update panel to upgrade.  The updates are now cumulative for the 1.5.X series only as well, so you can upgrade from any 1.2 version or higher.

  • ContentBox Source: To deploy in any CFML engine (Adobe or Railo)
  • ContentBox WAR: To deploy in any J2EE engine
  • ContentBox Express: To deploy in any machine

Release Notes

You can read our very detailed release notes in our archive page.  Below we will cover the major enhancements this release brings to the table a part from all the improvements and bugs that where squashed.

Read More

ColdBox Platform, ColdBox LITE and Library Releases

Luis Majano |  July 10, 2013

It has been a busy past few months here at Ortus Solutions and we have some cool new stuff to share with the world today.  We have updates for all our major open source libraries this week. Some are minor releases and some are cool enhancement releases thanks to everybody's feedback and contributions.  You can find much more about the releases in our ColdBox engineering blog or in our online documentation wiki:

    <...
Read More

CacheBox 1.5 Released!

Luis Majano |  July 10, 2013

logo

We are proud to announce CacheBox version 1.5. This is a minor update. You can read our What's new with CacheBox 1.5 to get a better idea of this release.

This release contains an update to internal core files and LogBox v1.7.  It also has improvements ...

Read More

LogBox 1.7.0 Released!

Luis Majano |  July 10, 2013

logo

We are proud to announce LogBox version 1.7.0. This is a very small update release. You can read in detail about this release in our What's new with LogBox 1.7.0.

Improve...

Read More

MockBox v2.1 Released!

Luis Majano |  July 10, 2013

logo

We are proud to announce MockBox 2.1. This version of MockBox includes some important fixes for your mocking adventures. You can read our What's new with MockBox 2.1 to get a better idea of this release.

 

 

 

Bug...

Read More

ColdBox LITE v1.1.0 Released

Luis Majano |  July 10, 2013

We are so proud to announce our general availability of ColdBox LITE!  Hmm, what is ColdBox LITE?

ColdBox LITE (CBL) is an MVC framework with a subset of features of the ColdBox Platform that deal with MVC only. Thus, providing a light-weight conventions based MVC framework. Since ColdBox itself is built with modularity, CBL was the last piece we wanted to decouple from the platform to provide yet another standalone library for ColdFusion. CBL focuses on providing developers a light weight MVC engine in two flavors:

The ORM flavor includes all of our ORM additions such as Active Entity, ORM base and virtual services, Hibernate criteria and detached criteria builders and ORM Dependency Injection. CBL also includes WireBox as the standard engine that provides access to the model, dependency injection and persistence.

Read More

WireBox 1.7.0 Released!

Luis Majano |  July 10, 2013

logo

We are proud to announce WireBox version 1.7.0. This is minor release that brings some important fixes but also some cool new enhancements. You can read in detail about this release in our What's new with WireBox 1.7.0.

The major enhancements of this release rely aroun...

Read More

ColdBox Platform v3.7.0 Released!

Luis Majano |  July 10, 2013

logo

We are proud to announce ColdBox Platform release version 3.7.0 and ColdBox DevBox 2.4. This is an important release that addresses many important issues, but also introduces some great enhancements. There are no compatibility updates needed and here are our "What's New" guideline:

This update includes updates to all of our major internal libraries as well (blog posts coming as well):

The most considerable new features in this release are done in the areas of the HTML helper and generation, RESTFul services, rendering data, ORM relationship compositions via population, i18n enhancements and integration testing enhancements.

Read More

Tip of the Week: Using JavaLoader in WireBox

Brad Wood |  July 05, 2013

If you're using external Jar files in your project, you may be loading them at run time with Mark Mandel's JavaLoader project.  (CF10 allows for dynamic loading of Jar files, but for people still on CF8, or 9, JavaLoader is the defacto method)
If you're manually creating and using the JavaLoader CFC, please remember that WireBox has a dedicated "JavaLoader" namespace in its mapping DSL to handle this for you using ColdBox's JavaLoader Plugin.  Here all you have to do:

...
Read More