[[Dashboard | << Back to Dashboard]] {| align="right" |- | __TOC__ |} = System Requirements = Below you can see all the system requirements ColdBox needs. == Main Requirements == === CFML Engines === * [http://www.adobe.com/products/coldfusion/ Adobe ColdFusion MX 7.X] and above. * [http://www.newatlanta.com/products/bluedragon/index.cfm BlueDragon 7.X] and above. * [http://www.railo.ch/en/ Railo 2.0] and above
'''Note''' : CF7 compatibility will be dropped by ColdBox 3.1 and beyond.
=== CF Specific === * Application scope enabled for framework operation * Ability to create components and java objects using CreateObject() === OS === * Windows, Mac OS X, Unix/Linux == Optional Requirements == These optional requirements are for specific ColdBox plugins. * Session scope enabled for the messagebox, i18N, flash RAM persistance. * Client scope enabled for the messagebox, i18N, and clientstorage, flash RAM persistance plugins. == CacheBox, MockBox, LogBox, WireBox == Some of our internal frameworks requires ColdFusion 8 and above. == Known Issues == === Adobe ColdFusion > 8 === * When using event caching on views/layouts that use the server side HTML generation tags like cftooltip, cflayout, cfgrid, basically all the new ajax enhancing tags, the html saved will be non-functional html. This is due to how ColdFusion 8 generates the HTML at browser flush time, not during the frameworks layouts/view rendering. The only way this will work, is if ColdFusion 8 changes how it renders these tags. Sorry, no workaround for this one as of yet. === BlueDragon version 7.X Known Issues === Some of the samples will not work under [http://www.newatlanta.com/products/bluedragon/index.cfm BlueDragon] due to that I built most of them for Adobe ColdFusion. This also goes for some plugins. Below is a detailed list of what not works and is not supported for BlueDragon 7.X. * '''JavaLoader''' : The plugin and sample app do not work on BlueDragon. * '''i18N Sample & Plugin''' : Some i18N methods do not work. This is left to user discretion. * '''ColdBoxReader''' : Will not work due to that it depends on ColdSpring These are the only know issues with BlueDragon that have been recorded. If you find more issues, please report them to [mailto:bugs@coldbox.org bugs@coldbox.org] or post them at the [http://forums.coldbox.org Forums]. You can also find more documentation on BlueDragon at their [http://www.newatlanta.com/products/bluedragon/self_help/docs/index.cfm Documentation Section] === Railo Known Issues === * Some Adobe CF specific on some samples. == Related Guides == * [[Installation | Installing ColdBox]] * [[Upgrading | Upgrading ColdBox]] * [[Refactoring | Refactoring ColdBox for Custom Installations]] * [[EclipsePlugins | Eclipse Integration Plugins]] * [[SyntaxDictionaries | Installing IDE Syntax Dictionaries]] * [[CFBuilderExtensions | Adobe CF Builder Extension : ColdBox Platform Utilities]]