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 4
Linking Upload to the Server Side
Upload photos from a local computer to the server. Implement the procedure to interact with the FileUpload component and write the uploaded photos on the disk. - Write the handleFileUpload method - Check whether a photo has been uploaded. If yes, write its content on the disk - Add a photo to the list of photos that populates the data table