Oracle Fusion Middleware Tutorial for Running and Building an Application with Oracle SOA Suite, 11G Release 1 (11.1.1) E10275-02

Total Page:16

File Type:pdf, Size:1020Kb

Oracle Fusion Middleware Tutorial for Running and Building an Application with Oracle SOA Suite, 11G Release 1 (11.1.1) E10275-02 Oracle® Fusion Middleware Tutorial for Running and Building an Application with Oracle SOA Suite 11g Release 1 (11.1.1) E10275-02 August 2009 Oracle Fusion Middleware Tutorial for Running and Building an Application with Oracle SOA Suite, 11g Release 1 (11.1.1) E10275-02 Copyright © 2009, Oracle and/or its affiliates. All rights reserved. Primary Author: Deborah Steiner Contributor: Heidi Buelow, Ananda Channaiah, Vamsee Goruganthu, Mark Kennedy, Greg Mally, Lynn Munsinger, Prasen Palvankar, Marja-Liisa Ranta, Clemens Utschig This software and related documentation are provided under a license agreement containing restrictions on use and disclosure and are protected by intellectual property laws. Except as expressly permitted in your license agreement or allowed by law, you may not use, copy, reproduce, translate, broadcast, modify, license, transmit, distribute, exhibit, perform, publish, or display any part, in any form, or by any means. Reverse engineering, disassembly, or decompilation of this software, unless required by law for interoperability, is prohibited. The information contained herein is subject to change without notice and is not warranted to be error-free. If you find any errors, please report them to us in writing. If this software or related documentation is delivered to the U.S. Government or anyone licensing it on behalf of the U.S. Government, the following notice is applicable: U.S. GOVERNMENT RIGHTS Programs, software, databases, and related documentation and technical data delivered to U.S. Government customers are "commercial computer software" or "commercial technical data" pursuant to the applicable Federal Acquisition Regulation and agency-specific supplemental regulations. As such, the use, duplication, disclosure, modification, and adaptation shall be subject to the restrictions and license terms set forth in the applicable Government contract, and, to the extent applicable by the terms of the Government contract, the additional rights set forth in FAR 52.227-19, Commercial Computer Software License (December 2007). Oracle USA, Inc., 500 Oracle Parkway, Redwood City, CA 94065. This software is developed for general use in a variety of information management applications. It is not developed or intended for use in any inherently dangerous applications, including applications which may create a risk of personal injury. If you use this software in dangerous applications, then you shall be responsible to take all appropriate fail-safe, backup, redundancy, and other measures to ensure the safe use of this software. Oracle Corporation and its affiliates disclaim any liability for any damages caused by use of this software in dangerous applications. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners. This software and documentation may provide access to or information on content, products, and services from third parties. Oracle Corporation and its affiliates are not responsible for and expressly disclaim all warranties of any kind with respect to third-party content, products, and services. Oracle Corporation and its affiliates will not be responsible for any loss, costs, or damages incurred due to your access to or use of third-party content, products, or services. Contents Preface ................................................................................................................................................................. xi Audience....................................................................................................................................................... xi Documentation Accessibility..................................................................................................................... xi Related Documents .................................................................................................................................... xii Conventions ................................................................................................................................................ xii 1 Introduction to the SOA Sample Application 1.1 Introduction to Fusion Order Demo ........................................................................................ 1-1 1.2 Setting Up the Development Environment for Creating the WebLogic Fusion Order Demo Application ..................................................................................................................... 1-2 1.2.1 Task 1: Install Oracle JDeveloper Studio ......................................................................... 1-2 1.2.2 Task 2: Install the Fusion Order Demo Application....................................................... 1-2 1.2.3 Task 3: Install Oracle SOA Suite ........................................................................................ 1-2 1.2.4 Task 4: Create a Connection to an Oracle WebLogic Server ......................................... 1-5 1.3 Viewing the WebLogicFusionOrderDemo Application Artifacts ....................................... 1-6 1.4 Understanding the OrderBookingComposite Flow............................................................... 1-7 2 Running the Sample Application 2.1 Deploying the Fusion Order Demo Applications .................................................................. 2-1 2.1.1 Task 1: Install the Schema for the Fusion Order Demo Application............................ 2-1 2.1.2 Task 2: Deploy the Store Front Module............................................................................ 2-2 2.1.3 Task 3: Deploy the WebLogic Fusion Order Demo Application .................................. 2-4 2.2 Placing Two Orders in the Store Front .................................................................................... 2-6 2.3 Starting Fusion Middleware Control to Monitor Orders................................................... 2-10 2.4 Monitoring the First Order ..................................................................................................... 2-10 2.5 Monitoring the Second Order ................................................................................................ 2-18 2.5.1 Task 1: View the Order in the Fusion Middleware Control....................................... 2-18 2.5.2 Task 2: Use the Oracle BPM Worklist to Approve the Order .................................... 2-21 2.5.3 Task 3: View the Approval in the Fusion Middleware Control................................. 2-21 2.6 Undeploying the Composites for the WebLogic Fusion Order Demo Application ...... 2-23 3 Creating the SOA Application 3.1 About the PartnerSupplierComposite Composite................................................................. 3-1 3.2 Creating the WebLogicFusionOrderDemo Application and the PartnerSupplierComposite Composite ....................................................................................................................... 3-2 v 3.2.1 Task 1: Create the WebLogicFusionOrderDemo Application and the PartnerSupplierComposite Composite 3-2 3.2.2 Task 2: Create the ExternalPartnerSupplier BPEL Process............................................ 3-3 3.2.3 Task 3: Modify the ExternalPartnerSupplier BPEL Process .......................................... 3-6 3.2.4 Task 4: Deploy the PartnerSupplierComposite Composite........................................... 3-9 3.2.5 Task 6: Initiate a Test Instance for the PartnerSupplierComposite Composite.......... 3-9 4 Creating the OrderBookingComposite Composite 4.1 About the OrderBookingComposite Composite.................................................................... 4-1 4.2 Approaches for Creating OrderBookingComposite.............................................................. 4-4 4.3 Creating the OrderBookingComposite Project....................................................................... 4-5 4.3.1 Task 1: Create the OrderBookingComposite Project ...................................................... 4-5 4.3.2 Task 2: Create the OrderProcessor BPEL Process ........................................................... 4-5 4.3.3 Task 3: Add the ADF Business Components Service Runtime Library....................... 4-8 4.4 About the OrderProcessor Process........................................................................................... 4-8 5 Creating the First Half of the OrderProcessor BPEL Process 5.1 Overview of Tasks for Creating the First Half of OrderProcessor ...................................... 5-1 5.2 Copying Services Used by the OrderProcessor BPEL Process............................................. 5-2 5.3 Adding the StoreFrontService Service ..................................................................................... 5-3 5.3.1 Task 1: Copy the WSDL Needed for StoreFrontService................................................. 5-3 5.3.2 Task 2: Create a Web Service for StoreFrontService....................................................... 5-3 5.4 Wiring the OrderProcessor BPEL Process to the StoreFrontService Service...................... 5-5 5.5 Creating the gOrderInfoVariable Variable ............................................................................. 5-6 5.6 Creating the Scope_RetrieveOrder Scope ............................................................................... 5-8 5.6.1 Task 1: Add the Scope_RetrieveOrder Scope .................................................................. 5-9 5.6.2 Task 2: Create findOrderById Bind Entity Activity ......................................................
Recommended publications
  • Developing Applications with Oracle Jdeveloper 12C (12.2.1.2) E76675-01
    Oracle® Fusion Middleware Developing Applications with Oracle JDeveloper 12c (12.2.1.2) E76675-01 Septermber 2016 Documentation for Oracle JDeveloper users that describes how to use the JDeveloper IDE and provides detailed information on the functionality available within it. Oracle Fusion Middleware Developing Applications with Oracle JDeveloper, 12c (12.2.1.2) E76675-01 Copyright © 2011, 2016, Oracle and/or its affiliates. All rights reserved. Primary Author: Akhilesh Swarnkaar This software and related documentation are provided under a license agreement containing restrictions on use and disclosure and are protected by intellectual property laws. Except as expressly permitted in your license agreement or allowed by law, you may not use, copy, reproduce, translate, broadcast, modify, license, transmit, distribute, exhibit, perform, publish, or display any part, in any form, or by any means. Reverse engineering, disassembly, or decompilation of this software, unless required by law for interoperability, is prohibited. The information contained herein is subject to change without notice and is not warranted to be error-free. If you find any errors, please report them to us in writing. If this is software or related documentation that is delivered to the U.S. Government or anyone licensing it on behalf of the U.S. Government, then the following notice is applicable: U.S. GOVERNMENT END USERS: Oracle programs, including any operating system, integrated software, any programs installed on the hardware, and/or documentation, delivered to U.S. Government end users are "commercial computer software" pursuant to the applicable Federal Acquisition Regulation and agency- specific supplemental regulations. As such, use, duplication, disclosure, modification, and adaptation of the programs, including any operating system, integrated software, any programs installed on the hardware, and/or documentation, shall be subject to license terms and license restrictions applicable to the programs.
    [Show full text]
  • Oracle Fusion Middleware Statement of Direction
    Data Sheet Fusion Middleware Statement of Direction Guidance on future product plans for the Fusion Middleware product family. April 2021 Copyright © 2021, Oracle and/or its affiliates Public 1 Fusion Middleware, Statement of Direction, March 2021 Copyright © 2021, Oracle and/or its affiliates Disclaimer The following is intended to outline our general product direction. It is intended for informational 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. Fusion Middleware Statement of Direction Oracle Fusion Middleware directions Oracle Fusion Middleware is Oracle’s digital business platform for the enterprise. It enables businesses to efficiently create and run agile, intelligent applications in client-server, web and cloud environments. Oracle’s strategy for Fusion Middleware is to continue to modernize the platform while providing bridging technologies to cloud native application development and deployment. Fusion Middleware customers can continue to enjoy superior application performance, reliability, and security today with a clear path to next-generation cloud technologies when ready to make that move. Oracle Fusion Middleware customers can migrate to the cloud at their own pace while continuing to receive support for their existing license software for many years to come. Oracle plans no forced upgrades or migrations. Release details WebLogic Server and Coherence 14.1.1, which began shipping in March 2020, are the first product releases in the Oracle Fusion Middleware 14.1 product line.
    [Show full text]
  • Administrator's Guide for Conversion 11G Release 1 (11.1.1) E10800-02
    Oracle® WebCenter Content Administrator's Guide for Conversion 11g Release 1 (11.1.1) E10800-02 November 2011 Oracle WebCenter Content Administrator's Guide for Conversion, 11g Release 1 (11.1.1) E10800-02 Copyright © 2010, 2011 Oracle and/or its affiliates. All rights reserved. Primary Author: Bruce Silver Contributing Author: Eric Raney Contributor: Brian Bergstrom This software and related documentation are provided under a license agreement containing restrictions on use and disclosure and are protected by intellectual property laws. Except as expressly permitted in your license agreement or allowed by law, you may not use, copy, reproduce, translate, broadcast, modify, license, transmit, distribute, exhibit, perform, publish, or display any part, in any form, or by any means. Reverse engineering, disassembly, or decompilation of this software, unless required by law for interoperability, is prohibited. The information contained herein is subject to change without notice and is not warranted to be error-free. If you find any errors, please report them to us in writing. If this is software or related documentation that is delivered to the U.S. Government or anyone licensing it on behalf of the U.S. Government, the following notice is applicable: U.S. GOVERNMENT RIGHTS Programs, software, databases, and related documentation and technical data delivered to U.S. Government customers are "commercial computer software" or "commercial technical data" pursuant to the applicable Federal Acquisition Regulation and agency-specific supplemental regulations. As such, the use, duplication, disclosure, modification, and adaptation shall be subject to the restrictions and license terms set forth in the applicable Government contract, and, to the extent applicable by the terms of the Government contract, the additional rights set forth in FAR 52.227-19, Commercial Computer Software License (December 2007).
    [Show full text]
  • [1 ] Oracle® Fusion Middleware
    Oracle®[1] Fusion Middleware Release Notes for Oracle Coherence 12c (12.1.3) E51564-05 December 2015 Oracle Fusion Middleware Release Notes for Oracle Coherence, 12c (12.1.3) E51564-05 Copyright © 2014, 2015, Oracle and/or its affiliates. All rights reserved. This software and related documentation are provided under a license agreement containing restrictions on use and disclosure and are protected by intellectual property laws. Except as expressly permitted in your license agreement or allowed by law, you may not use, copy, reproduce, translate, broadcast, modify, license, transmit, distribute, exhibit, perform, publish, or display any part, in any form, or by any means. Reverse engineering, disassembly, or decompilation of this software, unless required by law for interoperability, is prohibited. The information contained herein is subject to change without notice and is not warranted to be error-free. If you find any errors, please report them to us in writing. If this is software or related documentation that is delivered to the U.S. Government or anyone licensing it on behalf of the U.S. Government, then the following notice is applicable: U.S. GOVERNMENT END USERS: Oracle programs, including any operating system, integrated software, any programs installed on the hardware, and/or documentation, delivered to U.S. Government end users are "commercial computer software" pursuant to the applicable Federal Acquisition Regulation and agency-specific supplemental regulations. As such, use, duplication, disclosure, modification, and adaptation of the programs, including any operating system, integrated software, any programs installed on the hardware, and/or documentation, shall be subject to license terms and license restrictions applicable to the programs.
    [Show full text]
  • Oracle Fusion Middleware Programming Enterprise Javabeans for Oracle Weblogic Server, 12C Release 1 (12.1.1) E24972-02
    Oracle® Fusion Middleware Programming Enterprise JavaBeans for Oracle WebLogic Server 12c Release 1 (12.1.1) E24972-02 January 2012 This document is a resource for software developers who develop applications that include WebLogic Server Enterprise JavaBeans (EJBs) using the Java Platform, Enterprise Edition 6. Oracle Fusion Middleware Programming Enterprise JavaBeans for Oracle WebLogic Server, 12c Release 1 (12.1.1) E24972-02 Copyright © 2007, 2012, Oracle and/or its affiliates. All rights reserved. Primary Author: Jeff Schieli This software and related documentation are provided under a license agreement containing restrictions on use and disclosure and are protected by intellectual property laws. Except as expressly permitted in your license agreement or allowed by law, you may not use, copy, reproduce, translate, broadcast, modify, license, transmit, distribute, exhibit, perform, publish, or display any part, in any form, or by any means. Reverse engineering, disassembly, or decompilation of this software, unless required by law for interoperability, is prohibited. The information contained herein is subject to change without notice and is not warranted to be error-free. If you find any errors, please report them to us in writing. If this is software or related documentation that is delivered to the U.S. Government or anyone licensing it on behalf of the U.S. Government, the following notice is applicable: U.S. GOVERNMENT RIGHTS Programs, software, databases, and related documentation and technical data delivered to U.S. Government customers are "commercial computer software" or "commercial technical data" pursuant to the applicable Federal Acquisition Regulation and agency-specific supplemental regulations. As such, the use, duplication, disclosure, modification, and adaptation shall be subject to the restrictions and license terms set forth in the applicable Government contract, and, to the extent applicable by the terms of the Government contract, the additional rights set forth in FAR 52.227-19, Commercial Computer Software License (December 2007).
    [Show full text]
  • Lifetime Support Policy: Oracle Fusion Middleware Products
    ORACLE INFORMATION-DRIVEN SUPPORT Oracle Lifetime Support Policy Oracle Fusion Middleware Oracle Fusion Middleware 8 Oracle’s Application Development Tools 10 Oracle’s GraalVM Enterprise Releases 11 Oracle Cloud Application Foundation Releases 12 Oracle’s Tangosol Coherence Releases 15 Oracle’s Sun and Glassfish Application Server Releases 15 Oracle’s Java Releases 16 Oracle’s Sun JDK Releases 17 Oracle’s Blockchain Platform Releases 17 Business Intelligence 17 Oracle Business Intelligence EE Releases 17 Oracle Analytics Server Releases 18 Oracle’s Hyperion Releases 19 Oracle’s HyperRoll Releases 24 Oracle’s Siebel Technology Releases 25 Oracle’s Siebel Applications Releases 25 Oracle Big Data Discovery Releases 26 Oracle Endeca Information Discovery Releases 26 Oracle’s Endeca Releases 27 Master Data Management and Data Integrator 28 Oracle Data Integrator Releases 30 Oracle Data Integrator (Formerly Sunopsis) Releases 30 Oracle Stream Analytics 30 Oracle’s Sun Master Data Management and Data Integrator Releases 30 Oracle’s Silver Creek and EDQP Releases 31 Oracle's Datanomic and EDQ Releases 32 Oracle WebCenter Portal Releases 33 Oracle’s Sun Portal Releases 34 Oracle WebCenter Content Releases 34 Oracle’s Stellent Releases (Enterprise Content Management) 36 Oracle’s Captovation Releases (Enterprise Content Management) 37 Oracle WebCenter Sites Releases 38 Oracle FatWire Releases (WebCenter Sites) 38 Oracle Identity and Access Management Releases 39 Oracle’s Bharosa Releases 42 Oracle’s Passlogix Releases 42 Oracle’s Bridgestream Releases
    [Show full text]
  • Oracle Technology Global Price List September 7, 2021
    Prices in USA (Dollar) Oracle Technology Global Price List September 7, 2021 This document is the property of Oracle Corporation. Any reproduction of this document in part or in whole is strictly prohibited. For educational purposes only. Subject to change without notice. 1 of 16 Section I Prices in USA (Dollar) Oracle Database Software Update Processor Software Update Named User Plus License & Support License License & Support Database Products Oracle Database Standard Edition 2 350 77.00 17,500 3,850.00 Enterprise Edition 950 209.00 47,500 10,450.00 Personal Edition 460 101.20 - - Mobile Server - - 23,000 5,060.00 NoSQL Database Enterprise Edition 200 44 10,000 2,200.00 Enterprise Edition Options: Multitenant 350 77.00 17,500 3,850.00 Real Application Clusters 460 101.20 23,000 5,060.00 Real Application Clusters One Node 200 44.00 10,000 2,200.00 Active Data Guard 230 50.60 11,500 2,530.00 Partitioning 230 50.60 11,500 2,530.00 Real Application Testing 230 50.60 11,500 2,530.00 Advanced Compression 230 50.60 11,500 2,530.00 Advanced Security 300 66.00 15,000 3,300.00 Label Security 230 50.60 11,500 2,530.00 Database Vault 230 50.60 11,500 2,530.00 OLAP 460 101.20 23,000 5,060.00 TimesTen Application-Tier Database Cache 460 101.20 23,000 5,060.00 Database In-Memory 460 101.20 23,000 5,060.00 Database Enterprise Management Diagnostics Pack 150 33.00 7,500 1,650.00 Tuning Pack 100 22.00 5,000 1,100.00 Database Lifecycle Management Pack 240 52.80 12,000 2,640.00 Data Masking and Subsetting Pack 230 50.60 11,500 2,530.00 Cloud Management
    [Show full text]
  • Planning an Installation of Oracle Fusion Middleware 12C (12.2.1.2) E76887-01
    Oracle® Fusion Middleware Planning an Installation of Oracle Fusion Middleware 12c (12.2.1.2) E76887-01 September 2016 Documentation for installers and system administrators that describes how to plan and prepare your system for installing and configuring an Oracle Fusion Middleware product. Oracle Fusion Middleware Planning an Installation of Oracle Fusion Middleware, 12c (12.2.1.2) E76887-01 Copyright © 2015, 2016, Oracle and/or its affiliates. All rights reserved. Primary Author: Phil Stubbs Contributing Authors: Peter LaQuerre This software and related documentation are provided under a license agreement containing restrictions on use and disclosure and are protected by intellectual property laws. Except as expressly permitted in your license agreement or allowed by law, you may not use, copy, reproduce, translate, broadcast, modify, license, transmit, distribute, exhibit, perform, publish, or display any part, in any form, or by any means. Reverse engineering, disassembly, or decompilation of this software, unless required by law for interoperability, is prohibited. The information contained herein is subject to change without notice and is not warranted to be error-free. If you find any errors, please report them to us in writing. If this is software or related documentation that is delivered to the U.S. Government or anyone licensing it on behalf of the U.S. Government, then the following notice is applicable: U.S. GOVERNMENT END USERS: Oracle programs, including any operating system, integrated software, any programs installed on the hardware, and/or documentation, delivered to U.S. Government end users are "commercial computer software" pursuant to the applicable Federal Acquisition Regulation and agency- specific supplemental regulations.
    [Show full text]
  • Understanding Oracle Fusion Middleware
    Oracle® Fusion Middleware Understanding Oracle Fusion Middleware 12c (12.2.1.3.0) E95510-04 November 2019 Oracle Fusion Middleware Understanding Oracle Fusion Middleware, 12c (12.2.1.3.0) E95510-04 Copyright © 2013, 2019, Oracle and/or its affiliates. All rights reserved. Primary Author: Oracle Corporation This software and related documentation are provided under a license agreement containing restrictions on use and disclosure and are protected by intellectual property laws. Except as expressly permitted in your license agreement or allowed by law, you may not use, copy, reproduce, translate, broadcast, modify, license, transmit, distribute, exhibit, perform, publish, or display any part, in any form, or by any means. Reverse engineering, disassembly, or decompilation of this software, unless required by law for interoperability, is prohibited. The information contained herein is subject to change without notice and is not warranted to be error-free. If you find any errors, please report them to us in writing. If this is software or related documentation that is delivered to the U.S. Government or anyone licensing it on behalf of the U.S. Government, then the following notice is applicable: U.S. GOVERNMENT END USERS: Oracle programs, including any operating system, integrated software, any programs installed on the hardware, and/or documentation, delivered to U.S. Government end users are "commercial computer software" pursuant to the applicable Federal Acquisition Regulation and agency- specific supplemental regulations. As such, use, duplication, disclosure, modification, and adaptation of the programs, including any operating system, integrated software, any programs installed on the hardware, and/or documentation, shall be subject to license terms and license restrictions applicable to the programs.
    [Show full text]
  • Oracle Fusion Middleware Error Messages Guide
    Oracle® WebLogic Server Error Messages Reference 12c Release 1 (12.1.1) E26117-01 December 2011 This document contains the Message Catalogs for Oracle WebLogic Server. Oracle WebLogic Server Error Messages Reference, 12c Release 1 (12.1.1) E26117-01 Copyright © 2011, Oracle and/or its affiliates. All rights reserved. This software and related documentation are provided under a license agreement containing restrictions on use and disclosure and are protected by intellectual property laws. Except as expressly permitted in your license agreement or allowed by law, you may not use, copy, reproduce, translate, broadcast, modify, license, transmit, distribute, exhibit, perform, publish, or display any part, in any form, or by any means. Reverse engineering, disassembly, or decompilation of this software, unless required by law for interoperability, is prohibited. The information contained herein is subject to change without notice and is not warranted to be error-free. If you find any errors, please report them to us in writing. If this is software or related documentation that is delivered to the U.S. Government or anyone licensing it on behalf of the U.S. Government, the following notice is applicable: U.S. GOVERNMENT RIGHTS Programs, software, databases, and related documentation and technical data delivered to U.S. Government customers are "commercial computer software" or "commercial technical data" pursuant to the applicable Federal Acquisition Regulation and agency-specific supplemental regulations. As such, the use, duplication, disclosure, modification, and adaptation shall be subject to the restrictions and license terms set forth in the applicable Government contract, and, to the extent applicable by the terms of the Government contract, the additional rights set forth in FAR 52.227-19, Commercial Computer Software License (December 2007).
    [Show full text]
  • Oracle Im Open Source Kontext - Abgrenzung Glassfish Vs
    <Insert Picture Here> Oracle im Open Source Kontext - Abgrenzung GlassFish vs. JBoss und wozu noch WebLogic? Michael Bräuer, Principal Sales Consultant 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 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. 2 Agenda • Oracle’s view on Open Source • GlassFish vs. JBoss • Weblogic: the added value you get 3 Oracle’s View on Open Source http://oss.oracle.com • Oracle is primarily driven by customer demand • Open Source is a way to develop and distribute software; it is not a strategy or a business model • Open Standards are crucial • Oracle is committed to supporting, developing, promoting, and adopting viable open source technologies • If you want to use open source for business critical areas, look for a vendor with: – Strong financials, with staying power – Enterprise-class support, including global scale and reach – Global brand – Strategic relationships with the customer 4 Oracle’s Open Source Leadership 5 GlassFish Key Features • Java EE Reference Implementation • Modular, based on OSGi • Centralized Domain Administration – Built-in instance provisioning • Strong developer adoption – Small, fast and lightweight – Embedded
    [Show full text]
  • Planning an Installation of Oracle Fusion Middleware 12C (12.2.1) E58100-01
    Oracle® Fusion Middleware Planning an Installation of Oracle Fusion Middleware 12c (12.2.1) E58100-01 October 2015 Documentation for installers and system administrators that describes how to plan and prepare your system for installing and configuring an Oracle Fusion Middleware product. Oracle Fusion Middleware Planning an Installation of Oracle Fusion Middleware, 12c (12.2.1) E58100-01 Copyright © 2015, Oracle and/or its affiliates. All rights reserved. Primary Author: Phil Stubbs Contributing Authors: Peter LaQuerre This software and related documentation are provided under a license agreement containing restrictions on use and disclosure and are protected by intellectual property laws. Except as expressly permitted in your license agreement or allowed by law, you may not use, copy, reproduce, translate, broadcast, modify, license, transmit, distribute, exhibit, perform, publish, or display any part, in any form, or by any means. Reverse engineering, disassembly, or decompilation of this software, unless required by law for interoperability, is prohibited. The information contained herein is subject to change without notice and is not warranted to be error-free. If you find any errors, please report them to us in writing. If this is software or related documentation that is delivered to the U.S. Government or anyone licensing it on behalf of the U.S. Government, then the following notice is applicable: U.S. GOVERNMENT END USERS: Oracle programs, including any operating system, integrated software, any programs installed on the hardware, and/or documentation, delivered to U.S. Government end users are "commercial computer software" pursuant to the applicable Federal Acquisition Regulation and agency- specific supplemental regulations.
    [Show full text]