Category Selected:

coldbox-mvc

Blog

REST2016 - ColdBox REST - BaseHandler Module

Gavin Pickin |  March 04, 2016

In our last blog post, we talked about the ColdBox REST Template, a great way to use Commandbox to spin up a REST Application Template, and get started with ColdBox RESTful services. That doesn’t work if you have an existing application, and you want to add to it. That is why we have created a easy to install Module that you can just plug into your application.

Read More

REST2016 - ColdBox REST Template

Luis Majano |  March 03, 2016

One of the newest additions to the ColdBox application templates and also the CommandBox generation templates is our REST application template.  This template will get you started with creating ColdBox RESTFul services. The best way to start with it is by downloading CommandBox, as we will use this for generation, scaffolding and as your integrated server. Then we can start working on our RESTFul service:
 

mkdir myservice
box coldbox create app skeleton=rest name=MyService --installColdBox


Once you execute these CLI commands, you will have a new RESTFul service application ready to go.  The next step is to startup an ad-hoc server and test it out:
 

box server start --rewritesEnable


This will open a browser window with the results of your first RESTFul service:
 

Read More

ColdBox RESTFul Roadshow 2016 coming your way!

Luis Majano |  March 02, 2016

We are so excited to bring this month a RESTFul roadshow based on ColdBox technologies.  We will have several blog posts all month long and several live webinars from the team as well.  Below you can find a schedule of our presentations that we will be conducting live.  We will also record them and publish them in our Vimeo and YouTube channel...

Read More

CommandBox Now An Official Homebrew Formula

Jon Clausen |  February 27, 2016

 

At Ortus, we try to make the installation of our tools as simple as possible, while supporting a variety of platforms.  For OS X users, staying up-to-date with your CommandBox installations just got a bit easier.   

CommandBox is now an official formula for Homebrew, the package manager for Mac users!

Read More

Build, Test, and Deploy Your Module with Travis CI

Jon Clausen |  February 15, 2016

In its early stages, shipping your new module isn't such a big deal.  The .zip link provided by GitHub works fine for the Forgebox link, and it's not a big deal to update the entry whenever you release a new version.  Once you release it and other developers actually start using and depending on your software, however, the need to automate aspects of the build and deployment process become apparent.  
Read More

Box Training this March 2016 in Houston

Luis Majano |  February 10, 2016
 
We are so excited to bring our Training Bootcamp series to the Houston area this March from March 30 - April 1st...
Read More

Coldbox Legacy App Demo

Brad Wood |  January 18, 2016

There are a lot of people out there in the CFML world managing legacy codebases.  Some of them use frameworks that are no longer maintained, and many  use no framework at all.  A common question that I get is whether an app can be slowly converted over to  ColdBox without having to rewrite everything at once.  The answer is YES!  ColdBox will comfortably live alongside your legacy code, giving you the chance to slowly convert it over as you get the chance.  

Read More

TestBox v2.2.0 Released!

Luis Majano |  October 21, 2015

Team TestBox is proud to bring our latest release to fruition, v2.2.0.  This release includes a collection of fixes but also several new cool features like gherkins-like syntax support, spec data binding, test listeners and much more.  We invite you to read our updated documentation book and the what's new page for an in-depth overview of the release.

You can also very easily get started or update your project with TestBox via CommandBox CLI for ColdFusion (CFML):

# install testbox
box install testbox

# update testbox
box update testbox

#what you thought there was more?

Major Features

Below you can find quick updates on our major features for this release.

Read More

FREE CFCamp 2015 ContentBox Beer-Shop

Luis Majano |  September 30, 2015

    

Ortus Solutions is pleased to announce that we’ll be bringing a ContentBox CMS 3.0<...

Read More

Submit Your First Pull Request to an Open Source Project

Brad Wood |  September 23, 2015

Update 10/10/2015 -- New tickets added!

Perhaps you're using open source projects with your work.  You've heard about how Git works, and maybe you even attended one of my sessions on how to submit pull requests. You've never actually tried to do one before though.  You were brave one day and click...

Read More