Entries for month: March 2009

Dynamic Model Mappings in ColdBox

CFML , ColdBox , ColdFusion 13 Comments »

Model Integration is one of the latest features in the ColdBox framework. What this provides is, essentially, an DI container where you can define dependencies in your model objects by cfpropery annotations or setter methods and then just calling getModel("mymodelobject") in your controller gives you a fully initialized object. It also provides metadata-driven caching functionality. For more details, check out the ColdBox docs.

Read more...

Powered by Mango Blog. Design and Icons by N.Design Studio
RSS Feeds