On Tue, Jun 29, 2010 at 5:26 PM, denstar <[email protected]> wrote: > What do folks think about ColdSpring? I don't really think of it as a > framework, but it is, I recon. Does that make using it verboten for a > project like this? I see good things either way, so... just curious.
I'm a huge fan of ColdSpring but I think it would be an unnecessary dependency for a project like this. You might get away with LightWire (it's just one CFC at the core) or a do-it-yourself simple bean factory, depending on how critical autowiring and dependency injection really are. Or you could drop in ioc/1 or di/1 or whatever I end up calling it when it is released (a one CFC convention-based DI 'framework' in the spirit of FW/1). -- Sean A Corfield -- (904) 302-SEAN Railo Technologies, Inc. -- http://getrailo.com/ An Architect's View -- http://corfield.org/ "If you're not annoying somebody, you're not really alive." -- Margaret At ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:334945 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

