PrimeFaces Theme Development
上QQ阅读APP看书,第一时间看更新

Chapter 1. To Skin an App

In this chapter, you will be introduced to the PrimeFaces JSF (short for JavaServer Faces) component library, and you will create a Maven-based JSF web application. This application will be used throughout the book to demonstrate and test the things that we will learn in each chapter and section.

In this chapter, we will cover the following topics:

  • Why we need to create an app
  • An introduction to the PrimeFaces library
  • Creating a Maven JSF project
  • Integrating the PrimeFaces library into a Maven JSF project
  • Adding the additional dependencies that GlassFish needs
  • Building the project
  • Running the project