Core Modules
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.
cbantisamy - OWASP AntiSamy
ForgeBox: http://forgebox.io/view/cbantisamy
OWASP AntiSamy Module that provides XSS cleanup operations to ColdBox 4 applications
install cbantisamycbcommons - Common Utilities
ForgeBox: http://forgebox.io/view/cbcommons
A collection of model objects for your using pleasure:
DateUtils
FileUtils
JVMUtils
QueryHelper
Zip
csrf - Cross Site Request Forgery
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.
cbdebugger - ColdBox Debugger
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!
cbfeeds - Feeds Support
ForgeBox: http://forgebox.io/view/cbfeeds
A nice and fancy way to consume and produce RSS, ATOM feeds the ColdBox way!
cbi18n - Localization & Internationalization
ForgeBox: http://forgebox.io/view/cbi18n
This module will enhance your ColdBox applications with i18n capabilities, resource bundles and localization.
cbioc - Third-Party Dependency Injection
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.
cbjavaloader - JavaLoader
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.
cbmailservices - Mail Services
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.
cbmessagebox - MessageBox
ForgeBox: http://forgebox.io/view/cbmessagebox
A nice producer of flash scoped based messages that's skinnable
cborm - ORM Extensions
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!
cbsecurity - Security Engine
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
cbsoap - SOAP Helper
ForgeBox: http://forgebox.io/view/cbsoap
A module to help you interact with SOAP web services
cbstorages - Persistent Storages
ForgeBox: http://forgebox.io/view/cbstorages
A collection of model objects to facade and help with native ColdFusion persistence structures.
cbswagger - Swagger Support for ColdBox Applications
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
cbvalidation - Validation
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.
Last updated
Was this helpful?