RE: Context Dependency Injection with Tomcat 7.0 x / 8.0 x

2016-10-12 Thread Alten, Jessica-Aileen
/weld/reference/latest/en-US/html/). Jessica > -Original Message- > From: Kiran Badi [mailto:ki...@poonam.org] > Sent: Tuesday, October 11, 2016 5:31 AM > To: Tomcat Users List <users@tomcat.apache.org> > Subject: Re: Context Dependency Injection with Tomcat 7.0 x /

Re: Context Dependency Injection with Tomcat 7.0 x / 8.0 x

2016-10-12 Thread Steinar Overbeck Cook
I use Google Guice for utilizing DI in my apps. Works like a charm. Steinar Overbeck Cook > Den 11. okt. 2016 kl. 05.30 skrev Kiran Badi : > > Thanks Mark,Christoper, Andreas and Chris for reply. Please accept > apologies for delayed response. > > Tomee is an option but I

Re: Context Dependency Injection with Tomcat 7.0 x / 8.0 x

2016-10-10 Thread Kiran Badi
Thanks Mark,Christoper, Andreas and Chris for reply. Please accept apologies for delayed response. Tomee is an option but I need to see if client is ok with it. They are very much in Tomcat and has most application deployed with Tomcat. Chris,I would be happy to go with Spring, however the

Re: Context Dependency Injection with Tomcat 7.0 x / 8.0 x

2016-10-06 Thread Mark Eggers
Kiran, On 10/5/2016 5:15 PM, Kiran Badi wrote: > Hi All, > > I wanted to check if their is a way to do CDI with Tomcat for 7x and 8x > version as per JEE spec ? > > I have a project for which I wanted to use CDI the way spring does it. > > Appreciate if someone can suggest something. > > > -

Re: Context Dependency Injection with Tomcat 7.0 x / 8.0 x

2016-10-06 Thread Christoph Nenning
> > Hi All, > > I wanted to check if their is a way to do CDI with Tomcat for 7x and 8x > version as per JEE spec ? > > I have a project for which I wanted to use CDI the way spring does it. > > Appreciate if someone can suggest something. > > > - Kiran Open Web Beans:

Re: Context Dependency Injection with Tomcat 7.0 x / 8.0 x

2016-10-05 Thread andreas
Weld http://weld.cdi-spec.org/ Andreas On Thu, 06 Oct 2016 10:25:46 +0930 Christopher Schultz wrote > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > Kiran, > > On 10/5/16 8:15 PM, Kiran Badi wrote: > > I wanted to check if their

Re: Context Dependency Injection with Tomcat 7.0 x / 8.0 x

2016-10-05 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Kiran, On 10/5/16 8:15 PM, Kiran Badi wrote: > I wanted to check if their is a way to do CDI with Tomcat for 7x > and 8x version as per JEE spec ? What part of the JEE spec includes CDI? > I have a project for which I wanted to use CDI the way

Context Dependency Injection with Tomcat 7.0 x / 8.0 x

2016-10-05 Thread Kiran Badi
Hi All, I wanted to check if their is a way to do CDI with Tomcat for 7x and 8x version as per JEE spec ? I have a project for which I wanted to use CDI the way spring does it. Appreciate if someone can suggest something. - Kiran