I do not want to declare the EXPRESSLY blueprint.xml file. I would like to facilitate the work of my team, making it automatically when the bean Implement a particular interface. This is what Spring does with InitializingBean Best Regards
> Date: Sun, 25 Aug 2013 21:18:01 +0200 > From: [email protected] > To: [email protected] > Subject: Re: InitializingBean or JSR250 Support > > Why not using init-method and destroy-method from Blueprint ? > > I think it's likely the same. > > Regards > JB > > On 08/25/2013 02:01 PM, Sébastien Nicouleau wrote: > > I want to try to create a patch that detects a particular interface like > > spring. But this is not the blueprint specification, we can add in the > > blueprint-core module? > > > > Best Regards > > > > > Date: Sun, 25 Aug 2013 12:11:27 +0200 > > > From: [email protected] > > > To: [email protected] > > > Subject: Re: InitializingBean or JSR250 Support > > > > > > Hi Nicolas, > > > > > > Unfortunately, not in Aries Blueprint 1.0.x AFAIR. > > > > > > Regards > > > JB > > > > > > On 08/25/2013 11:17 AM, Sébastien Nicouleau wrote: > > > > Hi, > > > > > > > > is there a mechanism to emulate the spring of InitializingBean > > > > interface, or have the support of the @ PostConstruct of JSR 250? > > > > > > > > Best Regards > > > > > > -- > > > Jean-Baptiste Onofré > > > [email protected] > > > http://blog.nanthrax.net > > > Talend - http://www.talend.com > > -- > Jean-Baptiste Onofré > [email protected] > http://blog.nanthrax.net > Talend - http://www.talend.com
