From the course: Java EE: JavaServer Faces JSF

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

JSF and the Spring framework

JSF and the Spring framework

From the course: Java EE: JavaServer Faces JSF

Start my 1-month free trial

JSF and the Spring framework

- [Instructor] For the viewer that's familiar with the Spring Framework, you'll be happy to learn that there's ready-made integration between the JSF and Spring Frameworks. That integration is supported by the Spring Bean Faces EL Resolver and the Faces config dot xml file and the Context Loader Listener in the web dot xml. The Spring Bean Faces EL Resolver helps the JSF runtime resolve Spring beans using expression language while the Context Loader Listener starts up the Spring context at the same time as the Faces context and the general Java EE web app. Together these two will allow you to access Spring beans and services like they're one and the same as the Java EE supply beans. Also in the Spring JSF ecosystem I've learned about the Join Faces framework. It provides integration for JSF and Spring Boot shipping with many different JSF starters for the Spring Boot framework.

Contents