Ok perfect.. I think the first step I will perform is to let all classes which needs to handle configurations inplement org.apache.james.lifecycle.Configurable interface. Then use a BeanPostProcessor to inject it. The same is true for logging. Let all classes implement org.apache.james.lifecylce.LogEnabled and use a BeanPostProcessor. All the other injection will just use JSR250.
Bye, Norman 2009/12/26 Dhrubo <[email protected]>: > Just downloading this. Will try to help in this sandbox as far as possible > with my Spring skills. > > On Sat, Dec 26, 2009 at 8:47 PM, <[email protected]> wrote: > >> Author: norman >> Date: Sat Dec 26 15:17:23 2009 >> New Revision: 893986 >> >> URL: http://svn.apache.org/viewvc?rev=893986&view=rev >> Log: >> add sandbox for pure spring deployment work >> >> Added: >> james/server/sandbox/active/pure_spring_deployment/ (props changed) >> - copied from r893985, james/server/trunk/ >> >> Propchange: james/server/sandbox/active/pure_spring_deployment/ >> >> ------------------------------------------------------------------------------ >> --- svn:ignore (added) >> +++ svn:ignore Sat Dec 26 15:17:23 2009 >> @@ -0,0 +1,6 @@ >> +.* >> +dist >> + >> +target >> + >> +bin >> >> Propchange: james/server/sandbox/active/pure_spring_deployment/ >> >> ------------------------------------------------------------------------------ >> svn:mergeinfo = >> /james/server/sandbox/active/mina_experiments:824613-825114 >> >> >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: [email protected] >> For additional commands, e-mail: [email protected] >> >> > > > -- > Thanks ... Dhrubo > My Book - http://www.apress.com/book/view/1430210095 > > My Blog - > http://www.jtraining.com/blogs/blogger/dhrubo/ > > LinkedIn - http://www.linkedin.com/in/dhrubo > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
