Oracle ADF Faces Cookbook
上QQ阅读APP看书,第一时间看更新

Introduction

In the previous chapter, we went through creating our first ADF application that gave us an idea of how the ADF application works. In this chapter, we will look at different ways of presenting data to give the best user experience possible and how to internationalize and localize pages to target multiple languages and locales.

In this chapter, you will learn how to present a single record, multiple records, and master-details records on your page using different components and methodologies.

You will also learn how to enable the internationalizing and localizing processes in your application by using a resource bundle and the different options of bundle you can have.

Starting from this chapter onward, we will not use the HR schema. We will rather use the FacerHR schema in the Git repository under the BookDatabaseSchema folder and read the README.txt file for information on how to create the database schema. This schema will be used for the whole book, so you need to do this only once.

You can find all the recipes of this chapter inside the Chapter 3 folder of the book's Git repository. Make sure you validate your database connection information for your recipes to work without problem.