Find JSRs

Ad Banner
 
 
 
 

Community Summary  |  Community Files
JSR #346 Contexts and Dependency Injection for JavaTM EE 1.1

Community Summary


 

The materials on this page are provided by the Maintenance Lead of this JSR for evaluation and feedback.
These materials are not final, and are subject to change as the JSR progresses through the process.
 
Compatible Implementations
List of compatible implementations

The development of this specification is carried out entirely in the open. If you are interested in tracking the key issues we discuss, we suggest following @jsr346 on twitter - all important proposals are tweeted about!

If you want to take a look at the current working draft of the specification, you can find the latest build of the specification and API javadoc (these builds do not include open proposals). The source for both of these can be forked from our github project. The specification is licensed under the usual "click through" license, the API is .

If you want to get involved in the discussion, you should start by subscribing to the mailing list -- cdi-dev@lists.jboss.org. Then, check out the CDI 1.1 development home page. If you hang out on IRC, you can find us at irc://freenode.net/#jsr34.

We look forward to your contribution!

Recommended Areas for Providing Feedback

  • Download and experiment with the Weld 2.0, the CDI 1.1 RI.
  • Explore the support for global enablement of interceptors, decorators and interceptors via beans.xml
  • Try using conversations from servlets
  • Extension authors, take a look at the CDI.current() method, and see if it allows you easier access to BeanManager
  • Extension authors, check out @WithAnnotations, allowing you to filter what ProcessAnnotatedType events get called

Post your feedback to cdi-dev and follow the guidelines for visibility.

References for Getting Started