-
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 »