Making Modules — Utilizing Reusable Code through ColdBox Modules

By Eric Peterson

Elevator Pitch

Leverage all the power of ColdBox Modules. Learn use cases ranging from simple libraries to automatic interceptors. Discover tools to quickly scaffold your own modules, set up testing (with and without a ColdBox app), and share your modules with the world!

Description

ColdBox Modules are the preferred unit of code reuse in ColdBox applications. ColdBox Modules are extremely powerful and can provide anything from a simple component to a full self-contained api module. This talk will showcase some common module types in ColdBox, provide tools for quickly scaffolding shared modules, investigate testing modules (both with and without an embedded ColdBox application), and sharing your modules with the world.

Notes

This talk focuses on ColdBox modules, so a basic understanding of the ColdBox framework is assumed.

I am qualified to speak on this subject because I have created 20+ modules and am setting the community standard for module scaffolding and testing through Ortus Solutions.