> For the complete documentation index, see [llms.txt](https://hantsy.gitbook.io/java-ee-8-by-example/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://hantsy.gitbook.io/java-ee-8-by-example/jsf.md).

# JSF 2.3

JSF 2.3 is a maintained release, and a lots of small features are added.

Compare to the previous 2.2, more effort focus on aligning with CDI specification. The advantage is more easy to use JSF with CDI in a Java EE 8 application, the disadvantage is the deeply integration with CDI will close doors to other DI container, such as Spring, you have to be stick on a old version.
