This week's book giveaway is in the General Computing forum.
We're giving away four copies of Arduino in Action and have Martin Evans, Joshua Noble, and Jordan Hochenbaum on-line!
See this thread for details.
The moose likes Spring and the fly likes spring JSF integration Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Frameworks » Spring
Reply Bookmark "spring JSF integration" Watch "spring JSF integration" New topic
Author

spring JSF integration

greeshma silam
Greenhorn

Joined: Jul 13, 2011
Posts: 14
Hi All,

Our project uses JSF2, Spring3, Hibernate3. We want to use JSF only as a view and still follow Spring's Controller. Using eclipse I created a Dynamic web project and chose JSF 2, so it created a JSF project for me, I added Spring Nature to the project and added the following code in faces-config.xml.


<variable-resolver>
org.springframework.web.jsf.DelegatingVariableResolver
</variable-resolver>

How can still use Spring controller and JSF as View.

Thanks
Tommy Delson
Ranch Hand

Joined: Apr 13, 2011
Posts: 206
Search the web for resources show you how to integrate with JSF and create pdf report. Those two are two separate implementation so, don't expect they both complement each other.

JSF is a mess, check out Wicket integration for simpler solution.

Show us what you have done and we will walk you through there...



OCPJP6-05-11
"Your life is in your hands, to make of it what you choose."
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: spring JSF integration
 
Similar Threads
Spring (DI and IOC) vs. JSF
ejb injection in weblogic 11g fails
Integration of Spring And JSF
how to use different view resolvers in spring
Spring JSF integration doubt