Beginning Oracle application express 4.2
Beginning Oracle Application Express 4.2 introduces version 4.2 of the popular and productive Oracle Application Express development platform. Called APEX for short, the platform enables rapid and easy development of web-based applications that make full use of Oracle Database. The release of APEX 4...
Autor principal: | |
---|---|
Formato: | Libro electrónico |
Idioma: | Inglés |
Publicado: |
Berkeley, CA :
Apress
2013.
|
Edición: | 2nd ed. 2013. |
Colección: | Expert's voice in Oracle.
|
Materias: | |
Ver en Biblioteca Universitat Ramon Llull: | https://discovery.url.edu/permalink/34CSUC_URL/1im36ta/alma991009672606106719 |
Tabla de Contenidos:
- Cover
- Title Page
- Copyright Page
- Dedication Page
- Contents at a Glance
- Table of Contents
- About the Authors
- About the Technical Reviewer
- Acknowledgements
- CHAPTER 1 An Introduction to APEX 4.2
- What Is APEX?
- A Brief History of APEX
- Ancient History
- More Recent History
- APEX 4 and the Future
- What You Need to Get Started
- Access to an APEX Instance
- Web Browser
- SQL Developer
- Summary
- CHAPTER 2 A Developer's Overview
- The Anatomy of a Workspace
- APEX Users
- Applications, Pages, Regions, and Items
- Workspaces, Applications, and Schemas
- A Final Word on Workspaces
- A Tour of the APEX Modules
- The Home Page
- Application Builder
- The Application Builder Home Page
- The Application Home Page
- SQL Workshop
- The Object Browser
- The SQL Commands Interface
- SQL Scripts Interface
- The Query Builder
- Utilities
- Administration and Team Development
- Summary
- CHAPTER 3 Identifying the Problem and Designing the Solution
- Identifying System Requirements
- Never a Clean Slate
- A Broken System
- How Do You Fix Things?
- Defining the Requirements
- Extrapolating to a Database Design
- System Design with APEX in Mind
- Table Definition and User Interface Defaults
- APEX and Primary Keys
- Business Logic vs. User Interface Logic
- Placement of Database Objects
- Translating Theory to Practice
- Summary
- CHAPTER 4 SQL Workshop
- Creating Objects with the Object Browser
- Loading Data with the Data Workshop Utility
- Creating a Lookup Table
- Loading and Running SQL Scripts
- User Interface Defaults
- Understanding User Interface Defaults
- Defining UI Defaults for Tables
- Summary
- CHAPTER 5 Applications and Navigation
- The Create Application Wizard
- Sample and Packaged Applications
- Websheet Applications
- Database Applications from Spreadsheets
- Database Applications from Scratch
- Naming the Application
- Laying Out Pages
- Copying Shared Components
- Application Attributes
- Selecting an Authentication Method
- Selecting Tab Options
- Globalization Options
- Selecting a Theme
- Completing the Create Application Wizard
- HTML Regions
- Public Pages
- Navigation Bar Entries
- Global Pages
- Breadcrumb Regions
- Breadcrumb Entries
- Lists
- List Regions
- Template Positions
- Lists of Values
- Static List of Values
- Dynamic List of Values
- Summary
- CHAPTER 6 Forms and Reports-The Basics
- APEX Forms
- Form on a Table
- Creating a Form on a Table
- Modifying a Form on a Table
- Changing the Label Templates
- Making the Fields Mandatory
- Looking Behind the Scenes
- Form on a Procedure
- Creating a Form on a Procedure
- Modifying a Form on a Procedure.