I know this sounds strange, mixing CDI (Weld) and Spring for the controller. But imagine this situation :
I posted a couple of questions but haven\'t gotten any reply yet. Everything I state here concerns JSF 2.0.* mostly.
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
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
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
I have a simple command button <h:commandButton value=\"Create Form Event\" action=\"#{formEventController.createFormEvent}\"/>
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
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):
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
Annotations becoming popular. Spring-3 supports them. CDI depends on them heavily (I can not use CDI with out of annotations, right?)