Hey Guys, I'm looking for a few tips on whether I should be using ColdSpring to inject beans into my Controller class, my fear is that if I have a whole bunch of setter methods inside my controller layer, with every call to my controller CS will push in a load of new bean instances and we're going to end up with performance problems, is that right?
I would be very interested to hear how you guys deal with instanstation inside your controller methods for beans in the model layer. Whilst we're talking performance and ColdSpring, maybe you could explain the deal with the Auto-Wire feature, should I, as a 'best practice' be hand coding the bean relationships rather than relying on the autowire feature to be doing it for me? how much longer does it take CS to calculate its autowire relationships. Many thanks, Rob ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| ColdFusion MX7 by AdobeĀ® Dyncamically transform webcontent into Adobe PDF with new ColdFusion MX7. Free Trial. http://www.adobe.com/products/coldfusion Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:270934 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

