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.
Blog
REST2016 - ColdBox REST Template
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:
DC Area April 2016 Box Training
Venue
The training will be held at the Regus Reston located at 12020 Sunrise Valley Dr #100, Reston, VA 20191, click here for a map of the area.ColdBox RESTFul Roadshow 2016 coming your way!
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...
ProfileBox v2.0.0 Released with Lucee Support
We are so excited to bring you a new major version of ProfileBox, version 2.0.0. This is a major re-architecture of the profiling module so it can work with FusionReactor 6, ColdBox 4 and Lucee CFML Engine. You can kick the tires with our
CommandBox Now An Official Homebrew Formula
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!
CommandBox 3.0.1 Released
Today we are announcing a patch release of 3.0.1 for CommandBox CLI users. This is a very small release that contains a single fix for those using the new server.json
feature of CommandBox 3.0.0.
New Stuff
Properties weren't being read correctly from the server.json
file. If you have been using server.jso...
Build, Test, and Deploy Your Module with Travis CI