Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Mastering Oracle ADF 12C: From Beginner to Expert
Rating: 3.8 out of 5(77 ratings)
1,836 students

Mastering Oracle ADF 12C: From Beginner to Expert

Master Oracle ADF 12C – Build & Secure Enterprise Apps with Confidence!
Created bySudhakar Mani
Last updated 2/2025
English

What you'll learn

  • Build, Test, Debug and deploy the Multilingual & Modern ADF Application on Stable version of Oracle ADF 12.2.1.2.0
  • Build REST Web services with Oracle ADF and apply ADF Security to it
  • Write Custom code in Java on ADF Business Components and Managed Bean
  • Use Bounded and Unbounded Taskflows to build the ADF app
  • Define MVC Framework in oracle ADF and ADF Business Components
  • Secure the ADF Application with ADF Security
  • Deploy the application to weblogic server
  • Build ADF Dashboard with Charts, Gauges and Graphs
  • Source Control your ADF Application with SVN and GIT
  • Course Project : Project Management Application as assignment

Course content

10 sections42 lectures10h 18m total length
  • Introduction to Oracle ADF 12C7:49

    A clear cut introduction to Oracle ADF

  • Lets Build an App in 15 mins -- To Do App15:39

    CREATE TABLE CHOLA_TO_DO_ALL (

    TO_DO_ID NUMBER(38,0) PRIMARY KEY,

    TASK_NAME    VARCHAR2(100) NOT NULL,

    TASK_DESCRIPTION VARCHAR2(500),

    DUE_DATE  DATE,

    PRIORITY VARCHAR2(10),

    COMPLETED  VARCHAR2(1),

    CREATED_ON DATE,

    CREATED_BY  VARCHAR2(50),

    MODIFIED_ON DATE,

    MODIFIED_BY  VARCHAR2(50),

    VERSION_NUMBER NUMBER(38,0)

    );

    CREATE SEQUENCE CHOLA_TO_DO_SEQ START WITH 1;

    (new oracle.jbo.server.SequenceImpl("CHOLA_TO_DO_SEQ",adf.object.getDBTransaction())).getSequenceNumber()

  • Course Approach0:11
  • Oracle ADF MVC Architecture4:50
  • Oracle ADF Business Components8:11
  • Intro Quiz

Requirements

  • Any Programming Language
  • Oracle JDeveloper or any other IDE
  • Oracle SQL will be an added advantage

Description

  • Master the latest stable version of Oracle ADF 12.2.1.2 – your gateway to building powerful enterprise applications.

  • Set up your development environment – install JDeveloper, configure Oracle XE, and navigate JDeveloper like a pro.

  • Boost productivity – speed up JDeveloper and streamline your workflow quickly.

  • Build full CRUD functionality (Create, Read, Update, Delete) and develop interactive ADF web applications.

  • Deploy your ADF applications to WebLogic Server for real-world scalability.

  • Integrate REST Web Services and secure them with ADF Security.

  • Work on a real-world Project Management App Case Study – apply your skills to a hands-on project effectively.
    Learn best practices for optimising performance, debugging applications and improving security.

Why Take This Course?

Oracle ADF is a powerful framework for building enterprise-grade applications. This course provides a structured approach, guiding you from beginner to expert with real-world examples. Whether you're a developer, analyst, or IT professional, mastering ADF will give you a competitive edge in the job market.

This course includes step-by-step lessons, practical assignments, hands-on coding exercises, and expert guidance to reinforce your learning. By the end, you'll have the confidence to build, secure, and deploy enterprise applications efficiently.

Join now and start your journey as an Oracle ADF Developer today!

Who this course is for:

  • Beginner & Intermediate Level ADF Developers
  • JAVA Developers who wants to learn Oracle ADF
  • Oracle SQL and PLSQL Developers
  • Oracle Forms Developers
  • OA Framework Developers who want to learn Oracle ADF