Oracle Application Development Framework

From Wikipedia, the free encyclopedia

In computing, Oracle Application Development Framework, usually called Oracle ADF, provides a Java framework for building enterprise applications. It provides visual and declarative approaches to Java EE development. It supports rapid application development based on ready-to-use design patterns, metadata-driven and visual tools.

Supported technologies[edit]

Based on the MVC architecture. Oracle ADF can support any combination of the following:

Model[edit]

Controller[edit]

  • JavaServer Faces (JSF)
  • ADF Task Flows - extension of the JSF controller layer that adds complete process flow and reusability aspects.
  • Struts
  • Jspx (JavaServer Pages, XML compliant variation of the JSP standard)

View[edit]

The Oracle JDeveloper free Integrated Development Environment provides a graphical interface for creating data-management applications using ADF.

Oracle also offers Eclipse based tooling for ADF in Oracle Enterprise Pack For Eclipse.

Implementers can deploy Oracle ADF applications on Java EE-compliant containers. Oracle WebLogic and IBM WebSphere are officially supported. Users of the free ADF Essentials edition can buy support for these applications on GlassFish.

History[edit]

Oracle Corporation has marketed parts of Oracle ADF since 1999 — specifically ADF Business Components — then known as "JBO" and later as "BC4J" ("Business Components for Java").[2]

The current ADF architecture with the generic model/binding layer was introduced with JDeveloper 9.0.5.

In June 2006 Oracle Corporation donated the ADF Faces component library to Apache Trinidad. (ADF Faces, Oracle's JSF implementation, includes over 100 components.) In September 2012 Oracle introduced a free version of the core Oracle ADF technologies under the name "Oracle ADF Essentials". For more information, see http://www.oracle.com/technetwork/developer-tools/adf/overview/components-1844931.html.

Licensing[edit]

Oracle ADF Essentials is a free to develop and deploy packaging of the key core technologies of Oracle ADF. See the license terms for Oracle ADF Essentials: http://www.oracle.com/technetwork/licenses/adf-essentials-license-1837221.html For the "full" Oracle ADF: The Oracle Application Server licence includes a component for a license fee for Oracle ADF. This means that all users who have purchased an Oracle Application Server licence may use Oracle ADF for free. Users who want to deploy ADF to a third-party application-server can purchase an ADF runtime license at their local Oracle sales office. Users can develop and test Oracle ADF applications free of charge exclusively within Oracle JDeveloper.

Oracle Corporation purchased WebLogic in June 2008, and thus no longer regards it as a third-party application-server, so ADF is included in every WebLogic license.[3]

Supported customers can get access to the source code for Oracle ADF through a request to Oracle Support.

See also[edit]

References[edit]

  1. ^ Desbiens, Frederic; Moskovits, Peter; Weckerle, Philipp (5 January 2010). Oracle WebCenter 11g Handbook: Build Rich, Customizable Enterprise 2.0 Applications. Oracle Press. McGraw Hill Professional (published 2009). p. 47. ISBN 9780071629331. Retrieved 2014-08-06. ADF Faces is a complete overhaul of UIX in which the various components were redeveloped as JSF components.
  2. ^ Dorsey, Paul; Koletzke, Peter; Faderman, Avrom (December 2002). Oracle9i Jdeveloper handbook. p. 932. Retrieved 2009-09-15. [...]Business Components for Java (BC4J)[...]
  3. ^ Source: http://blogs.oracle.com/devtools/2008/08/announcing_oracle_weblogic_ser.html Archived 2008-08-21 at the Wayback Machine

External links[edit]