i have a producer, i want to put it in a jar, so that my diff war files can refer the same implementation
I follow the Weld\'s doc in the section 4.11. The InjectionPoint object There is a very interesting example about how to obtain the http parameter using CDI开发者_Go百科
I have event observers which all observe the same event, so I have an abstract superclass which observes that event and then the subclass overrides / implements the specific functionality.
I\'ve read some blog articles about Observer pattern implementation on JEE6 and something bother me... I can\'t find any information atm so i ask there...
JSR-330 dependency injection can be applied to both Java SE and Java EE environments, while JSR-299 is titled \"Contexts and Dependency Injection for the Java EE platform\".
i\'m setting up a JSF2 project on tomcat 6.0.29 with weld. also using jrebel - not sure if that makes a difference.
Is constructor injection supported in GlassFish 3.1\'s implementation of CDI for managed beans? I have a @Singleton EJB into which I want to inject another managed bean (contained in the same E开发者_
I have a properties file for localization: foo=Bar title=Widget Application This is tied in as a resource-bundle in the faces-con开发者_运维技巧fig:
It is done through some session key that holds so开发者_StackOverflow社区me structure? CDI is a specification, so the conversation scope is only specified, not implemented. Different implementors may
Problem: searching for some more suitable design . Goal: I want to have table of some user information and with button \"change password\" in column for each user, after click : \"change password\" b