In this updated article we will discuss how to create and deploy a Jakarta EE 11 ( available since June 2025) application that uses Primefaces as Jakarta Faces implementation. We will build a sample application that will run in microservice-style as WildFly Bootable JAR.
primefaces
PrimeFaces Tutorial (2024)
PrimeFaces is a powerful JavaServer Faces (JSF) framework that simplifies and enhances the development of user interfaces for Java-based web applications. It offers a rich set of UI components, themes, and tools that streamline the creation of interactive and visually appealing web pages. This tutorial based on Primefaces version () will show you how to … Read more
Primefaces TabView example
The PrimeFaces tabView component offers an intuitive way to present multiple content sections, making it ideal for showcasing distinct product categories within an application. In this tutorial, we’ll leverage the tabView component to display three different product categories, each represented by a separate tab.
Primefaces Dialog example
The PrimeFaces library offers powerful components to enrich JavaServer Faces (JSF) applications. One such component, the PrimeFaces dialog, enables the creation of dynamic, interactive dialog boxes. In this tutorial, we’ll explore how to implement a PrimeFaces dialog within a JSF application to enhance user interactions. Prerequisites Before diving in, ensure you have the following: Step … Read more
Primefaces File Upload made simple
The PrimeFaces File upload component can perform server side file uploads using a straightforward client API. In this tutorial we will therefore show a step-by-step guide on how to upload files with Primefaces version 15.0.15 (May 2026) .
PrimeFaces on Quarkus made simple
PrimeFaces is a renowned open-source UI component library for JSF-based web applications. It provides an extensive set of rich, customizable UI components that simplify the process of building feature-rich and visually appealing user interfaces. In this article we will learn how to integrate its library in Quarkus applications.
PrimeFaces Datatable in a nutshell
The dataTable in JSF architecture displays Collection or Array Objects, with each Object representing a row and columns aligning with Object instance variables. In this tutorial, which uses Primefaces version () we will show how to use the Primefaces Datatable component in minutes. If you are new to Primefaces we recommend checking our HelloWorld introduction … Read more
How to configure PrimeFaces Themes
PrimeFaces themes are pre-designed sets of styles that define the appearance of various UI components within the library. These themes encompass elements like fonts, colors, spacing, and other design attributes. By selecting an appropriate theme, developers can instantly transform the visual presentation of their PrimeFaces components, giving their web application a consistent and polished appearance.
PrimeFaces autocomplete made simple
PrimeFaces AutoComplete displays suggestions while the input is typing. AutoComplete features various options, multiple selections, customizable content and other cool effects. Let’s see how to run a quick example of it.
Primefaces Chart in a nutshell
Do you need to include cool charts in your Web application and you want to do it really quickly? Have a look at Primefaces which features a large set of to chart components to render your data.