Book Image

Learning PrimeFaces Extensions Development

By : Sudheer Jonna
Book Image

Learning PrimeFaces Extensions Development

By: Sudheer Jonna

Overview of this book

Table of Contents (14 chapters)
Learning PrimeFaces Extensions Development
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

Chapter 7. Common Utility Solutions, Error Handling, and Plugins

The PrimeFaces Extensions team introduced a few useful common utility components and functions that are used to solve the frequently recurring issues encountered in our daily JSF- or PrimeFaces-based development. These components can also be used to make development easier. On the other hand, the new Maven plugin is developed for web resource optimization by compressing, merging JS/CSS files, and optimizing image loading using the concept of data URIs.

In this chapter, we will cover the following topics:

  • Common utility components, functions, and their features

  • The Ajax error handling component and its usage

  • The Maven resource optimizer plugin and its features