Re: Should Tuscany support Injection of service references through Constructors

2008-10-14 Thread Simon Nash
Mike Edwards wrote: Ramkumar R wrote: Hi All, I came across this requirement, while working with Spring, but I believe this topic also holds good for Java implementations. Spring supports Constructor Injection by allowing to inject properties and objects via the constructors. Not sure if

Re: Should Tuscany support Injection of service references through Constructors

2008-10-14 Thread Mike Edwards
Ramkumar R wrote: Hi All, I came across this requirement, while working with Spring, but I believe this topic also holds good for Java implementations. Spring supports Constructor Injection by allowing to inject properties and objects via the constructors. Not sure if Tuscany should support

Re: Should Tuscany support Injection of service references through Constructors

2008-10-13 Thread Ramkumar R
) { ... } Thanks, Raymond From: Ramkumar R Sent: Friday, October 10, 2008 12:56 AM To: dev@tuscany.apache.org Subject: Should Tuscany support Injection of service references through Constructors Hi All, I came across this requirement, while working with Spring, but I believe this topic

Re: Should Tuscany support Injection of service references through Constructors

2008-10-13 Thread Simon Laws
, @Constrcutor public MyServiceImpl(@Reference OtherService service, @Property prop) { ... } Thanks, Raymond From: Ramkumar R Sent: Friday, October 10, 2008 12:56 AM To: dev@tuscany.apache.org Subject: Should Tuscany support Injection of service references through Constructors Hi All, I

Should Tuscany support Injection of service references through Constructors

2008-10-10 Thread Ramkumar R
Hi All, I came across this requirement, while working with Spring, but I believe this topic also holds good for Java implementations. Spring supports Constructor Injection by allowing to inject properties and objects via the constructors. Not sure if Tuscany should support this feature? As

Re: Should Tuscany support Injection of service references through Constructors

2008-10-10 Thread Dan Becker
Ramkumar R wrote: I came across this requirement, while working with Spring, but I believe this topic also holds good for Java implementations. Spring supports Constructor Injection by allowing to inject properties and objects via the constructors. Not sure if Tuscany should support this

Re: Should Tuscany support Injection of service references through Constructors

2008-10-10 Thread Simon Laws
On Fri, Oct 10, 2008 at 8:56 AM, Ramkumar R [EMAIL PROTECTED] wrote: Hi All, I came across this requirement, while working with Spring, but I believe this topic also holds good for Java implementations. Spring supports Constructor Injection by allowing to inject properties and objects via

Re: Should Tuscany support Injection of service references through Constructors

2008-10-10 Thread Raymond Feng
Tuscany support Injection of service references through Constructors Hi All, I came across this requirement, while working with Spring, but I believe this topic also holds good for Java implementations. Spring supports Constructor Injection by allowing to inject properties and objects via