Keep your dataTable clean with a custom popup
The basic idea is to output some data to a user in a table and allow them to take an action on each row individually. A fairly straightforward solution is to create a separate page to link to, passing...
View ArticleJava EE 6 and Scala
Last weekend while pondering the question “Is Scala ready for the enterprise?” I decided to write a simple Java EE 6 app entirely in Scala, without using any Java. I had three main reasons for doing...
View ArticleRendering Global t:messages After Redirect
A common problem when working with JSF is getting global info messages via <t:messages globalOnly="true"> or <f:messages globalOnly="true"> to display messages set in the previous request...
View ArticlePortlet Development using JSF, PrimeFaces and Spring
About the Post: This article presents techniques on how to develop Java Portlets using JavaServer Faces, PrimeFaces and Spring. This hands-on example will integrate all of these technologies into a...
View Article