Category Filtering: 'releases'

DataBoss v1.1.0 Released!

CodeDepot, DataBoss, News, Releases

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.

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 ColdBox but completely usable as a standalone application in any framework or non-framework at that.  It can also integrate into any ColdBox 3.5 application as a ColdBox Module.  DataBoss is fully documented and production ready for Adobe ColdFusion 9, 10 and also Railo Open Source CFML Engine.

 

You can visit our product page to learn about its capabilities so you can purchase your copy today.  Below are some great resources so you can get started with DataBoss.

Resources


ColdBox Sublime Bundle Updated v1.5

CodeDepot, News, Releases

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

  • Handler snippet fixes
  • Model skeleton fixex
  • New `config` skeleton for the Configuration File
  • New `cachebox-config` skeleton for a CacheBox Configuration File
  • New `routes` skeleton for a routes.cfm template
  • Completions for ALL ColdBox related functions and major scopes, big time saver and awesomeness


With this bundle you will be able to create tons of ColdBox related objects, actions, skeletons and more.  So take it for a spin, fork it and contribute back to it.  Finally, as with anything Box, it is fully documented!


JSMin 3.0 released with LESS Support!

CodeDepot, News, Releases

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

  • Fixes for responsive design
  • Added capabilities for LESS compilation
  • Auto-detection of LESS files in minify
  • ColdFusion 9 and above only

With the plugin you will be able to not only compile LESS source to files or directly to CSS, but our minify methods also account for LESS file detection and will auto-compile them for you.  It is even a bit smart and can detect when your LESS source files are modified and re-compile them.

<head>
// JavaScript
#getMyPlugin("JSMin").minify('includes/js/myscripts.js,includes/js/jquery.js')#

// CSS
#getMyPlugin("JSMin").minify('includes/css/site.css,includes/css/boxes.css')#

// LESS Support
#getMyPlugin("JSMin").minify('includes/css/site.less,includes/css/boxes.less')#

// LESS Support With CSS
#getMyPlugin("JSMin").minify('includes/css/site.less,includes/css/boxes.less,includes/css/custom.css')#

// With Custom Location
#getMyPlugin("JSMin").minify(assets='includes/css/site.less,includes/css/boxes.less',
                             location='includes/mycache')#
</head>

 


DataBoss - Dynamic Administrator Has Landed

DataBoss, News, ORM, Releases

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 ColdBox but completely usable as a standalone application in any framework or non-framework at that.  It can also integrate into any ColdBox 3.5 application as a ColdBox Module.  DataBoss is fully documented and production ready for Adobe ColdFusion 9, 10 and also Railo Open Source CFML Engine.  You can read much more about DataBoss in our product release blog.

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.

You can visit our product page to learn about its capabilities so you can purchase your copy today.  Below are some great resources so you can get started with DataBoss.

Resources


ColdBox GroovyLoader 3.0 Released!

CodeDepot, ForgeBox, News, Releases

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


ColdBox Platform v3.6.0 Released!

News, Releases

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:


Railo Extensions Released!

Community, Releases

We are proud to announce now the availability of all our software as Railo extensions.  You can now install the following extensions via your web Railo administrator:

  • ColdBox Platform Standalone
  • ColdBox Platform Bundle
  • ColdBox LITE
  • ColdBox LITE + ORM Bundle
  • CacheBox : Enterprise Cache
  • WireBox Dependency Injection & AOP
  • WireBox + CacheBox Bundle
  • LogBox: Logging Library
  • MockBox: Mocking & Stubbing Framework

All you ned to do is go into your Railo Web administrator and click on the "Applications"  menu.  This will bring about the selector where you can choose from all of our extensions. Enjoy!


ColdBox LITE is here!

ColdBox Lite, Releases

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.


Come Check Out ColdBox Lite Tomorrow at Noon CST and Learn How to Win a Kindle Fire

ColdBox Lite, Community, ContentBox, News, Releases

I want to make sure everyone knows about the special ColdBox Connection meeting scheduled this Wednesday at Noon CST.  We'll be unveiling ColdBox Lite, a new way to have excellent MVC conventions for small projects without worrying about depth of the full ColdBox Framework.  What's best, is that you can graduate up to full ColdBox at any time with a single line of code in your Application.cfc.

If that isn't enough to get you there, what if I told you there's also going to be a sweet ContentBox contest announced to celebrate the release as part of our special Connection meeting? The contest we'll announce tomorrow will include prizes such as an Amazon Kindle and iTunes gift cards! You'll want to come check it out.

http://experts.adobeconnect.com/coldbox-connection
 


ColdBox DevBox 2.0 has dropped!

DevBox, News, Releases

ColdBox DevBox has now matured and we have a 2.0 released. DevBox is a full open source development stack for ColdBox and ColdBox LITE, ready to go for development in any environment (Windows, Linux, Mac). Just download, click start and get ready to code. This development server is full of goodies from ColdBox sample applications, MXUnit, ColdFusion Builder Extensions and so much more. So if you need a nice portable development environment for ColdBox, quick demo building, or just plain coding fun, download DevBox today. We also have our github repository for DevBox so you can watch, fork and start collaborating today.


Categories


Recent Entries

Entry Archives





ColdBox Book

book