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.

Read more

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

Develop a REST application using Jakarta EE and AngularJS

In this tutorial, we will walk through the process of developing an AngularJS frontend for a REST server application. AngularJS is a popular JavaScript framework that simplifies the development of dynamic web applications. We will assume that you have basic knowledge of HTML, CSS, and JavaScript. Prerequisites To keep this tutorial simple, we will not … 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.

Read more