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 managed bean/backing bean and I inject there (with @EJB) session bean. Now in constructor I w开发者_开发百科ant to use it to initialize property in backing bean with value from database. But in
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...
I开发者_开发技巧 just checked out the Netbeans tutorial for auto-generation of CRUD pages. Not bad, but is there any way to generate CRUD pages with Java EE that look a bit more production like? For e
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开发者_
The important technologies i use are: Glassfish v3, JSF 2.0, JPA 2.0, EclipseLink 2.0.2, log4j 1.2.16, commons-logging 1.1.1.
The project has an EJB module & a web module. Changing the server is easy, but I\'d like to switch to EJB 3.1 also but I believe I need to change all kind of configuration files since I can\'t do
Here is my problem: I need to create a (seemingly) simple front-end for a report.The user enters a bunch of numbers, seperated by whitespace or commas, which are the IDs that will be brought up in a r
I have two databases in MSSQL ,and i wa开发者_开发技巧nt to connect to them using JPA2 I have managed to get it working with one . Can some one help me how do i do that?