JSF
-
Enterprise Java
How view parameters are obtained/attached from/to the URL query string (examples) ?
Let’s dissect several simple use cases and see how view parameters works (view parameters names are not mandatory to match…
Read More » -
Enterprise Java
JSF Scopes Tutorial – JSF/CDI Session Scope
The session scope lives across multiple HTTP request-response cycles (theoretical unlimited). …
Read More » -
Enterprise Java
Programmatically caching PrimeFaces charts via OmniFaces Cache component
In this post, you will see how to combine PrimeFaces and OmniFaces to obtain cacheable charts. In order to keep…
Read More » -
Enterprise Java
JSF 2.2 Create a custom Hello World component in 30 seconds
Let’s jump directly to the cool stuff and say that in JSF 2.0 a custom component was made available to…
Read More » -
Enterprise Java
Utilizing the Java 8 Date-Time API with JSF and Java EE 7
If you are using Java 8 with Java EE 7, then there may be some quirks that you run into…
Read More » -
Enterprise Java
JSF: Validation at the right phase (understanding the life cycle)
Hi everyone! Although the title emphasises the word validation, this article is actually about the JSF life cycle. That’s because…
Read More » -
Enterprise Java
Java EE7 and Maven project for newbies – part 8
Part #1, Part #2, Part #3, Part #4, Part #5, Part #6, Part #7 Part #8 It’s been a long…
Read More » -
Enterprise Java
RESTful Charts with JAX-RS and PrimeFaces
Oftentimes, it is useful to utilize a chart for providing a visual representation of your data. PrimeFaces supplies charting solutions…
Read More » -
Core Java
A JSF List Example
This is an example list application built using JSF 2.0 (JavaServer Faces). The app is a list of todo (to…
Read More »