Great info. Thank you for you help. >>>>>>>>>>>>> This is exactly correct, but it's the 'old school' way of working with ColdSpring and Mach-ii. If you set the 'resolveMachiiDependencies' parameter to true for the plugin, all of your listeners, fiters, and plugins will be search for properties that match beans managed by ColdSpring. So if you have a bean with the id of 'securityService', and a listener with a method setSecurityService, the listener will be automatically wired up with the service. >>>>>>>>>>>>>
In reference to the example you provided, at what point is the listener wired up with the securityService? In order to make the mach-ii framework load faster, I would like to only create an instance of an application object (like securityService) on the first call and not when the framework is loaded. I thought I saw something in ColdSpring called "lazy-load". Can ColdSpring be configured to only load a component when it is first called and not during the Mach-ii framework initialization? Troy
