A Controller, Service and DAO Example with Spring Boot and JSF 1. Introduction JavaServer Faces is a server-side component-based user interface framework. Originally it was developed as part of the Java EE. In this tutorial, we’ll investigate how to integrate JSF into a Spring Boot application. As an example, we’ll implement… Continue Reading jsf-spring-boot-controller-service-dao

Introduction to JSF EL 2 1. Introduction Expression Language (EL), is a scripting language that’s seen adoption within many Java frameworks, such as Spring with SpEL and JBoss with JBoss EL. In this article, we’ll focus at the JSF’s implementation of this scripting language – Unified EL. EL is currently… Continue Reading intro-to-jsf-expression-language