In the context of Web servers, Access Logs refer to the records or files that store a detailed history of all requests made to the Web server. WildFly uses Undertow as Web Server therefore in this tutorial we will learn how to enable tracing Access Logs to monitor incoming HTTP Requests
WildFly Web Server
Undertow, a lightweight and high-performance web server, has gained immense popularity in the realm of web development. Whether you’re a seasoned developer or just starting your journey, our collection of tutorials offers a comprehensive resource to help you master the Undertow web server. With a focus on configuration and performance tuning, we delve into various aspects of Undertow, equipping you with the knowledge and skills to build efficient and scalable web applications.
Our tutorials cover a wide range of topics, including Undertow configuration, request handling, routing, and security. By incorporating Undertow’s advanced features and best practices, you can optimize your website’s performance, enhance user experience, and ultimately improve your search engine rankings.
Throughout these tutorials, you’ll explore key concepts such as HTTP server configuration, servlet integration, WebSocket support, and reverse proxy setups. By leveraging Undertow’s flexible and extensible architecture, you can build lightweight and high-performance web applications tailored to your specific needs.
PrimeFaces Tutorial (2023)
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 13.0.3 (November 2023) .
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
PrimeFaces with Jakarta EE 10 made simple
In this article we will discuss how to create and deploy a Jakarta EE 10 application that uses Primefaces as Jakarta Faces implementation. We will build a sample application that will run in microservice-style as WildFly Bootable JAR.
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.