What's New in This Guide for Release 12c (12.2.1.1.0)

The following topics introduce the new and changed features of Oracle JDeveloper and Oracle Application Development Framework (Oracle ADF) and other significant changes, which are described in this guide. This document in previous JDeveloper releases had been titled Fusion Developer's Guide for Oracle Application Development Framework.

New and Changed Features for Release 12c (12.2.1.1.0)

Oracle Fusion Middleware Release 12c (12.2.1.1) of Oracle JDeveloper and Oracle Application Development Framework (Oracle ADF) includes the following new and changed development features, which are described in this guide.

  • ADF Data Visualization Components

    • A new chart component, the ADF DVT Stock chart, is now available. Use stock charts to display the different values and trade volumes of stocks and shares. The client-side stock chart is recommended over the legacy server-side stock graph. For more information, see How to Create Databound Stock Charts.

    • A new data visualization component, the ADF DVT Picto Chart, is now available. The Picto chart is a versatile data visualization tool that allows for more aesthetically pleasing presentation of information. Picto charts are used to represent absolute numbers or parts of a population, and can be used in a variety of ways. For more information, see Creating Databound Picto Charts.

    • A new data visualization component, the ADF DVT Tag Cloud, is now available. The tag cloud is a data visualization tool that displays tag metadata or string metrics in a cloud or rectangular layout. Tags may be grouped by color and may be assigned relative size or importance, which is reflected in the font size of the tag. For more information, see Creating Databound Tag Cloud Components.

Other Significant Changes in this Document for Release 12c (12.2.1.1.0)

For Release 12c (12.2.1.1.0), this document has been updated in several ways. Following are the sections that have been added or changed.

Part II Building Your Business Services

Part III Using the Model Layer

  • Added a new section to describe using primary key finders in the ADF REST framework to filter a resource collection. See section Filtering a Resource Collection with Primary Key Values.

  • Added a new section to describe how ADF REST data types are mapped by the ADF REST framework between ADF REST resource items and their backing ADF Business Components entity object attributes. See section ADF REST Data Types.

Part V Creating a Databound Web User Interface

Part VI Completing Your Application