Application Development

Database applications enable developers to have full control over all aspects of the development process and final application functionality. With database applications, developers can directly leverage their SQL and PL/SQL programming skills. Database applications use declarative control over flow control and support full user interface controls through the use of templates and themes.

A Database application is a collection of pages linked together using tabs, buttons, or hypertext links. The pages in an application share a common session state definition and authentication method.

You can create applications from scratch where the developer specifies the pages, or from a spreadsheet where the developer uploads a spreadsheet.

Navigation

 Top

Every Web application needs navigation and dynamic applications need flow control. Oracle Application Express provides built-in components to simplify the development and maintenance of navigational controls. Navigation is controlled using declarative tabs (one or two levels), breadcrumbs, tree controls, and lists of links. Flow control is performed using declare controls including:

  • Tabs (one level and two level)
  • Lists
  • Breadcrumbs
  • Tree Controls
  • Navigation Bar

Reports and Forms

 Top
Interactive Reports

Interactive Reporting regions enable end users to customize reports. Users can create multiple variations of the report and save them as named reports, output to comma-delimited files, and print them to PDF documents. Interactive reports support:

  • Column Selection
  • Filters
  • Sorting
  • Control Breaks
  • Highlighting
  • Calculated Columns
  • Subscriptions
  • Charting
  • Group By Reporting
  • Download to CSV, eMail, CSV and PDF
Forms

You can define forms that enable data entry for a wide verity of use cases including:

  • Master-Detail
  • Tabular Forms
  • Forms on Web Services
  • Forms on Tables
  • Forms on Stored Procedures
  • Wizard Forms

Page processing consists of:

  • Computations - set the value of an application or page item
  • Validations - perform edit checks to ensure data quality
  • Processes - interact with the database, web services, other pages, and so on
  • Branching - identifies where the user is taken after the page is processed

Charting

 Top

Flash chart regions provide a wide verity of charts to be driven off one or more SQL queries, with one query for each series. Example flash charts:

Web 2.0

 Top

Application Express provides a number of ways to enhance application usability by incorporating Web 2.0 capabilities.

Dynamic Actions

Dynamic Actions enable developers to define client-side behaviors declaratively, without the need for JavaScript or AJAX. Developers simply specify an element, when to execute, and what action to perform.

Plug-ins

Plug-ins provide a way to enhance the existing built-in functionality of Application Express with new item types, region types, dynamic actions, and so on. Once loaded into an application, a developer uses plug-ins in a similar fashion to native widgets and controls.

Oracle Application Express separates presentation (or user interface themes) from the application logic. You can design your application in one theme, change to another supplied theme, or create and use your own custom theme. By separating the application logic (such as queries, processes, and branches) from the HTML rendering, your application can take advantage of new designs and other technological advances without an application rewrite.

BLOB Support

Binary Large Objects (BLOBs) provide the storing of images, files, and so on within an Oracle database column. This information can easily be uploaded using the built-in File Download item type and displayed within an application.

jQuery Library

Integrating the jQuery library into Application Express lets developers write complex JavaScript functionality using jQuery procedures rather than needing to write low-level code.

Globalization

 Top

Oracle Application Express includes full globalization support, enabling the easy development of completely localized applications. Globalization support includes:

  • Translation - Translate the user interface of your application after it is written. Export all translatable strings of an application into an XLIFF (XML Localization Interchange File Format) file for translation processing. Application Express takes care of the proper Oracle NLS (National Language Support) settings based upon a user's language preference.
  • Data Exports - Export reports to CSV in a format that is compatible with localized versions of Microsoft Excel.
  • Time Zones - Automatically derive user's time zone from their browser and set the time zone within an Application Express application.