List/Grid Tag Archives: JSF

Full WebApplication JSF EJB JPA JAAS – Part 2
View – Creation and JSF set up This tutorial continues from part 1. Let us create a new Dynamic Web Project. Create it like the image bellow:Pay attention: in some moment the ...

Full WebApplication JSF EJB JPA JAAS – Part 1
This post will be the biggest so far in my blog! We will see a full web application. It will be done will the newest technologies (until today), but I will give some hints to show how ...

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

Spring & JSF integration: Select Items
With JSF, to use comboboxes, listboxes and checkboxes, you need to be aware of the javax.faces.model.SelectItem class. A SelectItem represents a single selectable option; it contains ...

Spring & JSF integration: Internationalization and Localization
If you are working on a JSF application that is targeted to multiple languages, you may well be familiar with the <f:loadBundle> tag. Even if your application does not support ...

Spring & JSF integration: Converters
When working with any web framework, you invariable run into the need to convert data input by the user from a String to some other type. Both Spring and JSF have converter strategies ...

Custom JSF validator for required fields
JSF components implementing EditableValueHolder interface have two attributes ‘ required’ and ‘ requiredMessage’ ...

Spring & JSF integration: Pagination
When working with large datasets you often need to present data in a paged format. Pagination is an interesting problem because it tends to cut across all layers of your application, ...

Spring & JSF integration: Dynamic Navigation
Often your JSF application will need to move beyond basic static navigation and start to make dynamic navigation decisions. For example, you may want to redirect users based on their ...

Integrating Spring & JavaServer Faces : Improved Templating
With the release of version 2.0 Facelet templating became a core part of the JSF specification. Using <ui:composition> and <ui:decorate> tags it becomes pretty easy to build ...


