Book Image

PrimeFaces Blueprints

By : Sudheer Jonna, Ramkumar Pillai
Book Image

PrimeFaces Blueprints

By: Sudheer Jonna, Ramkumar Pillai

Overview of this book

<p>Through this book, you will gain practical experience in building web applications for a variety of business models. Starting with a basic application that will help you get acquainted with UI application development using PrimeFaces, you will learn about the significance of Ajax components. You will then be introduced to code compilation and generation in PrimeFaces. Following our first application, you will learn how to develop an employee registration application utilizing the form components of PrimeFaces. You will then learn how to use the layout and grouping components demonstrated through a POS application.</p> <p>Finally, you will discover how to build rich and interactive applications such as an online shopping cart, a movie portal, an e-commerce application, a news portal, an online chat messenger, and also a healthcare products application, each illustrating the intuitive components offered by PrimeFaces.</p>
Table of Contents (17 chapters)
PrimeFaces Blueprints
Credits
About the Authors
About the Reviewers
www.PacktPub.com
Preface
Index

Understanding our requirements


The dance studio company provided the following requirements, which lists their need to develop a website and make their business available worldwide. This chapter follows the international corporate standard in order to help the reader understand the requirement structure and its standards. The resolution field in the following table will be filled on the go:

Functional requirement ID

Description

Resolution

Status: Accept/Denied

FRQ-1

Design and develop a video portal for the dance studio

 

Accept

FRQ-1.1

Video blogging and forum

 

Accept

FRQ-1.1.1

Anyone can submit their videos, subject to approval

 

Accept

FRQ-1.1.2

The logged-in user can comment their suggestions

 

Accept

FRQ-1.1.3

Public can view all the comments

 

Accept

FRQ-1.1.4

If a user is not logged in, the system needs to prompt them to log in before posting the videos

 

Accept

FRQ-1.1.5

The comments section should have the name, date, and time fields along with the comments

 

Accept...