Book Image

Learning Axure RP [Video]

By : Anghel Leonard
Book Image

Learning Axure RP [Video]

By: Anghel Leonard

Overview of this book

Develop JSF-rich internet applications through the exciting world of PrimeFacesAbout This Video • Develop a complete and fully functional web application based on PrimeFaces components • Learn how to AJAXify your applications via PrimeFaces • Features a systematic, example-based approach to utilize PrimeFaces as your top JSF Framework In Detail Any JSF developer who discovers PrimeFaces will tell you that it was love at first sight. Inevitably, PrimeFaces is perceived through JSF eyes, and this perspective acts as a magnifying glass for PrimeFaces features, such as more components, an amazing look and feel, finely grained AJAX capabilities, support for themes, powerful integration with JSF, and ease of use. You may think that PrimeFaces just fills in some JSF gaps, but once you get familiar with it, you will understand that PrimeFaces is much more than that. PrimeFaces is a simple and handy tool used to create heavy and complex applications. This video course teaches you how to develop a complete web application using the PrimeFaces framework. The application shapes a virtual photo gallery, which is designed to cover a wide range of PrimeFaces features. This video course has a simple structure. We start with an overview of PrimeFaces and then continue with the development of a complete web application. The application development starts by setting up a PrimeFaces theme and adding a page layout. We continue by adding the necessary PrimeFaces components (DataTable, Upload, Galleria, and so on). Once the components are in place, we focus on the server-side where we "give life" to these components. At the end, we perform some application tests and pull some final conclusions. Rapid PrimeFaces is ready to take you into the PrimeFaces world where, as a JSF developer, you will find the perfect development environment for JSF-based applications.
Table of Contents (4 chapters)
Chapter 3
Developing a "My Gallery" Website – Server Side
Content Locked
Section 1
Creating the Application's Classes
Start developing the server side of the application. In order to do this, we will write two empty classes that will be filled in the next upcoming videos. - An overview of the MyPhotos and MyGalleryBean classes - Create an empty MyPhotos file - Create an empty MyGalleryBean file