There are several core modules that are maintained by Ortus Solutions that will bring several enhancements to a core ColdBox MVC installation.
Info: They used to be part of the core ColdBox Framework before 4.0.0 modularization.
ForgeBox: http://forgebox.io/view/cbantisamy​
OWASP AntiSamy Module that provides XSS cleanup operations to ColdBox 4 applications
install cbantisamy
ForgeBox: http://forgebox.io/view/cbcommons​
A collection of model objects for your using pleasure:
DateUtils
FileUtils
JVMUtils
QueryHelper
Zip
install cbcommons
Source: https://github.com/coldbox-modules/cbox-csrf​
ForgeBox: https://forgebox.io/view/cbcsrf​
A module that protects you against CSRF attacks by generating unique FORM/client tokens and providing your ColdBox application with new functions for protection.
install csrf
ForgeBox: http://forgebox.io/view/cbdebugger​
This module will enhance your application with debugger capabilities, a nice debugging panel and much more to make your ColdBox application development nicer, funer and greater! Yes, funer is a word!
install cbdebugger
ForgeBox: http://forgebox.io/view/cbfeeds​
A nice and fancy way to consume and produce RSS, ATOM feeds the ColdBox way!
install cbfeeds
Source: https://github.com/coldbox-modules/cbox-i18n​
ForgeBox: http://forgebox.io/view/cbi18n​
This module will enhance your ColdBox applications with i18n capabilities, resource bundles and localization.
install cbi18n
Source: https://github.com/coldbox-modules/cbox-ioc​
ForgeBox: http://forgebox.io/view/cbioc​
The ColdBox IOC module allows you to integrate third-party dependency injection and inversion of control frameworks into your ColdBox Applications like Di/1, ColdSpring, etc.
install cbioc
ForgeBox: http://forgebox.io/view/cbjavaloader​
The CB JavaLoader module will interface with Mark Mandel's JavaLoader to allow you to do a network class loader, compiler and proxy.
install cbjavaloader
ForgeBox: http://forgebox.io/view/cbmailservices​
The ColdBox Mail services module will allow you to send email the OO way in multiple protocols for many environments. The supported protocols are:
CFMail - Traditional cfmail sending
Files - Write emails to disk
​Postmark API - Send via the PostMark Service (https://postmarkapp.com/)
​SendGrid - Send via the SendGrid Service (https://sendgrid.com/)
You can easily add your own mail protocols by building upon our standards.
install cbmailservices
ForgeBox: http://forgebox.io/view/cbmessagebox​
A nice producer of flash scoped based messages that's skinnable
install cbmessagebox
ForgeBox: http://forgebox.io/view/cborm​
This module provides you with several enhancements when interacting with the ColdFusion ORM via Hibernate. It provides you with virtual service layers, active record patterns, criteria and detached criteria queries, entity compositions, populations and so much more to make your ORM life easier!
install cborm
ForgeBox: http://forgebox.io/view/cbsecurity​
This module will provide your application with a security rule engine. For more information visit the documentation here: https://github.com/coldbox-modules/cbox-security/wiki​
install cbsecurity
Source: https://github.com/coldbox-modules/cbox-soap​
ForgeBox: http://forgebox.io/view/cbsoap​
A module to help you interact with SOAP web services
install cbsoap
ForgeBox: http://forgebox.io/view/cbstorages​
A collection of model objects to facade and help with native ColdFusion persistence structures.
install cbstorages
Source: https://github.com/coldbox-modules/cbSwagger​
ForgeBox: http://forgebox.io/view/cbSwagger​
This module automatically generates OpenAPI ( fka Swagger ) documentation from your configured application and module routes. This module utilizes the v3.0 OpenAPI Specification
install cbswagger
ForgeBox: http://forgebox.io/view/cbvalidation​
ColdBox sports its own server side validation engine so it can provide you with a unified approach to object and form validation.
install cbvalidation