Contract Information Management System (CIMS) Technical System Architecture

Size: px
Start display at page:

Download "Contract Information Management System (CIMS) Technical System Architecture"

Transcription

1 Technical System

2 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. 2

3 The employs an optimized Oracle solution, which combines key components in computing, storage, networking and software. It employs a traditional architecture that is flexible and scalable. The CIMS' Architectural components are: Oracle Application Development Framework (ADF) and User Facing APIs Servers (Web Logic: Main, Universal Content Manager (UCM), WC_Space and Portlets) Oracle Database as a Repository and EAR files Oracle Fusion Middleware Control (OFM) = Main Server: Web Logic) JDeveloper for Coding Browser Controller (Internet Explorer and Chrome) Figure 1: CIMS 3

4 The CIMS' relies on an Oracle based application development framework (ADF), as depicted in Figure 2, which is an end to end application that builds on Java Platform, Enterprise Edition (Java EE) standards and open source technologies. The Oracle ADF model implements data controls using standard metadata interfaces that describe the service's operations and data collections, including information about the properties, methods, and types involved. An application module is the transactional component that clients use to work with application data. CIMS' customized system diagram is depicted in Figure 2. Figure 2 Application Development Framework (ADF) The ADF task flows represent the critical components toward a modular approach in defining control flow CIMS' applications. Instead of representing an application as a single large Java Server Faces (JSF) page flow, they can divided into reusable task flows. Task flows have the advantage of being able to be packaged and deployed with the application, rather than requiring a separate deployment like remote portlets. The technology stack includes the Active Data Service (ADS), which allows a user to bind ADF Faces components to an active data source. The CIMS administration domain is comprised of an Oracle WebLogic Server administration domain, which is a logically related group of Java components that includes a special WebLogic Server instance called the Administration Server. The 4

5 WebLogic Server Administration Console and Fusion Middleware Control run in the Administration Server. When a domain is created, a particular domain template is used to support a particular component, or group of components, such as the Oracle Service Oriented (SOA) Suite. The WebLogic Server Administration Console is the Web-based administration console used to manage the resources in a WebLogic Server, including the Administration and Managed Servers. Fusion Middleware Control is a web-based administration console used to manage the Oracle based Fusion Middleware. The Administration Server is the central point from which a user configures and manages all resources in the domain, and which operates as the central control entity for the configuration of the entire domain. It maintains the domain's configuration documents and distributes changes in the configuration documents. The CIMS Java EE application is delivered in an Enterprise Archive (EAR) file, which is a standard Java Archive (JAR) file with an.ear extension. Using EAR files and modules makes it possible to assemble a number of different Java EE applications using some of the same components. No extra coding is needed. It is only a matter of assembling (or packaging) various Java EE modules into Java EE EAR files. An EAR file contains Java EE modules and deployment descriptors. A deployment descriptor is an XML document with an.xml extension that describes the deployment settings of an application, a module, or a component. Because deployment descriptor information is declarative, it can be changed without the need to modify the source code. At runtime, the Java EE server reads the deployment descriptor and acts upon the application, module, or component accordingly. 5

6 Universal Content Manager (UCM) serves content to portals. A portlet is a reusable web component that can draw content from many different sources. Portlets provide a means of presenting data from multiple sources in a meaningful and related way. Portlets can display excerpts of other web sites, generate summaries of key information, perform searches, and access assembled collections of information from a variety of data sources. Because different portlets can be placed on a common page, the user receives a single-source experience. In reality, the content may be derived from multiple sources. User Facing APIs, part of ADF Components for vendor and administration portal. The content management system for CIMS is Oracle's Universal Content Management (UCM) system, which is deployed as a managed server in the WebLogic Application Server. This robust content management system provides the foundation for collaboration, offering CIMS' users the ability to manage documents and output for multiple author editing and participation. This single-architecture approach allows all managed content and services to be accessed by a common user and administration interface, improving user efficiency and reducing the amount of time required to train business users and administrators. Most systems use a content repository or a database to store page content, and other information assets that might be needed by the system. CIMS' Administration is typically done through browser-based interfaces. The content management system allows non-technical users to make changes to a website with little training. The CIMS database cluster interfaces with the Enterprise Resource Planning (ERP). In JDeveloper, individual components are configured in JSF pages to display active data. Active data is pushed to the client whenever a change event is raised by the 6

7 web data source. The data is pushed from the server to the client and displayed by the browser. The UCM's adapter configuration allows for the collection of proper identification and credentials information for the Oracle based Universal Records Management (URM) system to process security and communications. The UCM Adapter provides basic retention functions. The UCM Adapter monitors batch processes, handles communication errors with the URM, and handles large work requests by grouping them into communication blocks and processing the response in chunks. The UCM Adapter monitors its server's content vault by periodically searching the repository and informing the URM of any changes in the repository that may affect disposition processes or audit holds. Configuration information also includes mapping metadata fields and defining searches. There is one portal that contains the navigation elements are contained in the EAR files through the repository. EAR files deploy the application on the WC_Spaces server. The metadata repository in CIMS is database-based with a specific schema that belongs to a specific Oracle Fusion Middleware component. The Oracle Metadata Services (MDS) repository, contains metadata for most Oracle Fusion Middleware components. The Metadata Repository contains metadata for Oracle Fusion Middleware components, such as metadata for your applications. Managed Servers in the domain are created specifically to host those particular Oracle Fusion Middleware components. Oracle Fusion Middleware Java components, as well as customer-developed applications, are deployed to Managed Servers in the domain. 7

8 CIMS' specific Fusion Middleware components include: WebLogic Server, SOA Suite, Application Development Framework, JDeveloper, Enterprise Content Management Suite, Data Integrator and Secure Enterprise Search. The RAC provides the following key characteristics: Reliability Removes the database server as a single point of failure. If an instance fails, the remaining instances in the cluster remain open and active. Cluster ware monitors all processes and immediately restarts any failed component. Error Detection Cluster ware automatically monitors RAC databases as well as other processes and provides fast detection of problems in the environment. It also automatically recovers from failures often before users notice that a failure has occurred. Recoverability The Database includes many features that make it easy to recover from various types of failures. If an instance fails in an RAC database, it is recognized by another instance in the cluster and recovery will start automatically. Continuous Operations RAC provides continuous service for both planned and unplanned outages. If a server (or an instance) fails, the database remains open and applications continue to be able to access data, allowing for business critical workloads to finish, mostly without a delay in service delivery. The CIMS' portals support interportlet communication, and can be linked with Web Services for Remote Portals (WSRP) 2.0 portlets, such that parameters are passed between portlets and Faces components, and between portlets and the page. A user can build portals using a variety of different technologies and approaches and open 8

9 industry standards for portal-building. CIMS' specific Portal is displayed in Figure 3. CIMS' Oracle Based Portal Figure 3: CIMS Oracle Based Portal The CIMS' specific WebCenter Portal is depicted in Figure 4. CIMS' Oracle WebCenter Portal Topology Figure 4: CIMS' Oracle based WebCenter Portal Topology Figure 1: CIMS... 3 Figure 2 Application Development Framework (ADF)... 4 Figure 3: CIMS Oracle Based Portal... 9 Figure 4: CIMS' Oracle based WebCenter Portal Topology

10 10

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

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

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

X100 ARCHITECTURE REFERENCES:

X100 ARCHITECTURE REFERENCES: UNION SYSTEMS GLOBAL This guide is designed to provide you with an highlevel overview of some of the key points of the Oracle Fusion Middleware Forms Services architecture, a component of the Oracle Fusion

More information

Deploying Fusion Middleware in a 100% Virtual Environment Using OVM

Deploying Fusion Middleware in a 100% Virtual Environment Using OVM Deploying Fusion Middleware in a 100% Virtual Environment Using OVM Executive Overview Andy Weaver, Fishbowl Solutions The Oracle Fusion Middleware stack encompasses many different software products that

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

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 SOA Suite 12c: Build Composite Applications

Oracle SOA Suite 12c: Build Composite Applications Oracle University Contact Us: Landline: +91 80 67863899 Toll Free: 0008004401672 Oracle SOA Suite 12c: Build Composite Applications Duration: 5 Days What you will learn This Oracle SOA Suite 12c: Build

More information

1 enterprise. Oracle BAM 11gR1 Handbook. Activity Monitoring. Your essential BAM sidekick for monitoring, alerting,

1 enterprise. Oracle BAM 11gR1 Handbook. Activity Monitoring. Your essential BAM sidekick for monitoring, alerting, Oracle BAM 11gR1 Handbook Your essential BAM sidekick for monitoring, alerting, and application best practices with Oracle Business Activity Monitoring Pete Wang PUBLISHING 1 enterprise I professional

More information

Building the Enterprise

Building the Enterprise Building the Enterprise The Tools of Java Enterprise Edition 2003-2007 DevelopIntelligence LLC Presentation Topics In this presentation, we will discuss: Overview of Java EE Java EE Platform Java EE Development

More information

Oracle Fusion Middleware

Oracle Fusion Middleware Oracle Fusion Middleware 2 Day Administration Guide 11g Release 1 (11.1.1) E10064-04 March 2013 An administration quick-start guide that teaches you how to perform day-to-day administrative tasks for Oracle

More information

Oracle SOA Suite 10g: Services Orchestration

Oracle SOA Suite 10g: Services Orchestration Oracle University Contact Us: 01 800 214 0697 Oracle SOA Suite 10g: Services Orchestration Duration: 5 Days What you will learn This course deals with the basic concepts of Service Orchestration (SOA)

More information

Maximum Availability Architecture

Maximum Availability Architecture Best Practices for Oracle WebCenter Custom Portal Apps in an Enterprise Topology Oracle Maximum Availability Architecture White Paper September 2012 Maximum Availability Architecture Oracle Best Practices

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 SOA Suite 12c : Build Composite Applications

Oracle SOA Suite 12c : Build Composite Applications Oracle University Contact Us: Local: 1800 103 4775 Intl: +91 80 67863102 Oracle SOA Suite 12c : Build Composite Applications Duration: 5 Days What you will learn This course teaches you to design and develop

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

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

Oracle WebLogic Server 11g: Administration Essentials

Oracle WebLogic Server 11g: Administration Essentials Oracle University Contact Us: +33 (0) 1 57 60 20 81 Oracle WebLogic Server 11g: Administration Essentials Duration: 5 Days What you will learn This Oracle WebLogic Server 11g: Administration Essentials

More information

The End of the Beginning: Deploying Applications to WebLogic Server Using JDeveloper and WLS Console. Don t get it right, just get it written.

The End of the Beginning: Deploying Applications to WebLogic Server Using JDeveloper and WLS Console. Don t get it right, just get it written. The End of the Beginning: Deploying Applications to WebLogic Server Using JDeveloper and WLS Console Peter Koletzke Technical Director & Principal Instructor Co-author: Duncan Mills, Oracle Moral Don t

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

Vision of J2EE. Why J2EE? Need for. J2EE Suite. J2EE Based Distributed Application Architecture Overview. Umair Javed 1

Vision of J2EE. Why J2EE? Need for. J2EE Suite. J2EE Based Distributed Application Architecture Overview. Umair Javed 1 Umair Javed 2004 J2EE Based Distributed Application Architecture Overview Lecture - 2 Distributed Software Systems Development Why J2EE? Vision of J2EE An open standard Umbrella for anything Java-related

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

Question No: 1 In which file should customization classes be specified in the cust-config section (under mds-config)?

Question No: 1 In which file should customization classes be specified in the cust-config section (under mds-config)? Volume: 80 Questions Question No: 1 In which file should customization classes be specified in the cust-config section (under mds-config)? A. web.xml B. weblogic.xml C. adf-config.xml D. adfm.xml Question

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

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

Oracle Fusion Applications

Oracle Fusion Applications Oracle Fusion Applications Concepts Guide 11g Release 5 (11.1.5) E15525-05 August 2012 Documentation for system administrators and developers that describes the core infrastructure components for Oracle

More information

Oracle WebCenter Portal. Starting Points for Oracle WebCenter Portal Installation

Oracle WebCenter Portal. Starting Points for Oracle WebCenter Portal Installation Oracle WebCenter Portal Installation and Configuration Roadmap 11g Release 1 (11.1.1.8.0) for Windows E22628-04 July 2013 This documentation roadmap provides instructions on how to install, upgrade, and/or

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

Just Get it Written: Deploying Applications to WebLogic Server Using JDeveloper and WLS Console. Don t get it right, just get it written.

Just Get it Written: Deploying Applications to WebLogic Server Using JDeveloper and WLS Console. Don t get it right, just get it written. Just Get it Written: Deploying Applications to WebLogic Server Using JDeveloper and WLS Console Peter Koletzke Technical Director & Principal Instructor Co-author: Duncan Mills, Oracle Moral Don t get

More information

Just Get it Written: Deploying Applications to WebLogic Server Using JDeveloper and WLS Console. Don t get it right, just get it written.

Just Get it Written: Deploying Applications to WebLogic Server Using JDeveloper and WLS Console. Don t get it right, just get it written. Just Get it Written: Deploying Applications to WebLogic Server Using JDeveloper and WLS Console Peter Koletzke Technical Director & Principal Instructor Co-author: Duncan Mills, Oracle Moral Don t get

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

<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

Building Multi-Language Portals. Copyright 2011, Oracle and/or its affiliates. All rights reserved.

Building Multi-Language Portals. Copyright 2011, Oracle and/or its affiliates. All rights reserved. Building Multi-Language Portals The goal of this module is to teach you about functionality introduced in Oracle WebCenter 11g R1 (11.1.1.4), commonly referred to as PS3. The product itself will be rebranded

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

Oracle Fusion Middleware Planning an Installation of Oracle Fusion Middleware. 12c ( )

Oracle Fusion Middleware Planning an Installation of Oracle Fusion Middleware. 12c ( ) Oracle Fusion Middleware Planning an Installation of Oracle Fusion Middleware 12c (12.2.1.3) E80584-01 August 2017 Oracle Fusion Middleware Planning an Installation of Oracle Fusion Middleware, 12c (12.2.1.3)

More information

Oracle SOA Suite 11g: Build Composite Applications

Oracle SOA Suite 11g: Build Composite Applications Oracle University Contact Us: Landline: +91 80 67863899 Toll Free: 0008004401672 Oracle SOA Suite 11g: Build Composite Applications Duration: 5 Days What you will learn This course teaches you to design

More information

Don t get it right, just get it written.

Don t get it right, just get it written. Just Get it Written: Deploying Applications to WebLogic Server Using JDeveloper and WLS Console Peter Koletzke Technical Director & Principal Instructor (coauthored by Duncan Mills, Oracle) Moral Don t

More information

Oracle WebCenter Portal

Oracle WebCenter Portal Oracle WebCenter Portal Installation and Configuration Roadmap 11g Release 1 (11.1.1.6.0) for Windows E22628-02 November 2011 Welcome to Oracle WebCenter Portal! Use this documentation roadmap to find

More information

Fusion Cloud Technologies

Fusion Cloud Technologies Fusion Cloud Technologies #502,Mahindra Residency,Near Aditya Trade Center,Ameerpet HYDERABAD Ph:91+7386767925,7386767985 WebCenter Portal 1) Creating an Enterprise Portal with WebCenter Preparing JDeveloper

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

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

<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

Lyudmil Pelov, A-Team, Oracle December Development Lifecycle for Task Flows in Oracle WebCenter Portal 11gR1 version

Lyudmil Pelov, A-Team, Oracle December Development Lifecycle for Task Flows in Oracle WebCenter Portal 11gR1 version Lyudmil Pelov, A-Team, Oracle December 2013 Development Lifecycle for Task Flows in Oracle WebCenter Portal 11gR1 version 11.1.1.8.0 Table of Contents Introduction...3 About the Examples Used in This Paper...3

More information

Oracle WebLogic Server 11g: Overview for WLS Administrators

Oracle WebLogic Server 11g: Overview for WLS Administrators Oracle WebLogic Server 11g: Overview for WLS Administrators Student Guide D60811GC10 Edition 1.0 July 2009 D61310 Authors Steve Friedberg T J Palazzolo Shankar Raman Technical Contributors and Reviewers

More information

Oracle Fusion Applications

Oracle Fusion Applications Oracle Fusion Applications Concepts Guide 11g Release 1 (11.1.1.5.0) E15525-01 August 2011 Oracle Fusion Applications Concepts Guide, 11g Release 1 (11.1.1.5.0) E15525-01 Copyright 2011, Oracle and/or

More information

Chapter 1 GETTING STARTED. SYS-ED/ Computer Education Techniques, Inc.

Chapter 1 GETTING STARTED. SYS-ED/ Computer Education Techniques, Inc. Chapter 1 GETTING STARTED SYS-ED/ Computer Education Techniques, Inc. Objectives You will learn: WSAD. J2EE business topologies. Workbench. Project. Workbench components. Java development tools. Java projects

More information

Developing an ADF 11g client for Agile PLM. Developing an ADF 11g client for Agile PLM

Developing an ADF 11g client for Agile PLM. Developing an ADF 11g client for Agile PLM Table of Contents 1 LAB OVERVIEW... 3 2 GETTING STARTED... 4 2.1 Starting Oracle JDeveloper 11gR1... 4 3 CREATE THE ADF CLIENT... 5 3.1 Create the ADF Application... 5 3.2 Create the Web Service Data Control...

More information

IBM Maximo Anywhere Version 7 Release 6. Planning, installation, and deployment IBM

IBM Maximo Anywhere Version 7 Release 6. Planning, installation, and deployment IBM IBM Maximo Anywhere Version 7 Release 6 Planning, installation, and deployment IBM Note Before using this information and the product it supports, read the information in Notices on page 65. This edition

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

JDeveloper Downloading a Workspace for WebCenter Spaces Development

JDeveloper Downloading a Workspace for WebCenter Spaces Development 49 49Extending WebCenter Spaces Using JDeveloper Note: This PDF contains important updates to the current version of Chapter 49 Developer s Guide for WebCenter on Oracle Technology Network (OTN). The OTN

More information

Installation Guide for Oracle WebCenter Portal 11g Release 1 ( )

Installation Guide for Oracle WebCenter Portal 11g Release 1 ( ) [1]Oracle Fusion Middleware Installation Guide for Oracle WebCenter Portal 11g Release 1 (11.1.1.8.3) E12001-18 November 2015 Documentation for installers and system administrators that describes how to

More information

Migrating an Oracle WebCenter Portal Framework Application to the Oracle WebCenter Portal Server

Migrating an Oracle WebCenter Portal Framework Application to the Oracle WebCenter Portal Server Migrating an Oracle WebCenter Portal Framework Application to the Oracle WebCenter Portal Server Part 1 Migrating an application and its page and reusable components Table of Contents Introduction 2 Assumptions

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

Oracle WebLogic Server 12c: Administration I

Oracle WebLogic Server 12c: Administration I Oracle WebLogic Server 12c: Administration I Duration 5 Days What you will learn This Oracle WebLogic Server 12c: Administration I training teaches you how to install and configure Oracle WebLogic Server

More information

ORACLE FUSION MIDDLEWARE MAPVIEWER

ORACLE FUSION MIDDLEWARE MAPVIEWER ORACLE FUSION MIDDLEWARE MAPVIEWER 10.1.3.3 MAPVIEWER KEY FEATURES Component of Fusion Middleware Integration with Oracle Spatial, Oracle Locator Support for two-dimensional vector geometries stored in

More information

IBM Maximo Anywhere Version 7 Release 6. Planning, installation, and deployment IBM

IBM Maximo Anywhere Version 7 Release 6. Planning, installation, and deployment IBM IBM Maximo Anywhere Version 7 Release 6 Planning, installation, and deployment IBM Note Before using this information and the product it supports, read the information in Notices on page 71. This edition

More information

Oracle Fusion Middleware

Oracle Fusion Middleware Oracle Fusion Middleware Administrator's Guide for Oracle Application Development Framework 11g Release 1 (11.1.1.7.0) E15470-10 June 2013 Documentation for Oracle Application Development Framework (Oracle

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 Data Integrator 12c: Integration and Administration

Oracle Data Integrator 12c: Integration and Administration Oracle University Contact Us: Local: 1800 103 4775 Intl: +91 80 67863102 Oracle Data Integrator 12c: Integration and Administration Duration: 5 Days What you will learn Oracle Data Integrator is a comprehensive

More information

Oracle Fusion Middleware

Oracle Fusion Middleware Oracle Fusion Middleware Planning an Installation of Oracle Fusion Middleware 12c (12.2.1.2) E76887-02 November 2016 Documentation for installers and system administrators that describes how to plan and

More information

B. Assets are shared-by-copy by default; convert the library into *.jar and configure it as a shared library on the server runtime.

B. Assets are shared-by-copy by default; convert the library into *.jar and configure it as a shared library on the server runtime. Volume A~B: 114 Questions Volume A 1. Which component type must an integration solution developer define for a non-sca component such as a Servlet that invokes a service component interface? A. Export

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

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 Fusion Middleware

Oracle Fusion Middleware Oracle Fusion Middleware Installing and Configuring Oracle SOA Suite and Oracle Business Process Management 12c (12.2.1) E57273-07 October 2016 Documentation for installers and system administrators that

More information

White Paper. Major Performance Tuning Considerations for Weblogic Server

White Paper. Major Performance Tuning Considerations for Weblogic Server White Paper Major Performance Tuning Considerations for Weblogic Server Table of Contents Introduction and Background Information... 2 Understanding the Performance Objectives... 3 Measuring your Performance

More information

Oracle Data Integrator 12c: Integration and Administration

Oracle Data Integrator 12c: Integration and Administration Oracle University Contact Us: +34916267792 Oracle Data Integrator 12c: Integration and Administration Duration: 5 Days What you will learn Oracle Data Integrator is a comprehensive data integration platform

More information

EM 12c: Broadest, Most Complete Range of Enterprise Services

EM 12c: Broadest, Most Complete Range of Enterprise Services Enterprise Manager 12c Cloud Taxonomy EM Product Management 1 Copyright 2011, Oracle and/or its affiliates. All rights EM 12c: Broadest, Most Complete Range of Enterprise Services Self-Service Application/

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

Oracle Fusion Middleware

Oracle Fusion Middleware Oracle Fusion Middleware Upgrade Guide for Oracle SOA Suite, WebCenter Portal, and ADF 11g Release 1 (11.1.1.7.0) E10127-07 March 2013 Oracle Fusion Middleware Upgrade Guide for Oracle SOA Suite, WebCenter

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

Oracle Fusion Middleware

Oracle Fusion Middleware Oracle Fusion Middleware User's Guide for Oracle Business Process Management 11g Release 1 (11.1.1.4.0) E15175-03 January 2011 Oracle Fusion Middleware User's Guide for Oracle Business Process Management

More information

Oracle Bpel Process Manager Installation Guide 11g

Oracle Bpel Process Manager Installation Guide 11g Oracle Bpel Process Manager Installation Guide 11g Fusion Middleware Developer's Guide for Oracle SOA Suite When a sensor is triggered by Oracle BPEL Process Manager, a new sensor value for. BPEL process

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

Oracle Fusion Middleware

Oracle Fusion Middleware Oracle Fusion Middleware Administering Oracle ADF Applications 12c (12.1.3) E41272-02 November 2015 Documentation for Oracle Application Development Framework (Oracle ADF) administrators that describes

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

Release Notes for Oracle WebCenter Portal

Release Notes for Oracle WebCenter Portal Oracle Fusion Middleware Release Notes for Oracle WebCenter Portal 12c (12.2.1.1) E76089-02 April 2017 Release Notes for Oracle WebCenter Portal Learn about the issues you may encounter when using Oracle

More information

Boris Tomašković. Senior business consultant

Boris Tomašković. Senior business consultant What s New in Universal Content Management Boris Tomašković Senior business consultant 1 Savjetodavne i edukacijske IT usluge Implementacija složenih IT sustava Uvođenje standarda ISO9000 9000, ISO20000,

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

Oracle Fusion Middleware

Oracle Fusion Middleware Oracle Fusion Middleware Disaster Recovery Guide 11g Release 1 (11.1.1) E15250-02 September 2010 Oracle Fusion Middleware Disaster Recovery Guide, 11g Release 1 (11.1.1) E15250-02 Copyright 2009, 2010,

More information

Oracle Fusion Middleware

Oracle Fusion Middleware Oracle Fusion Middleware Disaster Recovery Guide 11g Release 1 (11.1.1) E15250-06 March 2013 This document provides Disaster Recovery solutions for Oracle Fusion Middleware products. Oracle Fusion Middleware

More information

Just Get it Written: Deploying Applications to WebLogic Server Using JDeveloper and WLS Console. Don t get it right, just get it written.

Just Get it Written: Deploying Applications to WebLogic Server Using JDeveloper and WLS Console. Don t get it right, just get it written. Just Get it Written: Deploying Applications to WebLogic Server Using JDeveloper and WLS Console Peter Koletzke Technical Director & Principal Instructor Co-author: Duncan Mills, Oracle Moral Don t get

More information

United Kingdom Fusion Middleware Training. July December ORACLE United Kingdom Telephone:

United Kingdom Fusion Middleware Training. July December ORACLE United Kingdom Telephone: United Kingdom Fusion Middleware Training July December 2014 ORACLE United Kingdom Telephone: +44 11 89 249 066 www.oracle.com/uk/education Plán Fusion školení: Middleware Prosinec Training: 2013 Červen

More information

IBM Operational Decision Manager Version 8 Release 5. Configuring Operational Decision Manager on WebLogic

IBM Operational Decision Manager Version 8 Release 5. Configuring Operational Decision Manager on WebLogic IBM Operational Decision Manager Version 8 Release 5 Configuring Operational Decision Manager on WebLogic Note Before using this information and the product it supports, read the information in Notices

More information

Oracle Fusion Middleware Installing and Configuring Oracle SOA Suite and Oracle Business Process Management. 12c ( )

Oracle Fusion Middleware Installing and Configuring Oracle SOA Suite and Oracle Business Process Management. 12c ( ) Oracle Fusion Middleware Installing and Configuring Oracle SOA Suite and Oracle Business Process Management 12c (12.2.1.3.0) E95730-01 May 2018 Oracle Fusion Middleware Installing and Configuring Oracle

More information

Oracle Fusion Middleware

Oracle Fusion Middleware Oracle Fusion Middleware Upgrading to the Oracle Fusion Middleware Infrastructure 12c (12.1.3) E48304-02 July 2014 Documentation for Oracle Fusion Middleware administrators who want to upgrade to the Oracle

More information

1Z0-560 Oracle Unified Business Process Management Suite 11g Essentials

1Z0-560 Oracle Unified Business Process Management Suite 11g Essentials 1Z0-560 Oracle Unified Business Process Management Suite 11g Essentials Number: 1Z0-560 Passing Score: 650 Time Limit: 120 min File Version: 1.0 http://www.gratisexam.com/ 1Z0-560: Oracle Unified Business

More information

What every DBA needs to know about JDBC connection pools Bridging the language barrier between DBA and Middleware Administrators

What every DBA needs to know about JDBC connection pools Bridging the language barrier between DBA and Middleware Administrators Presented at What every DBA needs to know about JDBC connection pools Bridging the language barrier between DBA and Middleware Administrators Jacco H. Landlust Platform Architect Director Oracle Consulting

More information

Introduction. Enterprise Java Instructor: Please introduce yourself Name Experience in Java Enterprise Edition Goals you hope to achieve

Introduction. Enterprise Java Instructor: Please introduce yourself Name Experience in Java Enterprise Edition Goals you hope to achieve Enterprise Java Introduction Enterprise Java Instructor: Please introduce yourself Name Experience in Java Enterprise Edition Goals you hope to achieve Course Description This course focuses on developing

More information

A. ORA addresses all four (Business, Application, Information, and Technical) equally.

A. ORA addresses all four (Business, Application, Information, and Technical) equally. Volume: 176 Questions Question No : 1 Enterprise Architecture consists of Business Architecture, Application Architecture, Information, Architecture and Technical Architecture (BAIT). Which statement best

More information

WHITE PAPER. Portal Migration. Bhudev Kumar, Senior Technology Architect, Infosys

WHITE PAPER. Portal Migration. Bhudev Kumar, Senior Technology Architect, Infosys WHITE PAPER Portal Migration Bhudev Kumar, Senior Technology Architect, Infosys Executive summary The evolution of enterprise portal products with changing business needs and trends, has threatened the

More information

Oracle SOA Suite 11g: Build Composite Applications

Oracle SOA Suite 11g: Build Composite Applications Oracle University Contact Us: 1.800.529.0165 Oracle SOA Suite 11g: Build Composite Applications Duration: 5 Days What you will learn This course covers designing and developing SOA composite applications

More information

Setup Middleware as a Service using EM12c

Setup Middleware as a Service using EM12c Setup Middleware as a Service using EM12c Date: 20/11/12 Author: Rob Zoeteweij http://oemgc.wordpress.com This paper will guide you through the steps necessary to allow your users to use Middleware as

More information

Installing and Configuring Oracle HTTP Server 12c (12.1.3)

Installing and Configuring Oracle HTTP Server 12c (12.1.3) [1]Oracle Fusion Middleware Installing and Configuring Oracle HTTP Server 12c (12.1.3) E48247-03 January 2015 Documentation for installers and system administrators that describes how to install and configure

More information

Oracle Fusion Middleware

Oracle Fusion Middleware Oracle Fusion Middleware Creating Domains Using the Configuration Wizard 11g Release 1 (10.3.4) E14140-04 January 2011 This document describes how to use the Configuration Wizard to create, update, and

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

Oracle WebCenter Portal 11g Developer Workshop

Oracle WebCenter Portal 11g Developer Workshop Oracle WebCenter Portal 11g Developer Workshop Lab 11 Creating The Patient Chart Task Flow Page 1 of 45 Overview In the previous lab, you developed and deployed a portlet to the portal. In this lab, you

More information

Extensibility Guide Oracle Financial Services Lending and Leasing Release [October] [2013] Part No. E

Extensibility Guide Oracle Financial Services Lending and Leasing Release [October] [2013] Part No. E Extensibility Guide Oracle Financial Services Lending and Leasing Release 14.1.0.0.0 [October] [2013] Part No. E51268-01 Table of Contents 1. PREFACE... 1-2 1.1 AUDIENCE... 1-2 1.2 CONVENTIONS USED...

More information

Oracle Fusion Middleware

Oracle Fusion Middleware Oracle Fusion Middleware Understanding Oracle Fusion Middleware 12.2.1.1 E68390-02 July 2016 An overview of Oracle Fusion Middleware architecture and its key concepts. It also includes an introduction

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

Oracle Fusion Middleware

Oracle Fusion Middleware Oracle Fusion Middleware Security and Administrator s Guide for Web Services 11g Release 1 (11.1.1) B32511-01 May 2009 This document describes how to administer and secure Web services using Enterprise

More information