{|align="right" | __TOC__ |} = Welcome To The ColdBox Wiki =
'''The ColdFusion Enterprise Conventions Based Object Oriented Framework'''== General Platform Information ==
* [[Credits]] : A thank you to the team and collaborators
* [[UsingColdBox | Site Usage]] : Checkout some of the companies, websites and applications that run ColdBox
* [[Books]] : Check out the ColdBox Books Library
* [[CaseStudies | ColdBox Case Studies]] : Our collection of Company Case Studies using the ColdBox Platform
* [http://coldbox.assembla.com/spaces/coldbox/ Assembla Space]
* [http://github.com/ColdBox/coldbox-platform Github Source]
* [http://ortussolutions.com/services/ Professional Services]
== What's New ? ==
A collection of all the what's new documents for each Release.
* '''ColdBox'''
** [[WhatsNew:3.5.0 | What's New with 3.5.0]]
** [[WhatsNew:3.1.0 | What's New with 3.1.0]]
** [[WhatsNew:3.0.0 | What's New with 3.0.0]]
* '''WireBox'''
** [[WhatsNew:WireBox-1.3.X | What's New with WireBox 1.3.X]]
* '''CacheBox'''
** [[WhatsNew:CacheBox-1.3.X | What's New with CacheBox 1.3.X]]
== Compatibility Guides ==
These guides are to help developers migrate to new versions of the framework.
* [[Compatibility:3.5.0 | Upgrading to ColdBox 3.5.0]]
* [[Compatibility:3.0.0 | Upgrading to ColdBox 3.0.0 (2.X.X - 2.6.3)]]
== Installing & Getting Ready For Development ==
This section contains the necessary information to install, upgrade, maintain and get ready to start developing in ColdBox.
* [[Installation | Installing ColdBox]]
* [[Refactoring | Refactoring ColdBox for Custom Installations]]
* [[SyntaxDictionaries | Installing IDE Syntax Dictionaries]]
* [[CFBuilderExtensions | Adobe CF Builder Extension : ColdBox Platform Utilities]]
* [http://www.coldbox.org/downloads/ColdboxCheatSheet.pdf Cool CheatSheet]
== The Basics ==
This section gives you an introductory or getting started feel to ColdBox Development!
* [[ColdBox | ColdBox Overview]]
* [[MyFirstApplication | My First ColdBox Application]]
* [[DirectoryStructure-Conventions | Application Directory Structure & Conventions]]
* [[RequestLifecycles | ColdBox MVC & Remote Request Life Cycles]]
== Configuration ==
This section gives you the insight needed to use configuration settings and logging in your ColdBox Applications.
* [[ConfigurationCFC | The ColdBox Configuration CFC]]
* [[Interacting-With-Settings | Interacting With Settings]]
* [[Bootstrapper | Application.cfc Bootstrapper]]
* [[URLActions | ColdBox URL Actions]]
* [[LogBox | Fun Logging with LogBox]]
== Models ==
This section delves into the model layer of MVC, ORM integration, dependency injection and much more.
* [[Models | Model Integration]]
* [[Validation | Validating Objects & Forms]]
* [[WireBox | Model Dependency Injection]]
* [[WireBox-AOP | Model Aspect Oriented Programming]]
* [[ORM:BaseORMService | Built-in ORM Services]]
** [[ORM:ActiveEntity | ORM Active Entity]]
** [[ORM:VirtualEntityService | CF ORM Virtual Entity Service Layers]]
** [[ORM:ORMEventHandler | CF ORM Event Handling]]
** [[ORM:CriteriaBuilder | ColdBox Hibernate Criteria Builder]]
== Views ==
Discover ColdBox layout and view rendering
* [[Layouts-Views | Layouts and Rendering in ColdBox]]
* [[AjaxIntegration | Ajax Integration]]
== Controllers ==
Learn how to build and leverage ColdBox events.
* [[EventHandlers | Event Handlers]]
* [[Validation | Validating Objects & Forms]]
* [[URLMappings | URL Mapping & Rewriting]]
== Request Context ==
Discover the main class for transporting and dealing with requests.
* [[RequestContext | The Request Context]]
* [[RequestContextDecorator | Extending The Request Context]]
== Extending ColdBox ==
Learn how to extend ColdBox
* [[Modules | ColdBox Modules & Architecture]]
* [[Plugins | ColdBox Plugins]]
* [[Interceptors | ColdBox Interceptors ]]
== Down The Rabbit Hole ==
Deeper we go down the rabbit hole with cool advanced topics.
* [[FlashRAM | The Flash RAM Object & Webflows]]
* [[CacheBox | CacheBox: The ColdBox Enterprise Caching Engine]]
* [[ColdboxProxy | ColdBox Proxy: Powering Flex/AIR/Remote Applications]]
* [[i18n | Internationalization Guide (i18n)]]
* [[Security | ColdBox Security: Securing your applications]]
* [[WireBox | Dependency Injection via WireBox]]
* [[WireBox-AOP | Aspect Oriented Programming via WireBox]]
* [[ColdSpringIntegration | ColdBox ColdSpring Integration]]
* [[ColdSpringIntegration | ColdBox LightWire Integration]]
* [[Extras:TransferORM | Transfer ORM Support]]
* [[Extras:ReactorORM | Reactor ORM Support]]
* ColdBox Recipes
== Testing ColdBox Applications ==
Unit Testing, Integration Testing, and so much more.
* [[Testing | ColdBox Unit Testing & Integration Testing]]
* [[MockBox | Mocking and Stubbing in ColdBox Applications]]
== Core Plugins ==
Visit our Core Plugins Page Browser