Actually it's against Contexts and Dependency Injection, JSR 299. Of course it implicitly uses JSR330, but the BeanManager stuff is part of the JSR299 API, with JBoss Weld being the RI. Notice the javax.enterprise package prefixes of the imports :)

I'll commit the classical NumberGuess example as S2 app in a minute or so.

Brian Pontarelli schrieb:
It looks like this code is against the JEE WebBeans injection stuff (299). The 
JSR that Guice will be implementing is 330, which is a JSE injection model.

-bp


On Dec 7, 2009, at 9:35 AM, Wes Wannemacher wrote:

Is this 299 or 330? I have been meaning to read the spec, and this
confused me... On jcp.org, there is a DI spec that is JSR330, is that
the one we're talking about? JSR299 seems to refer to JSF.

-Wes

On Mon, Dec 7, 2009 at 11:32 AM,  <[email protected]> wrote:
Author: rgielen
Date: Mon Dec  7 16:32:40 2009
New Revision: 887991

URL: http://svn.apache.org/viewvc?rev=887991&view=rev
Log:
Initial work on a CDI / JSR299 plugin

[snip]

--
Wes Wannemacher

Head Engineer, WanTii, Inc.
Need Training? Struts, Spring, Maven, Tomcat...
Ask me for a quote!

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to