Book Image

Oracle ADF Faces Cookbook

By : Amr Ismail Gawish
Book Image

Oracle ADF Faces Cookbook

By: Amr Ismail Gawish

Overview of this book

Table of Contents (18 chapters)
Oracle ADF Faces Cookbook
Credits
About the Author
Acknowledgments
About the Reviewers
www.PacktPub.com
Preface
Index

Introduction


In the last chapter, we saw different components of ADF Faces and how to work with them, but components alone don't provide a user experience, and without a great user experience developed applications can go underappreciated. In this chapter, we will discuss how to improve the user experience by creating an application template, enhance your page layout, and skin your application.

We will also learn how to create a page template to uniform your design across different pages, how to use ADF Layout components to structure your page, how to create and use ADF skins, and how to change skins at runtime.

We will even get exposed to more advanced approaches of using ADF skin by converting the skin into Syntactically Awesome Style Sheets (SASS), a CSS language, how to use media queries to create responsive web design, and finally, how to add variations to the style sheet and use a flat design in your application.

You can find all the recipes of this chapter inside the Chapter 5 folder...