- Oracle ADF Faces Cookbook
- Amr Gawish
- 202字
- 2021-07-16 12:12:10
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.
- 從區塊鏈到Web3:構建未來互聯網生態
- 網絡故障現場處理實踐(第4版)
- 計算機網絡與通信(第2版)
- 智慧光網絡:關鍵技術、應用實踐和未來演進
- 網絡工程實施技術與方案大全
- Hands-On Microservices with Node.js
- 設備監控技術詳解
- Web用戶查詢日志挖掘與應用
- Laravel Application Development Cookbook
- Intelligent Mobile Projects with TensorFlow
- Python Web Scraping Cookbook
- Corona SDK Application Design
- 通信系統實戰筆記:無處不在的信號處理
- 互聯網視覺設計(全彩慕課版)
- Hands-On Full Stack Web Development with Aurelia