Category Selected:

releases

Blog

DataBoss v1.1.0 Released!

Luis Majano |  April 23, 2013

DataBoss : Dynamic Administrator v1.1.0 is now released with lots of fixes and RESTFul ORM support.  You can now use DataBoss as your centralized data hub and be able to consume any data in JSON, JSONP, XML, WDDX or even PDF.

Read More

DataBoss - Dynamic Administrator v1.1.0 Released!

Luis Majano |  April 23, 2013

We are proud to announce today a minor release for Ortus DataBoss version 1.1.0.  This release fixes lots of issues reported and also introduces one of DataBoss' most impressive feature yet: RESTFul ORM exports.  You can now use DataBoss as a centralized data hub with export capabilities of data and entity with its relationships in JSON, JSONP, XML, WDDX or even PDF formats.  We have completely documented the RESTFul endpoints for DataBoss and even added pagination to the native API.

We have also added localized support for all dates and times and even added a fancy time picker to make time entry a lot easier for applications.

Read More

ColdBox Sublime Bundle Updated v1.5

Luis Majano |  April 18, 2013

We are happy to announce our update 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.

v1.5 Changelog

JSMin 3.0 released with LESS Support!

Luis Majano |  April 15, 2013

It's official. Our JSMin project has matured once more and we now introduce LESS support into the mix and a few more goodies.  We have also completely documented this project for your viewing pleasure in our wiki: http://wiki.coldbox.org/wiki/Projects:JSMin-Compressor.cfm

Version 3.0

...
Read More

DataBoss Trial Edition Released

Brad Wood |  April 04, 2013

We are proud to announce today the public release of the Ortus DataBoss Trial Edition.  This trial edition expires after a few days but it is fully functional so you can kick the tires and give DataBoss a test spin.  If you don't know what DataBoss is, let me introduce to you our new b...

Read More

DataBoss - Dynamic Administrator Has Landed

Luis Majano |  March 26, 2013

We are so excited to welcome our new product in the Ortus Solutions lineup; DataBoss : Dynamic Administrator.  Here is a little brief overview about DataBoss and how it can help you as a developer and also as a company.  DataBoss is powered by Co...

Read More

Introducing Ortus DataBoss: Dynamic ORM Administrator

Luis Majano |  March 26, 2013

We are proud to announce today the public release of our product Ortus DataBoss.  We have been working on this product for a few years now and finally it has reached its culmination and is ready available for purchase.  So let me introduce to you our new brain child: DataBoss.

 

What is DataBoss?

Ortus DataBoss is an application that will help you manage CFML Object Relational Mapper (ORM) objects without the need of writing administrative code for them; thus a Dynamic Administrator.  DataBoss will talk to the underlying ORM engine (Hibernate) and get all the necessary information to manage all the ORM entities and its relationships in that specific CFML application DataBoss has been deployed to.  You can watch our introductory video to get a quick overview of what DataBoss is and how it can benefit your development.

 

 

Read More

ColdBox GroovyLoader 3.0 Released!

Luis Majano |  March 06, 2013

Thanks to team member Sana Ullah, we have upgraded our Groovy Loader project to version 3.0.  This version includes several updates like it sports a new interceptor called GroovyStarter that you can configure in your configuration file and the entire groovy environment will wrap itself and become available in any ColdBox 3.5 application.

Not only that, but now you can also add any amount of java and groovy library locations and the plugin will load them at startup into your application.  These libraries can be Spring, Hibernate, Apache Commons, etc.  Finally, what good is a project without documentation, so we now have the project fully documented: http://wiki.coldbox.org/wiki/Projects:GroovyLoader.cfm

Read More

ColdBox Platform v3.6.0 Released!

Brad Wood |  February 26, 2013

logo

We are proud to announce ColdBox Platform release version 3.6.0 and ColdBox DevBox 2.3. This is an important minor 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:

Read More

ColdBox LITE is here!

Luis Majano |  November 15, 2012

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