Application Development Framework (ADF) Introduction 5-Oct-2012.

Slides:



Advertisements
Similar presentations
1 Copyright © 2005, Oracle. All rights reserved. Introduction.
Advertisements

Test Automation: Coded UI Test
Web Development with Karsten Schulz Terp-Nielsen Master Principal Sales Consultant Oracle Denmark.
NGT Information Technology Technical Discussion Bob DeHoff Info Tech, Inc.
© 2009 Oracle Corporation – Proprietary and Confidential 1.
ADF EMG A place to discuss best practices and methodologies for JDeveloper ADF enterprise applications Founded mid-2008 by Chris.
פתרונות J2EE וטכנולוגיות Oracle Mr. Liran Zelkha, Chief Architect
Fabian Vilers Hands on ASP.NET MVC.
Integrating SOA and the Application Development Framework Shaun O’Brien Principal Product Manager – Oracle JDeveloper / ADF.
Model-View-Controller ("MVC") This is a architectural design pattern for interactive applications. This design pattern organizes an interactive application.
Progress Report 11/1/01 Matt Bridges. Overview Data collection and analysis tool for web site traffic Lets website administrators know who is on their.
Application Framework
CRM WEB UI – ARCHITECTURE- DEFINITIONS For More details please go to
UNIT-V The MVC architecture and Struts Framework.
“This presentation is for informational purposes only and may not be incorporated into a contract or agreement.”
JavaServer Faces: The Fundamentals Compiled from Sun TechDays workshops (JSF Basics, Web-Tier Codecamp: JavaServer Faces, Java Studio Creator; IBM RAD)
1 Programming Concepts Module Code : CMV6107 Class Contact Hours: 45 hours (Lecture 15 hours) (Laboratory/Tutorial 30 hours) Module Value: 1 Textbook:
1 INTRO TO BUSINESS COMPONENTS FOR JAVA (BC4J) Matt Fierst Computer Resource Team OracleWorld Session
Department of computer science and engineering From Web to Workplace chapters 4, 18 Martin Čadík Czech Technical University in Prague, Czech Republic.
Introduction to the Oracle Application Development Framework 11g
1 CHAPTER 1 OVERVIEW of JDEVELOPER. 2 Overview of JDeveloper Oracle’s JDeveloper 10g (JDeveloper) is an integrated development environment for Java programming.
Ing. Ignacio Roqueta ARTech GeneXus and J2EE.
Grant Ronald Principal Product Manager JDeveloper and ADF for Forms Developers: Taking it to the next level.
iphone / Mobile Application Development using Oracle ADF Jon Gooding – Solutions Architect.
Integrating CM Receipt to Oracle Apps Using Apex and Webservices Anthony Vendhan Sami Vellaiyan Jan 21, 2008.
Enticy GROUP THE A Framework for Web and WinForms (Client-Server) Applications “Enterprise Software Architecture”
JDeveloper 10g and JavaServer Faces: High-Performance UIs on the Web Avrom Roy-Faderman Senior Programmer May, 2006.
Fall CIS 764 Database Systems Design L8. Web ….
Learning Oracle ADF Grant Ronald Director of Product Management Mobility and Development Tools September, 2014 Copyright © 2014, Oracle and/or its affiliates.
Peter Laird. | 1 Building Dynamic Google Gadgets in Java Peter Laird Managing Architect WebLogic Portal BEA Systems.
ARCH-4: The Presentation Layer in the OpenEdge® Reference Architecture Frank Beusenberg Senior Technical Consultant.
Introduction to Web Dimitar Nenchev Ivan Nakov
Architectural Patterns Support Lecture. Software Architecture l Architecture is OVERLOADED System architecture Application architecture l Architecture.
JDeveloper 10g and Oracle ADF Business Components Getting the Most Out of Your Data Avrom Roy-Faderman Senior Programmer November, 2005.
Java Portals and Portlets Submitted By: Rashi Chopra CIS 764 Fall 2007 Rashi Chopra.
JSF Framework Java Server Faces Presented by Songkran Totiya (6/10/2014)
I Copyright © 2007, Oracle. All rights reserved. Module i: Siebel 8.0 Essentials Training Siebel 8.0 Essentials.
Vgo Software Forms to Fusion Business Rules Implementation with JDeveloper/ADF 11g Andrejus Baranovskis, Technical Director Oracle ACE Director.
Markus Hjort Reaktor Innovations Java Web Development T WWW-palvelun HUT
Where does the components of an SharePoint application resides? Can you see yours?
Preface IIntroduction Objectives I-2 Course Overview I-3 1Oracle Application Development Framework Objectives 1-2 J2EE Platform 1-3 Benefits of the J2EE.
1 Copyright © 2004, Oracle. All rights reserved. Oracle Application Development Framework.
17 Copyright © 2004, Oracle. All rights reserved. Deploying an ADF Application.
Modern Programming Language. Web Container & Web Applications Web applications are server side applications The most essential requirement.
15 Copyright © 2004, Oracle. All rights reserved. Adding JAAS Security to the Client.
8 Copyright © 2004, Oracle. All rights reserved. Making the Model Secure.
Java Programming: Advanced Topics 1 Building Web Applications Chapter 13.
10 Copyright © 2004, Oracle. All rights reserved. Building ADF View Components.
Singleton Academy, Pune. Course syllabus Singleton Academy Pune – Course Syllabus1.
Interaction classes Record context Custom lookups.
TECHVERZE Oracle BI Publisher Online Training. Introduction to Oracle BI Publisher Oracle BI Publisher is the reporting solution to deliver, author, and.
Building J2EE Applications Based on Design Patterns with Business Components for Java Olivier LE DIOURIS Principal Product Manager Oracle Corporation.
Page 1 OAF (Oracle Application Frame Work) To request free demo session please mail us at or.
Online Airline Reservation System
2 DOAG November 2001 Modeling J2EE Applications using Oracle9i Designer and Oracle9i JDeveloper Simon W Day
Java Web Development with NetBeans IDE -- Kai Qian Chapter 9 Case Study.
Speaker Name Speaker Title Speaker Title Oracle Corporation Olivier Le Diouris Principal Product Manager Oracle Corporation Building Servlet and JSP Applications.
The Holmes Platform and Applications
professional in oracle fusion adf online training
Feedback on the Strategic Direction of the General and Core Systems
ORACLE ADF ONLINE TRAINING COURSE
ORACLE ADF ONLINE TRAINING BY TEKSONIT IN INDIA
TECHLEADS IT Oracle Apps ADF R12
Unit 6-Chapter 2 Struts.
Web-Services-based Systems Architecture, Design and Implementation
Distributed System Using Java 2 Enterprise Edition (J2EE)
ARCH-1: Application Architecture made Simple
JavaServer Faces: The Fundamentals
Web Application Server 2001/3/27 Kang, Seungwoo. Web Application Server A class of middleware Speeding application development Strategic platform for.
Component-based Applications
Presentation transcript:

Application Development Framework (ADF) Introduction 5-Oct-2012

Collaborative Work Lawlesh K Amresh S Pallavi G Rekha O

2005 Systems Plus Proprietary and Confidential What is ADF ?  ADF ……..Application Development Framework  J2EE Framework (Java2 Enterprise Edition)  Implements design patterns MVC (Model View Controller) Framework provides foundation classes and libraries. Pattern is the way you can architect your application  JDeveloper IDE (Integrated Development Environment) 17-Nov-15

2005 Systems Plus Proprietary and Confidential What is MVC?  Model  View  Controller 17-Nov-15

2005 Systems Plus Proprietary and Confidential MVC Continue…… 17-Nov-15 Kitchen CustomerRestaurant Owner Get the customer’s order Struts 2 Tutorial 01 - Introduction To MVC url: Take the order to the kitchen and prepare the food Place and consolidate the food on the tray as per the order Get the tray to the customer and serve

2005 Systems Plus Proprietary and Confidential MVC Continue…… 17-Nov-15 Kitchen CustomerRestaurant Owner Cook Get the customer’s order Struts 2 Tutorial 01 - Introduction To MVC url: Pass on the required info to the cook Cook pass the food to RO And RO Place and consolidate the food on the tray as per the order Get the tray to the customer and serve Prepares the food

2005 Systems Plus Proprietary and Confidential MVC Continue…… 17-Nov-15 Kitchen CustomerRestaurant Owner Cook Get the customer’s order Struts 2 Tutorial 01 - Introduction To MVC url: Pass on the required info to the cook Decorates the food Get the tray to the customer and serve Prepares the food Pass the cooked food to the food decorator

2005 Systems Plus Proprietary and Confidential MVC Continue…… 17-Nov-15 View, User Interface (Food Decorator) (JSP/JSF/HTML/XML/SWING/ADF Faces) Controller (Restaurent Owner) Model (Restaurent Cook) (Business Service Bean/Methods) Customer Data Services (Database, Web Services, Legacy System)

2005 Systems Plus Proprietary and Confidential 17-Nov-15 Figure 1-2 Simple Oracle ADF Architecture ADF Architecture

2005 Systems Plus Proprietary and Confidential 17-Nov-15 Figure 1-2 Simple Oracle ADF Architecture Simple ADF Structure

2005 Systems Plus Proprietary and Confidential ADF-Common Binding 17-Nov-15

2005 Systems Plus Proprietary and Confidential How ADF fits into Oracle fusion? 17-Nov-15

2005 Systems Plus Proprietary and Confidential Why ADF but not OAF? OAF (Oracle Application Framework)  OAF is tightly tied to Oracle Applications and can't be used standalone  It is very specific to Apps and is meaning less outside apps context ADF (Application Development Framework)  It is a very generic framework independent of Oracle Applications  Any customer can use this framework to build their own application 17-Nov-15

2005 Systems Plus Proprietary and Confidential Oracle Form as a Framework 17-Nov-15 User Interface

2005 Systems Plus Proprietary and Confidential Oracle Form as a Framework 17-Nov-15 User Interface (UI Logic) Navigation Logic Model Controller View (User Interface Logic)

2005 Systems Plus Proprietary and Confidential ADF Business Components (Model Layer) 17-Nov-15 Employee Dept Job Emp View Dept View Emp View Dept View Forms Record ManagerForms BlockForm

2005 Systems Plus Proprietary and Confidential ADF Business Components (Model Layer) 17-Nov-15 Entity Object (EO) It is based on Database Object or other data source It contains attributes which represent database columns All insert/update/delete (DML Operations) transactions go through EO to database View Object (VO) This represents a query result It is used for joining, filtering, projecting and sorting data Application Module (AM) Container for View Object Every Page must have a root application module

2005 Systems Plus Proprietary and Confidential ADF continue 17-Nov-15 DEMO TIME

2005 Systems Plus Proprietary and Confidential Deployment of ADF application 17-Nov-15 Related search documents Deploying a simple ADF App to a remote WLS server Simple ADF Deployment to WebLogic

2005 Systems Plus Proprietary and Confidential Important Documents 17-Nov-15 Links to get diff types of tutorial doc JDeveloper/Oracle Fusion Oracle ADF Insider - Learn Oracle ADF Online JDeveloper To Know Basic JDeveloper Window A fighter pilot guide to the Jdeveloper IDE Editor ADF ADF Introduction This demo is for step by step development……EO, VO,AM……all validation rules, calling java file etc. Actual Page creation, page design for browser based application Forms_Redevelopment_ADF.html

2005 Systems Plus Proprietary and Confidential ADF Continues….. 17-Nov-15 Next session Agenda……. ADF Data Control and ADF Binding Some Advanced Demos

2005 Systems Plus Proprietary and Confidential 17-Nov-15 THANK YOU