ColdFusion Reaction Framework 1.0.7 released. This is the first stable release of the Reaction Framework. Reaction Framework allows you to create events on UI and handle these events in the controller CFC files.
Features
- Easy-to-learn
- Simple and fast
- Event-driven architecture
- Settings and Plugins support
- Manage your Application model with CFCs and events
Installation
- Download Reaction Framework 1.0.7
- Extract the zip file in your web root folder
- Move CustomTags folder to your ColdFusion CustomTags folder
- Move reaction.js into your CFIDE/Scripts folder
- Browse the sample.cfm
Page Events
onInit, onStart, onPreRender, onEnd, onError. To handle these default events and your custom events create appropriate functions in your controller CFC file. Custom events must also be defined in the eventList attribute of <cf_controller> tag.
Plugin Points
onPreInit, onPostInit, onPreEvent, onPostEvent, onError. You can define plugins in your reaction.config file.
Support
For your questions leave a comment on this post or join the Reaction Framework Group.