In full X-Mas spirit, here is my X-Mas Gift to the ColdFusion Community: ColdBox 2.6.2 Final Release codename series "FAITH".
This is a major maintenance release that is full of joy and goodies. There have been over 33 critical fixes to the core, over 4 major sample applications added, over 5 more documentation guides and about 30 nice little additions that will make you giggle with joy!! So what are you waiting for, download it now!
Here are a few improvements:
- Model Integration: Easily construct domain models with ColdBox. It even includes its own dependency injection framework completely based on conventions and metadata.
- Cache load improvements, new metadata methods, new integration methods
- New cache panel debugger. Easily purge and interact with the ColdBox Cache.
- New application generators
- ColdBox Dashboard is now distributed as open source (with restrictions)
- New XSS HTML Cleanup Plugin AntiSamy
- Implicit Views
- New Deploy interceptor to help developers do code deploys
- Ability to do ${Setting: var not found} replacement on the coldbox configuration file for all settings
- Ability to do ${Setting: var not found} replacement ANYWHERE in both LightWire and ColdSpring XML files
- Ability to autowire any IoC produced bean via ColdBox conventions
- i18n library updates and locale storage expansions
- Event Handler security rules for pre and post handler implicit events
- SES package resolver
- Transfer extra updates and new Transfer Loader interceptor (Reactor is next)
- New SES Sample Application
- New Simple Blog Sample Application: A 4 part series that will enlighten you on how to develop from simple OO applications to full ORM OO applications.
- Tons of bean population updates in the bean factory. Ability to inject instead of set values in beans (Thanks March Esher!), and ability to trust that setters exist for using implicit setters and onMissingMethod() (Thanks again Marc Esher)
- LightWire Updates: Major refactor of the LightWire framework which now supports the following:
- ColdSpring XML File compatibilities on:
- non lazy beans: lazy-init
- default lazy directive: default-lazy-init
- Bean Aliases
- Parent Hierarchies, this differs from coldspring as we can declare ancestry dependencies in child dependencies. This means that a child factory can use the beans from a parent factory, grandparent, grand grand parent and so on. Children factories can also override bean declarations.
- Load bean definitions using parseXMLObj(), parseXMLRaw() and parseXMLConfigFile()
- Mixin object dependencies and properties by defining them in either XML or programmatic approach
- Ability to wire up not only cfc's but also Java classes and Webservices interchangeably
- Ability to do Java property castings
- Ability to use ${Setting: var not found} replacement anywhere in the LightWire xml file
- Performance updates and metadata caching
- ColdSpring XML File compatibilities on:
- More documentation of course, all guides updated to reflect 2.6.2 changes.
- Eclipse Plugin updates to version 1.0.7
Here are a few screenshots:
Add Your Comment