6/13/2012. Sneak Preview: Oracle JDeveloper 12c New Features. Frank Nimphius Senior Principal Product Manager Oracle Development Tools

Size: px
Start display at page:

Download "6/13/2012. Sneak Preview: Oracle JDeveloper 12c New Features. Frank Nimphius Senior Principal Product Manager Oracle Development Tools"

Transcription

1 1 Copyright 2011, Oracle and/or its affiliates. All rights reserved. 2 Copyright 2011, Oracle and/or its affiliates. All rights reserved. Sneak Preview: Oracle JDeveloper 12c New Features Frank Nimphius Senior Principal Product Manager Oracle Development Tools 1

2 Oracle JDeveloper Release Overview The Problem JDeveloper 10g (current) JDeveloper 11gR (current) (coming) JDeveloper 11gR (current) (coming) JDeveloper 12c (coming) What is new? What do they want to hear? How technical should it be? Where do I start? I've got 45 Minutes. 3 Copyright 2011, Oracle and/or its affiliates. All rights reserved. 4 Copyright 2011, Oracle and/or its affiliates. All rights reserved. 2

3 What is a New Feature in Oracle JDeveloper? Three Possible Definitions New features define new functionalities added to a specific release of a product New features describe the delta between an existing version of a product in use and a newer version of the same New features define functionalities of a specific version of a product that are new or have been extended and improved in their behavior and use The Solution Why don't you give us your selective view on what is important to know about Oracle JDeveloper 12c and ADF? 5 Copyright 2011, Oracle and/or its affiliates. All rights reserved. 6 Copyright 2011, Oracle and/or its affiliates. All rights reserved. 3

4 Oracle JDeveloper 12c Status Update Therefore... Don't trust the speaker! The following is intended to outline our general product direction. It is intended for information purposes only, and may not be incorporated into any contract. It is not a commitment to deliver any material, code, or functionality, and should not be relied upon in making purchasing decisions. The development, release, and timing of any features or functionality described for Oracle s products remains at the sole discretion of Oracle. 7 Copyright 2011, Oracle and/or its affiliates. All rights reserved. 8 Copyright 2011, Oracle and/or its affiliates. All rights reserved. 4

5 Agenda Main Themes for JDeveloper and ADF 12c Product Strategy Selected IDE Features Selected ADF Features Runtime and design-time standards uptake Java EE 6, Java SE 7, HTML 5, CSS3 Continued performance and stability improvements Improve developer experience and productivity Feature sharing with NetBeans Cloud Integration Oracle Middleware 12c alignment 9 Copyright 2011, Oracle and/or its affiliates. All rights reserved. 10 Copyright 2011, Oracle and/or its affiliates. All rights reserved. 5

6 Planned IDE Enhancements Planned ADF Enhancements Dependency visualization Maven for ADF Git support Extension development New Look and Feel New windowing system Improved REST support ADF Runtime customization Groovy editor/debugger Oracle Enterprise Security ADF Mobile ADFc for ADF Mobile 11 Copyright 2011, Oracle and/or its affiliates. All rights reserved. 12 Copyright 2011, Oracle and/or its affiliates. All rights reserved. 6

7 Planned ADF Faces Enhancements Public-facing sites Page loading CDN support Improved search-bot Tablet, ios support ADF Faces layout made simpler Improved dynamic table/form New ADF Faces components Pretty URL Supported Servers Planned JDeveloper and ADF Support WebLogic 12c Websphere Glassfish 13 Copyright 2011, Oracle and/or its affiliates. All rights reserved. 14 Copyright 2011, Oracle and/or its affiliates. All rights reserved. 7

8 Documentation & Library Improvements Documentation & Library Improvements "There is more treasure in books than in all the pirate's loot on Treasure Island." Walt Disney Search Engine Optimizations (SEO) More release and descriptive information in book metadata Easy URLs Implementing URLs that are more readable Example: Documentation Library Improvements Update documentation library interface and product roadmaps that help users to find what they need quickly Redesigned interface for library Advanced Search 15 Copyright 2011, Oracle and/or its affiliates. All rights reserved. 16 Copyright 2011, Oracle and/or its affiliates. All rights reserved. 16 8

9 JDeveloper & ADF Documentation Features Agenda Improvements in ADF Developer Guides Replacing FOD reference sample with new Summit ADF demo Adding more information about what you need to know to work with JDeveloper and ADF procedures New ADF books ADF Concepts Guide Overview of ADF stack for developers and administrators ADF Data Controls Guide: Covers ADFm data controls in depth Conceptual overview of data controls, their creation and use Product Strategy Selected IDE Features Selected ADF Features 17 Copyright 2011, Oracle and/or its affiliates. All rights reserved Copyright 2011, Oracle and/or its affiliates. All rights reserved. 9

10 Context Sensitive Menus Selected IDE Features Extensions <Insert Picture Here> 19 Copyright 2011, Oracle and/or its affiliates. All rights reserved. 20 Copyright 2011, Oracle and/or its affiliates. All rights reserved. 10

11 Oracle JDeveloper Extensions JDeveloper Extensions in 11gR2 New OSGi framework Extensions are loaded only when needed Extensions are not loaded at started Addin.initialize is no longer called at startup Trigger hooks are implemented in the extension.xml Faster startup Supports lazy initialization IDE extensions use trigger hooks to define when they should load 21 Copyright 2011, Oracle and/or its affiliates. All rights reserved. 22 Copyright 2011, Oracle and/or its affiliates. All rights reserved. 11

12 Selected IDE Features Maven <Insert Picture Here> Maven Oracle JDeveloper Strategy Hide deployment variations and complexities of different development technologies used when building custom FMW applications Provide a consistent and automated build, test, deploy experience Integrate with Hudson for continuous integration (CI) environment Seamless integration in Oracle JDeveloper 23 Copyright 2011, Oracle and/or its affiliates. All rights reserved. 24 Copyright 2011, Oracle and/or its affiliates. All rights reserved. 12

13 Maven Features Oracle JDeveloper 11g R2 New Maven Application/Project with POM Create POM from Project/Application Import POM Configure Maven per Application POM editing, code insight Run goals, integrated output Manage repositories, with indexing and querying Manage dependencies, synced with Project libs Maven Features Oracle JDeveloper 12c Build script for local repository (JRF/ADF/FMW libraries) Ojdeploy plug-in Multiple source/output paths Archetype support Improved goal manager, run custom goals Upgrade to Maven 3.0 Repository authentication Usability/UI enhancements Flat editor for POM, Dependency graph 25 Copyright 2011, Oracle and/or its affiliates. All rights reserved. 26 Copyright 2011, Oracle and/or its affiliates. All rights reserved. 13

14 Maven for New Application Developments Maven for New Application Developments 27 Copyright 2011, Oracle and/or its affiliates. All rights reserved. 28 Copyright 2011, Oracle and/or its affiliates. All rights reserved. 14

15 Service Development in JDeveloper 12c New Gallery Options Selected IDE Features JAX-WS, JAX-RS <Insert Picture Here> JAX-WS services from RDBMS table, select statement, PLSQL Annotated POJO class to become REST service after deployment Create Rest Service client from WADL Consume REST sources in ADF (imporvements to Jdeveloper 11g R2) 29 Copyright 2011, Oracle and/or its affiliates. All rights reserved. 30 Copyright 2011, Oracle and/or its affiliates. All rights reserved. 15

16 Rest Development in JDeveloper 12c JAX-RS Service Creation from POJO or Session Bean Rest Development in JDeveloper 12c Annotated JAX-RS Service Example 31 Copyright 2011, Oracle and/or its affiliates. All rights reserved. 32 Copyright 2011, Oracle and/or its affiliates. All rights reserved. 16

17 Rest Development in JDeveloper 12c Create JAX-RS client proxy for REST service Agenda Product Strategy Selected IDE Features Selected ADF Features 33 Copyright 2011, Oracle and/or its affiliates. All rights reserved. 34 Copyright 2011, Oracle and/or its affiliates. All rights reserved. 17

18 Change in Default Datatypes Selected ADF Features ADF Business Components <Insert Picture Here> From Oracle Domains to "Java Extended for Oracle" Oracle JDBC driver now has optimized native Java number and date types ADF BC domains remain supported and valid 35 Copyright 2011, Oracle and/or its affiliates. All rights reserved. 36 Copyright 2011, Oracle and/or its affiliates. All rights reserved. 18

19 Modeless ADFBC Object Editors Improved Groovy Experience Rule Overview and Filter 37 Copyright 2011, Oracle and/or its affiliates. All rights reserved. 38 Copyright 2011, Oracle and/or its affiliates. All rights reserved. 19

20 Improved Groovy Experience Editor and Debugger Selected ADF Features Bean Data Control <Insert Picture Here> 39 Copyright 2011, Oracle and/or its affiliates. All rights reserved. 40 Copyright 2011, Oracle and/or its affiliates. All rights reserved. 20

21 Sparse Bean Data Control Improved POJO and EJB Data Control Sparse Bean Data Control Implement ADF Lifecycle Methods 41 Copyright 2011, Oracle and/or its affiliates. All rights reserved. 42 Copyright 2011, Oracle and/or its affiliates. All rights reserved. 21

22 Sparse Bean Data Control Reduced (Optional) XML Usage List of Values Support Model Driven LOV 43 Copyright 2011, Oracle and/or its affiliates. All rights reserved. 44 Copyright 2011, Oracle and/or its affiliates. All rights reserved. 22

23 List of Values Support Model Driven LOV List of Values Support Model Driven LOV 45 Copyright 2011, Oracle and/or its affiliates. All rights reserved. 46 Copyright 2011, Oracle and/or its affiliates. All rights reserved. 23

24 ADF REST Support URL Data Control Selected ADF Features ADF REST Support <Insert Picture Here> 47 Copyright 2011, Oracle and/or its affiliates. All rights reserved. 48 Copyright 2011, Oracle and/or its affiliates. All rights reserved. 24

25 ADF REST Support URL Data Control ADF REST Support URL Data Control 49 Copyright 2011, Oracle and/or its affiliates. All rights reserved. 50 Copyright 2011, Oracle and/or its affiliates. All rights reserved. 25

26 JSF 2 Features Selected ADF Features ADF Faces & JSF 2.0 <Insert Picture Here> Facelets Ajax Get Composite components Annotated managed beans New scopes Conditional navigation 51 Copyright 2011, Oracle and/or its affiliates. All rights reserved. 52 Copyright 2011, Oracle and/or its affiliates. All rights reserved. 26

27 JSF 2 Features Directly add EL in page content EL method with Arguments EL 2.2 feature System events (f:event) postconstructapplicationevent, predestroyapplicationevent prevalidateevent, postvalidateevent prerenderviewevent, prerendercomponenteven ADF Faces Public Facing Website Optimization Fast Page Loading JavaScript reduction Shrink CSS Image size reduction Deferred loading of menus Externalize Resources to Content Delivery Networks Configurable rewrite directive for static resources Core scripts CSS Images 53 Copyright 2011, Oracle and/or its affiliates. All rights reserved. 54 Copyright 2011, Oracle and/or its affiliates. All rights reserved. 27

28 ADF Faces Public Facing Website Optimization Search Engine Friendly ADFc to recognize crawler requests and to provide an XML application site map Agent support for different crawlers Easy to Use Skins Easy Layouts ADF Faces Reducing the JavaScript Footprint Reduced size of compiled library using Google Closure Compiler Replaces previous home-grown compiler Up to 60% size reduction Improved background loading of scripts <context-param> <param-name> oracle.adf.view.javascript_optimization </param-name> <param-value>simple advanced advanced-debug</param-value> </context-param> 55 Copyright 2011, Oracle and/or its affiliates. All rights reserved. 56 Copyright 2011, Oracle and/or its affiliates. All rights reserved. 28

29 ADF Faces JSPX to Facelets Conversion New Component - PanelGridLayout Layout container that uses one or more af:gridrow components to describe the rows of a grid layout Each row defines height and margins uses one or more af:gridcell components Each cell defines width, margins, column span, row span, horizontal alignment, vertical alignment. 57 Copyright 2011, Oracle and/or its affiliates. All rights reserved. 58 Copyright 2011, Oracle and/or its affiliates. All rights reserved. 29

30 New Component - New File Upload HTML 5 based Multi File Upload support for dragging files from OS Configurable maximum number of files to upload HTML 5 Placeholder Support Inline Label Placeholder support (HTML5 browsers) InputColor InputComboboxListOfValues InputDate InputListOfValues InputNumberSpinbox InputText 59 Copyright 2011, Oracle and/or its affiliates. All rights reserved. 60 Copyright 2011, Oracle and/or its affiliates. All rights reserved. 30

31 New Component - af:target Behavior Tag A declarative way to specify a list of targets to execute and render in response to a component event Enhanced partial trigger behavior 'partialtriggers' attribute continues to work as it does today New Component - "One-Fits-All" Button af:button New af:button component Replaces af:gobutton, af:commandbutton, af:commandtoolbarbutton, af:activecommandtoolbarbutton Has both a destination and action attribute Other buttons are deprecated you should start using the new af:button component instead There is no restriction on maximum height of button Minimum height is 19px 61 Copyright 2011, Oracle and/or its affiliates. All rights reserved. 62 Copyright 2011, Oracle and/or its affiliates. All rights reserved. 31

32 New Component - "One-Fits-All" Link af:link New af:link component that replaces af:golink, af:commandlink, af:goimagelink, af:commandimagelink Has both a destination and action attribute Selected attribute to distinguish a selected link Other buttons are deprecated you should start using the new af:button component instead New Component - Code Editor 63 Copyright 2011, Oracle and/or its affiliates. All rights reserved. 64 Copyright 2011, Oracle and/or its affiliates. All rights reserved. 32

33 Page Template Enhancement Create Template as copy of an existing template ADF Faces Skinning - Creating A New Skin 65 Copyright 2011, Oracle and/or its affiliates. All rights reserved. 66 Copyright 2011, Oracle and/or its affiliates. All rights reserved. 33

34 ADF Faces Skinning - Creating A New Skin ADF Faces Skinning - Improved Skin Editor 1/3 67 Copyright 2011, Oracle and/or its affiliates. All rights reserved. 68 Copyright 2011, Oracle and/or its affiliates. All rights reserved. 34

35 ADF Faces Skinning - Improved Skin Editor 2/3 ADF Faces Skinning - Improved Skin Editor 3/3 69 Copyright 2011, Oracle and/or its affiliates. All rights reserved. 70 Copyright 2011, Oracle and/or its affiliates. All rights reserved. 35

36 ADF Faces Skinning - New Default Skin Skyros Debugging ADF Faces Firefox Extension Initial Feature Set Allows client side component inspection and setting Finding components by clicking on the page Like FireBug Support for absolute locators Server side source page viewing Current view ID page source JSF, JSPX Page fragment source (jsff) included by regions, page templates, declarative components and dynamic declarative components Code included by jsp:include or facelets includes (like ui:include) 71 Copyright 2011, Oracle and/or its affiliates. All rights reserved. 72 Copyright 2011, Oracle and/or its affiliates. All rights reserved. 36

37 Selected ADF Features ADF Faces DVT <Insert Picture Here> ADF Data Visualization Tools (DVT) Diagram Network of nodes that can be arbitrarily linked together 73 Copyright 2011, Oracle and/or its affiliates. All rights reserved. 74 Copyright 2011, Oracle and/or its affiliates. All rights reserved. 37

38 ADF Data Visualization Tools (DVT) Treemap and Sunburst Display hierarchy using color and size of the nodes to convey information ADF Data Visualization Tools (DVT) Timeline Visualizes events on an interactive time line 75 Copyright 2011, Oracle and/or its affiliates. All rights reserved. 76 Copyright 2011, Oracle and/or its affiliates. All rights reserved. 38

39 ADF Data Visualization Tools (DVT) Support for Mobile Platforms Touch and ios support coming up in a future release HTML5 rendering Interactivity and touch support for mobile devices Already in Planned for Selected ADF Features Remote Task Flow Enhancement <Insert Picture Here> 77 Copyright 2011, Oracle and/or its affiliates. All rights reserved. 78 Copyright 2011, Oracle and/or its affiliates. All rights reserved. 39

40 Remote Regions Render remote task flow content as an ADF region in an ADF Faces Comparable to WSRP portlets Easier to set-up Solves different use cases Task Flow and JSF technologies only Allows inter-task flow communication Remote Task Flow to Region in View Region in View to Remote Task Flow Remote Task Flow to Remote Task Flow Remote Regions Local Server Task Flow Input Param Input Param Input Param Managed Bean Page Flow Scope af:region af:region RichRegion af:region Parent View http http Remote Server 1 Input Param Input Param Task Flow Managed Bean Page Flow Scope Remote Server 2 Input Param Task Flow Managed Bean Page Flow Scope 79 Copyright 2011, Oracle and/or its affiliates. All rights reserved. 80 Copyright 2011, Oracle and/or its affiliates. All rights reserved. 40

41 Selected ADF Features ADF Mobile Framework <Insert Picture Here> ADF Mobile Framework Build Once Deploy Locally to Multiple Mobile Platforms Common and meta-data based application definition Build once and deploy to multiple mobile platforms Direct access to device capabilities Native mobile user experience Complete security support Flexible runtime architecture Rapid and declarative development environment Support for popular mobile platforms on the market such as ios 81 Copyright 2011, Oracle and/or its affiliates. All rights reserved. 82 Copyright 2011, Oracle and/or its affiliates. All rights reserved. 41

42 ADF Mobile Framework Oracle JDeveloper 12c For initial release, feature alignment to ADF Mobile in 11g R2 ( ) ADF Mobile in 11g R2 development is ongoing New features, compared to 11g R2, most likely added in Oracle JDeveloper 12c Patch Sets Selected ADF Features ADF in Eclipse using OEPE <Insert Picture Here> 83 Copyright 2011, Oracle and/or its affiliates. All rights reserved. 84 Copyright 2011, Oracle and/or its affiliates. All rights reserved. 42

43 OEPE ADF Tool Support OEPE (Bifrost) ADF Themes Objective Increase adoption of the ADF framework in the Java EE community and Oracle customer base Target audience Java EE developers Familiar with common design-pattern for building data-bound JSFbased web application User profiles Java EE developer + First-time user of ADF ADF Bindings and Data Controls Create Data Control from EJB/POJO Edit ADF Bindings AppXRay support for ADFm Debugging ADF Bindings Refactoring 85 Copyright 2011, Oracle and/or its affiliates. All rights reserved Oracle Corporation Copyright 2011, Oracle and/or its affiliates. All rights reserved. 43

44 Metadata Services (MDS) 6/13/2012 OEPE ADF What's in What's out Desktop Browser-Based ADF Swing Office Mobile JSF ADF Faces JSF ADF Controller Controller Q&A ADF Binding JSF Managed Bean Model Java EJB ADFbc BAM Web Services BPEL BI Portlets Business Services 87 Copyright 2011, Oracle and/or its affiliates. All rights reserved. 88 Copyright 2011, Oracle and/or its affiliates. All rights reserved. 44

45 89 Copyright 2011, Oracle and/or its affiliates. All rights reserved. 45

1 Copyright 2011, Oracle and/or its affiliates. All rights reserved.

1 Copyright 2011, Oracle and/or its affiliates. All rights reserved. 1 Copyright 2011, Oracle and/or its affiliates. All rights The forthcoming is intended to outline our general product direction. It is intended for information purposes only, and may not be incorporated

More information

<Insert Picture Here> Accelerated Java EE Development: The Oracle Way

<Insert Picture Here> Accelerated Java EE Development: The Oracle Way 1 1 Accelerated Java EE Development: The Oracle Way Dana Singleterry Principal Product Manager Oracle JDeveloper and Oracle ADF http://blogs.oracle.com/dana Warning demo contains

More information

Oracle Fusion Middleware 11g: Build Applications with ADF Accel

Oracle Fusion Middleware 11g: Build Applications with ADF Accel Oracle University Contact Us: +352.4911.3329 Oracle Fusion Middleware 11g: Build Applications with ADF Accel Duration: 5 Days What you will learn This is a bundled course comprising of Oracle Fusion Middleware

More information

Oracle Fusion Middleware 11g: Build Applications with ADF I

Oracle Fusion Middleware 11g: Build Applications with ADF I Oracle University Contact Us: +966 1 1 2739 894 Oracle Fusion Middleware 11g: Build Applications with ADF I Duration: 5 Days What you will learn This course is aimed at developers who want to build Java

More information

Overview. Principal Product Manager Oracle JDeveloper & Oracle ADF

Overview. Principal Product Manager Oracle JDeveloper & Oracle ADF Rich Web UI made simple an ADF Faces Overview Dana Singleterry Dana Singleterry Principal Product Manager Oracle JDeveloper & Oracle ADF Agenda Comparison: New vs. Old JDeveloper Provides JSF Overview

More information

Oracle Fusion Middleware 11g: Build Applications with ADF I

Oracle Fusion Middleware 11g: Build Applications with ADF I Oracle University Contact Us: Local: 1800 103 4775 Intl: +91 80 4108 4709 Oracle Fusion Middleware 11g: Build Applications with ADF I Duration: 5 Days What you will learn Java EE is a standard, robust,

More information

<Insert Picture Here> The Oracle Fusion Development Platform: Oracle JDeveloper and Oracle ADF Overview

<Insert Picture Here> The Oracle Fusion Development Platform: Oracle JDeveloper and Oracle ADF Overview 1 1 The Oracle Fusion Development Platform: Oracle JDeveloper and Oracle ADF Overview Dana Singleterry Principal Product Manager Oracle JDeveloper and Oracle ADF http://blogs.oracle.com/dana

More information

<Insert Picture Here> The Latest E-Business Suite R12.x OA Framework Rich User Interface Enhancements

<Insert Picture Here> The Latest E-Business Suite R12.x OA Framework Rich User Interface Enhancements 1 The Latest E-Business Suite R12.x OA Framework Rich User Interface Enhancements Padmaprabodh Ambale, Gustavo Jimenez Applications Technology Group The following is intended to outline

More information

Oracle Middleware 12c: Build Rich Client Applications with ADF Ed 1 LVC

Oracle Middleware 12c: Build Rich Client Applications with ADF Ed 1 LVC Oracle University Contact Us: Local: 1800 103 4775 Intl: +91 80 67863102 Oracle Middleware 12c: Build Rich Client Applications with ADF Ed 1 LVC Duration: 5 Days What you will learn This Oracle Middleware

More information

Oracle Developer Day

Oracle Developer Day Oracle Developer Day Sponsored by: Session 2 Oracle Application Development Framework Speaker Speaker Title Page 1 1 Agenda Development Environment Expectations Challenges Oracle ADF Architecture Business

More information

Oracle Corporation

Oracle Corporation 1 2012 Oracle Corporation Oracle WebLogic Server 12c: Developing Modern, Lightweight Java EE 6 Applications Will Lyons, Director of WebLogic Server Product Management Pieter Humphrey, Principal Product

More information

<Insert Picture Here>

<Insert Picture Here> Oracle Forms Modernization with Oracle Application Express Marc Sewtz Software Development Manager Oracle Application Express Oracle USA Inc. 540 Madison Avenue,

More information

Developing Applications with Java EE 6 on WebLogic Server 12c

Developing Applications with Java EE 6 on WebLogic Server 12c Developing Applications with Java EE 6 on WebLogic Server 12c Duration: 5 Days What you will learn The Developing Applications with Java EE 6 on WebLogic Server 12c course teaches you the skills you need

More information

Mobile Application Development: Introducing ADF Mobile Native Client Framework

Mobile Application Development: Introducing ADF Mobile Native Client Framework Mobile Application Development: Introducing ADF Mobile Native Client Framework Denis Tyrell, Senior Director of Product Development, ADF/JDeveloper Joe Huang, Senior Principal Product Manager, ADF/JDeveloper

More information

1 Copyright 2011, Oracle and/or its affiliates. All rights reserved.

1 Copyright 2011, Oracle and/or its affiliates. All rights reserved. 1 Copyright 2011, Oracle and/or its affiliates. All rights reserved. ORACLE PRODUCT LOGO Oracle ADF Programming Best Practices Frank Nimphius Oracle Application Development Tools Product Management 2 Copyright

More information

Oracle ADF: The technology behind project fusion. Lynn Munsinger Principal Product Manager Application Development Tools Oracle Corporation

Oracle ADF: The technology behind project fusion. Lynn Munsinger Principal Product Manager Application Development Tools Oracle Corporation Oracle ADF: The technology behind project fusion Lynn Munsinger Principal Product Manager Application Development Tools Oracle Corporation Agenda Application Development Framework (ADF) Overview Goals

More information

<Insert Picture Here> Oracle Application Framework (OAF): Architecture, Personalization, and Extensibility in Oracle E-Business Suite Release 12

<Insert Picture Here> Oracle Application Framework (OAF): Architecture, Personalization, and Extensibility in Oracle E-Business Suite Release 12 Oracle Application Framework (OAF): Architecture, Personalization, and Extensibility in Oracle E-Business Suite Release 12 Sara Woodhull Principal Product Analyst, Oracle Corporation

More information

User s Guide 12c (12.2.1)

User s Guide 12c (12.2.1) [1]Oracle Enterprise Pack for Eclipse User s Guide 12c (12.2.1) E66530-01 October 2015 Documentation that describes how to use Oracle Enterprise Pack for Eclipse, which is a set of plugins for Eclipse,

More information

Rich Web UI made simple Building Data Dashboards without Code

Rich Web UI made simple Building Data Dashboards without Code Rich Web UI made simple Building Data Dashboards without Code Dana Singleterry http://blogs.oracle.com/dana Product Manager Oracle JDeveloper and Oracle ADF 2 Copyright 2012, Oracle and/or its affiliates.

More information

Oracle Developer Day

Oracle Developer Day Oracle Developer Day Sponsored by: Session 3 Familiar Techniques: Modeling and Frameworks Speaker Speaker Title Page 1 1 Agenda Forms as a Framework Mapping Forms to Oracle ADF Familiar Concepts Phases

More information

Improve and Expand JavaServer Faces Technology with JBoss Seam

Improve and Expand JavaServer Faces Technology with JBoss Seam Improve and Expand JavaServer Faces Technology with JBoss Seam Michael Yuan Kito D. Mann Product Manager, Red Hat Author, JSF in Action http://www.michaelyuan.com/seam/ Principal Consultant Virtua, Inc.

More information

Chapter. An Introduction to Oracle JDeveloper and Oracle ADF

Chapter. An Introduction to Oracle JDeveloper and Oracle ADF / Blind folio: 9 Chapter 2 An Introduction to Oracle JDeveloper and Oracle ADF ch02.indd 9 7/30/10 2:05:20 PM 10 Quick Start Guide to Oracle Fusion Development A s outlined in the previous chapter, Oracle

More information

Java EE 6: Develop Web Applications with JSF

Java EE 6: Develop Web Applications with JSF Oracle University Contact Us: +966 1 1 2739 894 Java EE 6: Develop Web Applications with JSF Duration: 4 Days What you will learn JavaServer Faces technology, the server-side component framework designed

More information

Understanding Oracle ADF and its role in the Oracle Fusion Platform

Understanding Oracle ADF and its role in the Oracle Fusion Platform ORACLE PRODUCT LOGO Understanding Oracle ADF and its role in the Oracle Fusion Platform Dana Singleterry blogs.oracle.com/dana 2 Copyright Principal 2011, Oracle and/or its Product affiliates. All rights

More information

Java EE 7 is ready What to do next? Peter Doschkinow Senior Java Architect

Java EE 7 is ready What to do next? Peter Doschkinow Senior Java Architect Java EE 7 is ready What to do next? Peter Doschkinow Senior Java Architect The following is intended to outline our general product direction. It is intended for information purposes only, and may not

More information

1 Copyright 2011, Oracle and/or its affiliates. All rights reserved.

1 Copyright 2011, Oracle and/or its affiliates. All rights reserved. 1 Copyright 2011, Oracle and/or its affiliates. All rights reserved. Fast, but not Furious - ADF Task Flow in 60 Minutes Frank Nimphius, Senior Principal Product Manager Oracle Application Development

More information

1 Copyright 2011, Oracle and/or its affiliates. All rights reserved.

1 Copyright 2011, Oracle and/or its affiliates. All rights reserved. 1 Copyright 2011, Oracle and/or its affiliates. All rights Web Services and SOA Integration Options for Oracle E-Business Suite Rajesh Ghosh, Group Manager, Applications Technology Group Abhishek Verma,

More information

<Insert Picture Here> Advanced ADF Faces. Frank Nimphius Principal Product Manager

<Insert Picture Here> Advanced ADF Faces. Frank Nimphius Principal Product Manager Advanced ADF Faces Frank Nimphius Principal Product Manager 1 Agenda "Must See" Introduction ADF Faces Table and Tree Active Data Services JavaScript Drag and Drop Declarative s Agenda "Must See" Introduction

More information

<Insert Picture Here> Java Virtual Developer Day

<Insert Picture Here> Java Virtual Developer Day 1 Java Virtual Developer Day Simon Ritter Technology Evangelist Virtual Developer Day: Agenda Keynote: The Java Platform: Now and the Future What is Java SE 7 and JDK 7 Diving into

More information

An Oracle White Paper April Oracle Application Express 5.0 Overview

An Oracle White Paper April Oracle Application Express 5.0 Overview An Oracle White Paper April 2015 Oracle Application Express 5.0 Overview Disclaimer The following is intended to outline our general product direction. It is intended for information purposes only, and

More information

Oracle SOA Suite 12c: Build Composite Applications. About this course. Course type Essentials. Duration 5 Days

Oracle SOA Suite 12c: Build Composite Applications. About this course. Course type Essentials. Duration 5 Days Oracle SOA Suite 12c: Build Composite Applications About this course Course type Essentials Course code OC12GSOABCA Duration 5 Days This Oracle SOA Suite 12c: Build Composite Applications training teaches

More information

Oracle Enterprise Pack for Eclipse

Oracle Enterprise Pack for Eclipse Oracle Enterprise Pack for Eclipse User s Guide Release 12.1.3.5 E62021-01 April 2015 Oracle Enterprise Pack for Eclipse User s Guide, Release 12.1.3.5 E62021-01 Copyright 2008, 2015, Oracle and/or its

More information

Developing Cross Device Mobile Applications

Developing Cross Device Mobile Applications Developing Cross Device Mobile Applications Dana Singleterry - http://blogs.oracle.com/dana Twitter - @dsingleterry Principal Product Manager, Oracle Development Tools 2 Copyright 2012, Oracle and/or its

More information

A Closer Look at XPages in IBM Lotus Domino Designer 8.5 Ray Chan Advisory I/T Specialist Lotus, IBM Software Group

A Closer Look at XPages in IBM Lotus Domino Designer 8.5 Ray Chan Advisory I/T Specialist Lotus, IBM Software Group A Closer Look at XPages in IBM Lotus Domino Designer 8.5 Ray Chan Advisory I/T Specialist Lotus, IBM Software Group 2008 IBM Corporation Agenda XPage overview From palette to properties: Controls, Ajax

More information

An Oracle White Paper July Oracle WebLogic Suite 12c (12.1.2) Technical White Paper

An Oracle White Paper July Oracle WebLogic Suite 12c (12.1.2) Technical White Paper An Oracle White Paper July 2013 Oracle WebLogic Suite 12c (12.1.2) Technical White Paper Introduction... 1 Licensing... 1 Oracle WebLogic Suite Topology Overview... 3 Modern Development Platform... 4 Java

More information

Apps Exception Problem Building Schema Jdeveloper

Apps Exception Problem Building Schema Jdeveloper Apps Exception Problem Building Schema Jdeveloper Getting Error scanning file when running jetty 9 on java 8 using the maven jetty plugin XML- 24500: (Error) Can not build schema located at ' spring-beans-3.1.xsd'

More information

Enabling Web 2.0 User Experience for E-Business Suite. Padmaprabodh Ambale, Gustavo Jimenez Development Managers, Applications Technology Group

Enabling Web 2.0 User Experience for E-Business Suite. Padmaprabodh Ambale, Gustavo Jimenez Development Managers, Applications Technology Group Enabling Web 2.0 User Experience for E-Business Suite Padmaprabodh Ambale, Gustavo Jimenez Development Managers, Applications Technology Group The following is intended to outline our general product direction.

More information

Oracle Application Development Framework Overview

Oracle Application Development Framework Overview An Oracle White Paper July 2009 Oracle Application Development Framework Overview Introduction... 1 Oracle ADF Making Java EE Development Simpler... 2 THE ORACLE ADF ARCHITECTURE... 3 The Business Services

More information

<Insert Picture Here> JDeveloper Treasure Hunt

<Insert Picture Here> JDeveloper Treasure Hunt JDeveloper Treasure Hunt Shay Shmeltzer Principal Product Manager Oracle Fusion Middleware Agenda Did you know that in JDeveloper you can. Day to Day Work Afraid

More information

Oracle Fusion Middleware

Oracle Fusion Middleware Oracle Fusion Middleware Java EE Developer's Guide for Oracle Application Development Framework 11g Release 2 (11.1.2.4.0) E17272-05 March 2013 Documentation for Oracle Application Development Framework

More information

1 Copyright 2013, Oracle and/or its affiliates. All rights reserved.

1 Copyright 2013, Oracle and/or its affiliates. All rights reserved. 1 Copyright 2013, Oracle and/or its affiliates. All rights Creating Custom PDF reports with APEX 4.2.2 Marc Sewtz Senior Software Development Manager Oracle USA Inc. New York, NY 2 Copyright 2013, Oracle

More information

Type of Classes Nested Classes Inner Classes Local and Anonymous Inner Classes

Type of Classes Nested Classes Inner Classes Local and Anonymous Inner Classes Java CORE JAVA Core Java Programing (Course Duration: 40 Hours) Introduction to Java What is Java? Why should we use Java? Java Platform Architecture Java Virtual Machine Java Runtime Environment A Simple

More information

Mastering Oracle ADF Task Flows. Frank Nimphius Principal Product Manager Oracle JDeveloper / ADF

Mastering Oracle ADF Task Flows. Frank Nimphius Principal Product Manager Oracle JDeveloper / ADF Mastering Oracle ADF Task Flows Frank Nimphius Principal Product Manager Oracle JDeveloper / ADF 1 ADF Controller Introduction Real Life Control Flow: How to get to the Opera? The Rules You Are Here Opera

More information

ADF OAF Who Cares? You Do! Oracle Applications Framework / Application Development Framework - Which way do I go?

ADF OAF Who Cares? You Do! Oracle Applications Framework / Application Development Framework - Which way do I go? ADF OAF Who Cares? You Do! Oracle Applications Framework / Application Development Framework - Which way do I go? 2 Introductions Who am I and why am I here? Audience: Development Management OAF Developers

More information

open source community experience distilled

open source community experience distilled Java EE 6 Development with NetBeans 7 Develop professional enterprise Java EE applications quickly and easily with this popular IDE David R. Heffelfinger [ open source community experience distilled PUBLISHING

More information

The following is intended to outline our general product direction. It is intended for information purposes only, and may not be incorporated into

The following is intended to outline our general product direction. It is intended for information purposes only, and may not be incorporated into The following is intended to outline our general product direction. It is intended for information purposes only, and may not be incorporated into any contract. It is not a commitment to deliver any material,

More information

1 Copyright 2012, Oracle and/or its affiliates. All rights reserved.

1 Copyright 2012, Oracle and/or its affiliates. All rights reserved. 1 Copyright 2012, Oracle and/or its affiliates. All rights reserved. Oracle WebCenter Portal and ADF Development Richard Maldonado Principal Product Manager 2 Copyright 2012, Oracle and/or its affiliates.

More information

<Insert Picture Here> Forms Strategies: Modernizing Your Oracle Forms Investment

<Insert Picture Here> Forms Strategies: Modernizing Your Oracle Forms Investment Forms Strategies: Modernizing Your Oracle Forms Investment Desmond Chan Solution Architect Manager Oracle Consulting Services Agenda Oracle Forms Strategy Forms Modernisation Strategies

More information

If you wish to make an improved product, you must already be engaged in making an inferior one.

If you wish to make an improved product, you must already be engaged in making an inferior one. Oracle JDeveloper 10g with ADF Faces and JHeadstart: Is it Oracle Forms Yet? Peter Koletzke Technical Director & Principal Instructor Survey Forms development 1-2 years? 3-9 years? More than 9 years? Designer

More information

MAKING THE BUSINESS CASE MOVING ORACLE FORMS TO THE WEB

MAKING THE BUSINESS CASE MOVING ORACLE FORMS TO THE WEB MAKING THE BUSINESS CASE MOVING ORACLE FORMS TO THE WEB About Us Agenda Strategic Direction of Oracle Forms Applications Migration Options Migrating to 10g and 11g Migrating to J2EE and ADF Migrating to

More information

ADF Code Corner. 048-How-to build XML Menu Model based site menus and how to protect them with ADF Security and JAAS. Abstract:

ADF Code Corner. 048-How-to build XML Menu Model based site menus and how to protect them with ADF Security and JAAS. Abstract: ADF Code Corner 048-How-to build XML Menu Model based site menus and Abstract: There are different types of menus you can use within an application: breadcrumbs, to navigate a process within unbounded

More information

ORACLE DATA SHEET KEY FEATURES AND BENEFITS ORACLE WEBLOGIC SUITE

ORACLE DATA SHEET KEY FEATURES AND BENEFITS ORACLE WEBLOGIC SUITE ORACLE WEBLOGIC SERVER KEY FEATURES AND BENEFITS ORACLE WEBLOGIC SUITE Oracle WebLogic Server Enterprise Edition, plus Oracle Coherence Enterprise Edition Scale-out for data intensive applications Active

More information

Copyright 2012, Oracle and/or its affiliates. All rights reserved. Insert Information Protection Policy Classification from Slide 13

Copyright 2012, Oracle and/or its affiliates. All rights reserved. Insert Information Protection Policy Classification from Slide 13 1 Copyright 2012, Oracle and/or its affiliates. All rights reserved. Insert Information Protection Policy Classification from Slide 13 The following is intended to outline our general product direction.

More information

Oracle - Developing Applications for the Java EE 7 Platform Ed 1 (Training On Demand)

Oracle - Developing Applications for the Java EE 7 Platform Ed 1 (Training On Demand) Oracle - Developing Applications for the Java EE 7 Platform Ed 1 (Training On Demand) Code: URL: D101074GC10 View Online The Developing Applications for the Java EE 7 Platform training teaches you how

More information

Oracle APEX 18.1 New Features

Oracle APEX 18.1 New Features Oracle APEX 18.1 New Features May, 2018 Safe Harbor Statement The following is intended to outline our general product direction. It is intended for information purposes only, and may not be incorporated

More information

Oracle Developer Day

Oracle Developer Day Oracle Developer Day Sponsored by: J2EE Track: Session #3 Developing JavaServer Faces Applications Name Title Agenda Introduction to JavaServer Faces What is JavaServer Faces Goals Architecture Request

More information

Oracle 1Z Oracle WebCenter 11g Essentials.

Oracle 1Z Oracle WebCenter 11g Essentials. Oracle 1Z0-541 Oracle WebCenter 11g Essentials http://killexams.com/exam-detail/1z0-541 Answer: B, C QUESTION: 58 To use Oracle SES to search group spaces, lists, pages, or wikis, one of the steps is to

More information

Oracle Application Express 5 New Features

Oracle Application Express 5 New Features Oracle Application Express 5 New Features 20th HrOUG conference October 16, 2015 Vladislav Uvarov Software Development Manager Database Server Technologies Division Copyright 2015, Oracle and/or its affiliates.

More information

ECLIPSE PERSISTENCE PLATFORM (ECLIPSELINK) FAQ

ECLIPSE PERSISTENCE PLATFORM (ECLIPSELINK) FAQ ECLIPSE PERSISTENCE PLATFORM (ECLIPSELINK) FAQ 1. What is Oracle proposing in EclipseLink, the Eclipse Persistence Platform Project? Oracle is proposing the creation of the Eclipse Persistence Platform

More information

1Z0-430

1Z0-430 1Z0-430 Passing Score: 800 Time Limit: 0 min Exam A QUESTION 1 On a normally well-performing environment, you are experiencing unexpected slow response times, or no server response, for some page requests

More information

All India Council For Research & Training

All India Council For Research & Training WEB DEVELOPMENT & DESIGNING Are you looking for a master program in web that covers everything related to web? Then yes! You have landed up on the right page. Web Master Course is an advanced web designing,

More information

Oracle Fusion Middleware

Oracle Fusion Middleware Oracle Fusion Middleware Java EE Developer's Guide for Oracle Application Development Framework 11g Release 1 (11.1.1.7.0) E16272-05 March 2013 Documentation for Oracle Application Development Framework

More information

Javaentwicklung in der Oracle Cloud

Javaentwicklung in der Oracle Cloud Javaentwicklung in der Oracle Cloud Sören Halter Principal Sales Consultant 2016-11-17 Safe Harbor Statement The following is intended to outline our general product direction. It is intended for information

More information

This presentation is for informational purposes only and may not be incorporated into a contract or agreement.

This presentation is for informational purposes only and may not be incorporated into a contract or agreement. This presentation is for informational purposes only and may not be incorporated into a contract or agreement. SQL Developer Introducing Oracle's New Graphical Database Development Tool Craig Silveira

More information

Java Training Center, Noida - Java Expert Program

Java Training Center, Noida - Java Expert Program Java Training Center, Noida - Java Expert Program Database Concepts Introduction to Database Limitation of File system Introduction to RDBMS Steps to install MySQL and oracle 10g in windows OS SQL (Structured

More information

Java Platform, Enterprise Edition 6 with Extensible GlassFish Application Server v3

Java Platform, Enterprise Edition 6 with Extensible GlassFish Application Server v3 Java Platform, Enterprise Edition 6 with Extensible GlassFish Application Server v3 Jerome Dochez Mahesh Kannan Sun Microsystems, Inc. Agenda > Java EE 6 and GlassFish V3 > Modularity, Runtime > Service

More information

Was gibt es Neues Better Team Work with Cloud

Was gibt es Neues Better Team Work with Cloud Was gibt es Neues Better Team Work with Cloud Dana Singleterry Produktmanager Oracle Mobility & Dev Tools, Oracle dana.singleterry@oracle.com +++ Bitte nutzen Sie die integrierte Audio-Funktion von WebEx

More information

<Insert Picture Here> JavaFX Overview April 2010

<Insert Picture Here> JavaFX Overview April 2010 JavaFX Overview April 2010 Sébastien Stormacq Sun Microsystems, Northern Europe The following is intended to outline our general product direction. It is intended for information

More information

The 60-Minute Guide to Development Tools for IBM Lotus Domino, IBM WebSphere Portal, and IBM Workplace Applications

The 60-Minute Guide to Development Tools for IBM Lotus Domino, IBM WebSphere Portal, and IBM Workplace Applications The 60-Minute Guide to Development Tools for IBM Lotus Domino, IBM WebSphere Portal, and IBM Workplace Stuart Duguid Portal & Workplace Specialist TechWorks, IBM Asia-Pacific Overview / Scope The aim of

More information

AD105 Introduction to Application Development for the IBM Workplace Managed Client

AD105 Introduction to Application Development for the IBM Workplace Managed Client AD105 Introduction to Application Development for the IBM Workplace Managed Client Rama Annavajhala, IBM Workplace Software, IBM Software Group Sesha Baratham, IBM Workplace Software, IBM Software Group

More information

Oracle Fusion Middleware

Oracle Fusion Middleware Oracle Fusion Middleware Administering Web Services 12c (12.1.2) E28131-01 June 2013 Documentation for developers and administrators that describes how to administer Web services. Oracle Fusion Middleware

More information

Oracle Applications Unlimited and Web 2.0: You Can Have It Now!

Oracle Applications Unlimited and Web 2.0: You Can Have It Now! Oracle Applications Unlimited and Web 2.0: You Can Have It Now! Product Manager Oracle WebCenter & Portal Products The preceding is intended to outline our general product direction. It is intended for

More information

ORACLE WCM 11G MASTER CLASS

ORACLE WCM 11G MASTER CLASS Copyright 2011 Redstone Content Solutions LLC Oracle WCM 11g Master Class Training Agenda Revised Monday, May 2nd, 2011 REDSTONE CONTENT SOLUTIONS PRESENTS ORACLE WCM 11G MASTER CLASS Audience Designers

More information

Oracle Fusion Middleware

Oracle Fusion Middleware Oracle Fusion Middleware Developing Applications with Oracle ADF Data Controls 12c (12.1.3) E41270-01 May 2014 Documentation for Oracle Application Development Framework (Oracle ADF) developers that describes

More information

Building JavaServer Faces Applications

Building JavaServer Faces Applications IBM Software Group St. Louis Java User Group Tim Saunders ITS Rational Software tim.saunders@us.ibm.com 2005 IBM Corporation Agenda JSF Vision JSF Overview IBM Rational Application Developer v6.0 Build

More information

WebCenter Interaction 10gR3 Overview

WebCenter Interaction 10gR3 Overview WebCenter Interaction 10gR3 Overview Brian C. Harrison Product Management WebCenter Interaction and Related Products Summary of Key Points AquaLogic Interaction portal has been renamed

More information

Oracle Retail Accelerators for WebLogic Server 11g

Oracle Retail Accelerators for WebLogic Server 11g Oracle Retail Accelerators for WebLogic Server 11g Micro-Applications Development Tutorial October 2010 Note: The following is intended to outline our general product direction. It is intended for information

More information

IBM Rational Application Developer for WebSphere Software, Version 7.0

IBM Rational Application Developer for WebSphere Software, Version 7.0 Visual application development for J2EE, Web, Web services and portal applications IBM Rational Application Developer for WebSphere Software, Version 7.0 Enables installation of only the features you need

More information

Build a Mobile App in 60 Minutes with MAF

Build a Mobile App in 60 Minutes with MAF Build a Mobile App in 60 Minutes with MAF Presented by: John Jay King Download this paper from: 1 Session Objectives Understand the components of Oracle MAF Use Oracle MAF to create mobile applications

More information

Mobilize Your Users Now with Oracle Mobile Application Framework (MAF)

Mobilize Your Users Now with Oracle Mobile Application Framework (MAF) Mobilize Your Users Now with Oracle Mobile Application Framework (MAF) Presented by: John Jay King Download this paper from: 1 Session Objectives Understand the components of Oracle MAF Use Oracle MAF

More information

BEAWebLogic. Portal. Overview

BEAWebLogic. Portal. Overview BEAWebLogic Portal Overview Version 10.2 Revised: February 2008 Contents About the BEA WebLogic Portal Documentation Introduction to WebLogic Portal Portal Concepts.........................................................2-2

More information

J2EE Application Development : Conversion and Beyond Osmond Ng

J2EE Application Development : Conversion and Beyond Osmond Ng IBM Software Group J2EE Application Development : Conversion and Beyond Osmond Ng IBM Software Group Practitioner View Point IBM Rational Application Developer J2EE/EJB Tooling J2EE construction tools

More information

Tools to Develop New Linux Applications

Tools to Develop New Linux Applications Tools to Develop New Linux Applications IBM Software Development Platform Tools for every member of the Development Team Supports best practices in Software Development Analyst Architect Developer Tester

More information

Java SE7 Fundamentals

Java SE7 Fundamentals Java SE7 Fundamentals Introducing the Java Technology Relating Java with other languages Showing how to download, install, and configure the Java environment on a Windows system. Describing the various

More information

Courses For Event Java Advanced Summer Training 2018

Courses For Event Java Advanced Summer Training 2018 Courses For Event Java Advanced Summer Training 2018 Java Fundamentals Oracle Java SE 8 Advanced Java Training Java Advanced Expert Edition Topics For Java Fundamentals Variables Data Types Operators Part

More information

Oracle Fusion Middleware

Oracle Fusion Middleware Oracle Fusion Middleware Developing Extensions for Oracle JDeveloper 12c (12.1.2) E23013-01 June 2013 Documentation for Oracle JDeveloper users that describes how to develop downloadable extensions to

More information

Oracle WebCenter Interaction: Roadmap for BEA AquaLogic User Interaction. Ajay Gandhi Sr. Director of Product Management Enterprise 2.

Oracle WebCenter Interaction: Roadmap for BEA AquaLogic User Interaction. Ajay Gandhi Sr. Director of Product Management Enterprise 2. Oracle WebCenter Interaction: Roadmap for BEA AquaLogic User Interaction Ajay Gandhi Sr. Director of Product Management Enterprise 2.0 and Portals 1 Agenda Enterprise 2.0 and Portal Product Strategy AquaLogic

More information

ADF Hands-On. Understanding Task Flow Activities / 2011 ADF Internal Enterprise 2.0 Training. Abstract:

ADF Hands-On. Understanding Task Flow Activities / 2011 ADF Internal Enterprise 2.0 Training. Abstract: ADF Hands-On Understanding Task Flow Activities Abstract: In this hands-on you create a bounded task flows to run as an ADF Region in an ADF Faces page. Within this hands-on you create and use the following

More information

Oracle WebCenter Portal 11g Developer Workshop

Oracle WebCenter Portal 11g Developer Workshop Oracle WebCenter Portal 11g Developer Workshop Lab 02 Creating the OraHealth Page Template and Skin Page 1 of 24 Overview WebCenter Portal uses page templates and skins to control the look-and-feel of

More information

Copyright 2014, Oracle and/or its affiliates. All rights reserved.

Copyright 2014, Oracle and/or its affiliates. All rights reserved. 1 Introduction to the Oracle Mobile Development Platform Dana Singleterry Product Management Oracle Development Tools Global Installed Base: PCs vs Mobile Devices 3 Mobile Enterprise Challenges In Pursuit

More information

Oracle Fusion Middleware

Oracle Fusion Middleware Oracle Fusion Middleware Developing Applications Using Continuous Integration 12c (12.2.1.3.0) E80276-01 August 2017 Describes how to build automation and continuous integration for applications that you

More information

1Z Oracle SOA Suite 12c Essentials Exam Summary Syllabus Questions

1Z Oracle SOA Suite 12c Essentials Exam Summary Syllabus Questions 1Z0-434 Oracle SOA Suite 12c Essentials Exam Summary Syllabus Questions Table of Contents Introduction to 1Z0-434 Exam on Oracle SOA Suite 12c Essentials... 2 Oracle 1Z0-434 Certification Details:... 2

More information

<Insert Picture Here> Oracle SQL Developer: PL/SQL Support and Unit Testing

<Insert Picture Here> Oracle SQL Developer: PL/SQL Support and Unit Testing 3 Oracle SQL Developer: PL/SQL Support and Unit Testing The following is intended to outline our general product direction. It is intended for information purposes only, and may not

More information

Build a Mobile App in 60 Minutes with MAF

Build a Mobile App in 60 Minutes with MAF Build a Mobile App in 60 Minutes with MAF Presented by: John Jay King Download this paper from: OAUG web site Or 1 Session Objectives Understand the components of Oracle MAF Use Oracle MAF to create mobile

More information

Oracle Fusion Middleware Developing Extensions for Oracle JDeveloper. 12c ( )

Oracle Fusion Middleware Developing Extensions for Oracle JDeveloper. 12c ( ) Oracle Fusion Middleware Developing Extensions for Oracle JDeveloper 12c (12.2.1.3.0) E67105-01 August 2017 Oracle Fusion Middleware Developing Extensions for Oracle JDeveloper, 12c (12.2.1.3.0) E67105-01

More information

Spring & Hibernate. Knowledge of database. And basic Knowledge of web application development. Module 1: Spring Basics

Spring & Hibernate. Knowledge of database. And basic Knowledge of web application development. Module 1: Spring Basics Spring & Hibernate Overview: The spring framework is an application framework that provides a lightweight container that supports the creation of simple-to-complex components in a non-invasive fashion.

More information

<Insert Picture Here> Making the Most of PeopleSoft Query

<Insert Picture Here> Making the Most of PeopleSoft Query Making the Most of PeopleSoft Query Brent Mohl Applications Technology The following is intended to outline our general product direction. It is intended for information purposes

More information

David Peake Product Manager Oracle Application Express. October Copyright 2013, Oracle and/or its affiliates. All rights reserved.

David Peake Product Manager Oracle Application Express. October Copyright 2013, Oracle and/or its affiliates. All rights reserved. Oracle Application Express 5.0 Page Designer David Peake Product Manager Oracle Application Express October 2013 1 Copyright 2013, Oracle and/or its affiliates. All rights reserved. The following is intended

More information

Developing Applications Using Continuous Integration 12c ( )

Developing Applications Using Continuous Integration 12c ( ) [1]Oracle Fusion Middleware Developing Applications Using Continuous Integration 12c (12.2.1.1) E71421-01 June 2016 Describes how to build automation and continuous integration for applications that you

More information

Contract Information Management System (CIMS) Technical System Architecture

Contract Information Management System (CIMS) Technical System Architecture Technical System REVISION HISTORY REVISION NUMBER ISSUE DATE PRIMARY AUTHOR(S) NOTES 1.0 2/2015 Cheryl Kelmar Software: Kami Phengphet Engineer: Pornpat Nikamanon Architect: Jim Zhou Creation of CIMS document.

More information