cdi
CDI Bean accessing Spring beans?
I know this sounds strange, mixing CDI (Weld) and Spring for the controller. But imagine this situation :[详细]
2023-02-21 21:47 分类:问答JSF 2.0 - Possibilities of bean scopes
I posted a couple of questions but haven\'t gotten any reply yet. Everything I state here concerns JSF 2.0.* mostly.[详细]
2023-02-21 06:18 分类:问答Access ServletContext resources in CDI Extension
I\'m facing the following situation: I have written a CDI extension, with which I want to programatically register additional beans into the BeanManager. I\'ve already implemented the extension and re[详细]
2023-02-21 05:39 分类:问答How make Seam3 Solder with CDI work in WebSphere 7?
I want to use Seam Solder and Seam Faces 3 in WebSphere 7 with JSF 2.0 (RI is Mojarra 2.0.4) and CDI. I Included all required dependencies (Weld 1.1, JBoss Logging), but the server doesn\'t start sayi[详细]
2023-02-19 01:28 分类:问答CDI/Weld: book or resource recommendation [closed]
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.[详细]
2023-02-16 19:28 分类:问答ending conversation scoped bean and then redirect when command button clicked
I have a simple command button <h:commandButton value=\"Create Form Event\" action=\"#{formEventController.createFormEvent}\"/>[详细]
2023-02-14 18:20 分类:问答JAVA EE proxy pattern
I keep reading everywhere that when you ask for dependencies to be injected in a bean, you are injected a proxy to an instance of that resource. I believe I know what a proxy is, its an instance that[详细]
2023-02-14 11:52 分类:问答Best practice for JSF 2 dynamic Menu handling?
i am looking for a best practice handling a simple menu with JSF and CDI. I would like to have a top menu with dynamic entries. Something like (from the main template):[详细]
2023-02-13 05:09 分类:问答Integrate Weld CDI into a JSF 1.2 EJB Application on jboss 6 AS
Since two evenings, I am trying to integrate weld CDI into an EJB 3.1 Application with JSF 1.2. I simply tried to call a with @Named annotated controller in an JSF page. The problem is, that no except[详细]
2023-02-12 10:45 分类:问答Java Dependency injection: XML or annotations
Annotations becoming popular. Spring-3 supports them. CDI depends on them heavily (I can not use CDI with out of annotations, right?)[详细]
2023-02-11 12:32 分类:问答