Oracle APEX Cookbook(Second Edition)
上QQ阅读APP看书,第一时间看更新

Chapter 1. Creating a Basic APEX Application

In this chapter we will cover the following topics:

  • Creating an APEX 4.0 application
  • Creating a simple form page
  • Creating a simple report page
  • Implementing an interactive report
  • Creating a chart
  • Creating a map chart
  • Creating a navigation bar
  • Creating a list of values
  • Including different item types
  • Protecting a page using an authorization scheme
  • Securing an application with Authentication
  • Controlling the display of regions and items with Dynamic Actions
  • Creating a computation
  • Creating an automated row fetch with a page process
  • Putting some validation in a form
  • Creating a report with PL/SQL Dynamic Content

Introduction>

This chapter describes the basic steps to create an APEX application. Using APEX, it is really simple to create a basic application. The user interface is web-based and very intuitive. A lot of objects can be created using wizards which will guide you through the creation process.

Our aim is to make an intranet application where employees can get information. When starting the application, it shows a homepage with information such as weather, traffic company information, latest news, blogs, and so on. Employees can see their colleagues' profiles, just like in Facebook. Employees also have access to documents such as timesheets and project plans.