I'm migrating our current solution from JSF 1.2 to JSF 2. As I need to use the new View scope I'm using JSF 2 annotations. That forced me to inject the ...
Can anybody tell me how should I use Spring annotations in JSF application so that I can use spring annotations (eg. @Service or @Component) instead of @ManagedBean and use that bean ...
I am using jsf and spring together in web application. I have configured datasource and session factory in one configuration class which uses annotations like @Configuration, @ComponentScan etc. I don't have ...
JSF and spring annotated managed bean Lets say that I have managed bean having property that is spring bean. I know there is spring specific variable resolver and that works just ...
We were able to successfully use Spring Annotation "Autowired" to inject Dao objects into Spring Beans in the business layer. But we can't use "Autowired" annotation in JSF Backing Beans to ...
Hi, I was trying to integrate Spring with JSF 2.0 in following example http://maxheapsize.com/2009/07/03/ge...f-2-and-maven/ but getting error, please help me out. I'm using Glassfish V3 preview and Spring 3 RC1. well ...
Hi, I'm trying to integrate Jsf2 (Mojarra 2.0.2) and Spring 3 (3.0.0). Everything is working fine, except for one detail. On my beans, annotated with @ManagedBean, when I try to use ...