-
Enterprise Java
JSF Event-based communication: Old-school approach
Web applications written in JSF consist of beans which interact among each other. Communication between beans is one of the…
Read More » -
Enterprise Java
Dynamic forms, JSF world was long waiting for
The new PrimeFaces Extensions release 0.5.0 brought a new DynaForm component. Normally, we can build a form quite straightforward by…
Read More » -
Enterprise Java
Custom JSF validator for required fields
JSF components implementing EditableValueHolder interface have two attributes ‘ required’ and ‘ requiredMessage’ – a flag indicating that the user…
Read More » -
Software Development
High Performance Webapps – Data URIs
I continue to write tips for perfomance optimization of websites. The last post was about jQuery objects. This post is…
Read More » -
Enterprise Java
JSON with GSON and abstract classes
I have switched to Google Gson after many years of using org.json library for supporting JSON data interchange format in…
Read More » -
Enterprise Java
5 useful methods JSF developers should know
The aim of this post is a summary about some handy methods for JSF developers they can use in their…
Read More »