Top Development Tools Scripts for Ortus Solutions
ColdBox Relax can be used to create, test, monitor and document RESTful web services.What is new in this release:Fixes to JSONLint conversions.
Fixes to JSON Import/Exporting.
What is new in version 2.0.0:Fixes to JSONLint conversions.
Fixes to JSON...
ColdBox is a framework for reusing code when developing ColdFusion-powered applications.It is a widely used tool amongst the ColdFusion community, allowing them to write leaner, more powerful, better organized and much lesser code when building complex,...
A database ORM (Object-Relational Mapper) is a library that abstracts database operations to a specific programming language. In layman's terms, an ORM is a collection of functions which when used automatically execute SQL code upon a database.ORMs are...
By default, MockBox is included with all ColdBox packages, version 3 or higher.This doesn't mean MockBox needs ColdBox to work properly, developers being able to use MockBox as a stand-alone application as well.If the terms "mocking" or "stubbing" are...
WireBox was heavily inspired by other AOP frameworks like Google's Guice, Grails, Spring and ColdSpring.By default, WireBox is included with all ColdBox packages, version 3 or higher.This doesn't mean WireBox needs ColdBox to work, developers being able...
By default, CacheBox is included with all ColdBox packages, version 3 or higher.This doesn't mean CacheBox needs ColdBox to work, developers being able to use CacheBox as a stand-alone application.As its name hints, CacheBox is a powerful caching toolkit...
LogBox has been heavily inspired by Apache Log4j.By default, LogBox is included with all ColdBox packages, version 3 or higher.This doesn't mean LogBox needs ColdBox to work, developers being able to use LogBox as a stand-alone application.LogBox will...
TestBox follows the classic guidelines of the xUnit testing framework, allowing developers to easily write tests for their code using a clean, simple syntax.Besides the all-present runner, assertions and expectations support, TestBox also comes with...