Java EE 8 Themes

Total Page:16

File Type:pdf, Size:1020Kb

Java EE 8 Themes Java EE und WebLogic Roadmap die nächsten Schritte Peter Doschkinow Wolfgang Weigend ORACLE Deutschland B.V. & Co. KG November 2014 Copyright © 2014, Oracle and/or its affiliates. All rights reserved. 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 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. Copyright © 2014, Oracle and/or its affiliates. All rights reserved. 3 Agenda 1 Java EE Status 2 Java EE 8 Themes 3 WebLogic 12.1.3 and Roadmap Copyright © 2014, Oracle and/or its affiliates. All rights reserved. 4 Java EE Evolution and Status • Technology – Balance innovation, standardization, compatibility • Community – Involvement: JCP, Adopt-a-JSR HTML5, Developer Productivity • Oracle‘s stewardship Infrastructure for Cloud Deployments – Investments and delivery Ease of Enterprise Development Java Platform Lightweight Robustness Web Services 1998-2004 2005-2012 2013 - Future Copyright © 2014, Oracle and/or its affiliates. All rights reserved. 5 Java EE 7 MEETING DEVELOPER ENTERPRISE • Full implementations PRODUCTIVITY DEMANDS – GlassFish 4.x Java EE 7 – WildFly 8.x – TMAX JEUS 8 . Batch . More annotated POJOs . Concurrency • . Less boilerplate code . JAX-RS . Simplified JMS Partial implementations . Cohesive integrated . WebSockets platform . JSON – WebLogic 12.1.3 . Servlet NIO – WebSphere Liberty Profile Beta Copyright © 2014, Oracle and/or its affiliates. All rights reserved. 6 Java EE 8 Community Survey 4500+ respondents Copyright © 2014, Oracle and/or its affiliates. All rights reserved. 7 Industry Trends Copyright © 2014, Oracle and/or its affiliates. All rights reserved. 8 Java EE 8 Themes • HTML5 / Web Tier Enhancements • Ease of Development / CDI alignment • Infrastructure for running in the Cloud • Java SE 8 alignment – Utilizing Java SE 8 new features Java SE 8 Copyright © 2014, Oracle and/or its affiliates. All rights reserved. 9 HTML5 Support and Web Tier Enhancements • HTTP/2 support • Action‐based MVC • Server‐sent events – Part of HTML5 – By extending JAX-RS (already supported by Jersey) • JSON Binding – Similar to JAXB (already supported by MOXy) • JSON Processing enhancements – Track new standards JSON-Pointer and JSON-Patch Copyright © 2014, Oracle and/or its affiliates. All rights reserved. 10 HTTP/2 Address the Limitations of HTTP • HTTP/2 expected as proposed standard from IETF this month • Reduce latency – Address the Head-of-Line blocking problem • Support parallelism – Without requiring multiple connections • Retain semantics of HTTP 1.1 • Define interaction with HTTP 1.x Copyright © 2014, Oracle and/or its affiliates. All rights reserved. 11 HTTP/2 • Request/Response multiplexing over single connection – Fully bidirectional – Multiple streams • Stream prioritization • Server push • Binary framing • Header compression • Upgrade from HTTP 1.1 Copyright © 2014, Oracle and/or its affiliates. All rights reserved. 12 Servlet 4.0 HTTP/2 Features in Servlet API • Request/response multiplexing – Servlet request as HTTP/2 message • Stream prioritization – Add stream priority to HttpServletRequest • Server push • Upgrade from HTTP 1.1 • Binary framing – Hidden from API Copyright © 2014, Oracle and/or its affiliates. All rights reserved. 13 MVC 1.0 JSR 371 • Action-based Model-View-Controller architecture – Vs. component-based like JSF, Wicket, Tapestry • Glues together key Java EE technologies: – Model • CDI, Bean Validation, JPA – View • Facelets, JSP – Controller • Leverage existing technologies such as JAX-RS, ... ? Copyright © 2014, Oracle and/or its affiliates. All rights reserved. 14 Ease of Development and CDI alignment • Security interceptors • Simplified messaging through CDI-based “MDBs” • CDI improvements – Events: async, ordering, range (war, ear, server, cluster) – WebSocket scopes • Pruning of EJB 2.x client view and IIOP interoperability Copyright © 2014, Oracle and/or its affiliates. All rights reserved. 15 CDI Interceptor for Authorization Java EE Security 1.0 @IsAuthorized("hasRoles('Manager') && schedule.officeHrs") void transferFunds(); @IsAuthorized("hasRoles('Manager') && hasAttribute('directReports', employee.id)") double getSalary(long employeeId); @IsAuthorized(ruleSourceName="java:app/payrollAuthRules", rule="report") void displayReport(); Copyright © 2014, Oracle and/or its affiliates. All rights reserved. 16 Simplified messaging through CDI JMS 2.1 • New API to receive messages asynchronously • Alternative to message driven beans @RequestScoped • Simpler JMS annotations public class MyListenerComponent { – Usable by any CDI bean @JMSListener(destinationLookup="myQueue") – No need for MessageListener @Transactional public void myCallback(Message message) { implementation ... ... } } Copyright © 2014, Oracle and/or its affiliates. All rights reserved. 17 Infrastructure Modernization For On-Premise and Cloud • Java EE Management 2.0 – REST-based APIs for Management and Deployment • Java EE Security 1.0: enhance portability, flexibility, ease-of-use – Authorization – Password aliasing – User management – Role mapping – Authentication – REST authentication Copyright © 2014, Oracle and/or its affiliates. All rights reserved. 18 Java EE Management 2.0 • Update of JSR 77 (J2EE Management) • Define RESTful API to augment and/or replace current Management EJB APIs – Currently used OBJECT_NAME to become URL – Define CRUD operations for individual managed object – Server-sent events used for event support • Define RESTful API for application deployment – Focus on simple cases first – Deployment support integrated to same API with other Java EE management Copyright © 2014, Oracle and/or its affiliates. All rights reserved. 19 Java EE Security 1.0 Password aliasing • Standardized syntax for password aliases – Avoids storing passwords in clear text in code, deployment descriptors and files @DataSourceDefinition( name="java:app/MyDataSource", className="com.example.MyDataSource", ... user="duke", password="${ALIAS=dukePassword}") • Standardized secure credentials archive for bundling alias and password with the application – Used by platform as credential store for resolving alias Copyright © 2014, Oracle and/or its affiliates. All rights reserved. 20 Java EE Security 1.0 User Management • Allow application to manage its own user and groups – Without need to access server configuration • Users stored in application-specified repository (e.g., LDAP) • User service manipulates users from user source Copyright © 2014, Oracle and/or its affiliates. All rights reserved. 21 Java EE 8 JSRs Submitted More To Come . Java EE 8 Platform . JSON-P 1.1 . CDI 2.0 . Java EE Security 1.0 . JSON Binding 1.0 . Java EE Management 2.0 . JAX-RS 2.1 . JCache 1.1 . MVC 1.0 . And more to follow… . Java Servlet 4.0 . JSF 2.3 . JMS 2.1 Copyright © 2014, Oracle and/or its affiliates. All rights reserved. 22 Java EE 8 Roadmap Java EE 8 Final Proposed Final Draft Public Review Drafts Early Draft Specifications JSR Submissions Java EE 8 Planning 06/2014 01/2015 01/2015 01/2016 09/2017 Copyright © 2014, Oracle and/or its affiliates. All rights reserved. 23 Continue to participate Java EE 7 Java EE 8 14 adopted JSRs New JSRs 19 Java User Groups New Opportunities Thank You! Get Involved! Participate with us! http://glassfish.org/contribute Copyright © 2014, Oracle and/or its affiliates. All rights reserved. 24 Oracle WebLogic Server 12.1.3 . Fusion Middleware 12.1.3 Release – SOA, OSB, BPM, ADF, JDEV, CAF . Mobile, Developer Productivity – Java EE 6, JDK 7 and JDK 8, Multiple IDEs, Maven – Selected Java EE7 – JSON-P, REST, WebSocket, JPA . High Availability and Performance Server 1 Server 2 JMS JMS – DB 12c integration Dynamic Cluster – High availability enhancements Server 3 Server 3 JMS JMS – Exalogic optimizations . Cloud-Scale Management and Operations Oracle – Dynamic clusters, REST support, FMW Control RAC – Managed Coherence Servers Copyright © 2014, Oracle and/or its affiliates. All rights reserved. 25 Oracle WebLogic Server 12.1.3 - Development Java EE 6, HTML5, Tooling, Maven, Spring, Classloading, Open Source … • Java EE 6 Full Profile + select Java EE 7 • HTML5 Support • Standard Java IDE Support • Maven Integration • Java SE 7 + Java SE 8 • Developer zip distribution • Windows, Mac OSX, Linux…. • GlassFish DD Support on WebLogic • Built in Classloading Analysis Tool (CAT) • Latest Spring Framework Support CAT Copyright © 2014, Oracle and/or its affiliates. All rights reserved. 26 Oracle WebLogic 12.1.3 and Oracle Database 12c Integration for Performance, Availability, Multitenancy, Scalability WebLogic Server WebLogic, Database Integration . Active GridLink for RAC – Performance, HA, Manageability . Application Continuity . Support for Multi-Tenant Database Oracle Database Real Application Clusters (RAC) . Scalability with Database Resident Connection Pooling . Global Availability with Global Data DB Resident Application Multi-Tenant Global Data Services Connection Continuity Database Services . Optimizations with No TLOG option Pool Copyright © 2014, Oracle and/or its affiliates. All rights reserved. 27 Oracle WebLogic Server 12.1.3 Management Integration Managed Coherence Servers and Web Tier Management WebLogic or FMW Enterprise WebLogic Scripting Console
Recommended publications
  • Introduction to Oracle Weblogic Server 11G Release 1 (10.3.1)
    Oracle® Fusion Middleware Introduction to Oracle WebLogic Server 11g Release 1 (10.3.1) E13752-01 May 2009 This document provides an overview of Oracle WebLogic Server features and describes how you can use them to create enterprise-ready solutions. 1 Introduction to Oracle WebLogic Server The following sections provide a brief overview of Oracle WebLogic Server features and describe how you can use them to create enterprise-ready solutions: Note: Oracle Fusion Middleware 11g contains Oracle WebLogic Server 11g. The version number of Oracle WebLogic Server is 10.3.1. ■ Section 1.1, "The WebLogic Server Solution" ■ Section 1.2, "Programming Models" ■ Section 1.3, "High Availability" ■ Section 1.4, "System Administration" ■ Section 1.5, "Diagnostic Framework" ■ Section 1.6, "Security" ■ Section 1.7, "Oracle JRockit JVM" ■ Section 1.8, "Client Options" ■ Section 1.9, "Upgrade" ■ Section 1.10, "Integration with Oracle WebLogic Suite" ■ Section 1.11, "Integration with Other Systems" ■ Section 1.12, "Integration with Web Servers" ■ Section 1.13, "WebLogic Server API Examples and Sample Application" 1.1 The WebLogic Server Solution Oracle WebLogic Server is a scalable, enterprise-ready Java Platform, Enterprise Edition (Java EE) application server. The WebLogic Server infrastructure supports the deployment of many types of distributed applications and is an ideal foundation for building applications based on Service Oriented Architectures (SOA). SOA is a design methodology aimed at maximizing the reuse of application services. See http://www.oracle.com/technology/tech/soa/index.html. 1 The WebLogic Server complete implementation of The Sun Microsystems Java EE 5.0 specification provides a standard set of APIs for creating distributed Java applications that can access a wide variety of services, such as databases, messaging services, and connections to external enterprise systems.
    [Show full text]
  • Oracle® Toplink Release Notes Release 12C (12.1.2)
    Oracle® TopLink Release Notes Release 12c (12.1.2) E40213-01 June 2013 This chapter describes issues associated with Oracle TopLink. It includes the following topics: ■ Section 1, "TopLink Object-Relational Issues" ■ Section 2, "Oracle Database Extensions with TopLink" ■ Section 3, "Allowing Zero Value Primary Keys" ■ Section 4, "Managed Servers on Sybase with JCA Oracle Database Service" ■ Section 5, "Logging Configuration with EclipseLink Using Container Managed JPA" ■ Section 6, "Documentation Accessibility" 1 TopLink Object-Relational Issues This section contains information on the following issues: ■ Section 1.1, "Cannot set EclipseLink log level in WLS System MBean Browser" ■ Section 1.2, "UnitOfWork.release() not Supported with External Transaction Control" ■ Section 1.3, "Returning Policy for UPDATE with Optimistic Locking" ■ Section 1.4, "JDBC Drivers returning Timestamps as Strings" ■ Section 1.5, "Unit of Work does not add Deleted Objects to Change Set" 1.1 Cannot set EclipseLink log level in WLS System MBean Browser Use Oracle Enterprise Manager to set the EclipseLink log level; do not use the WLS System MBean Browser to complete this action. 1.2 UnitOfWork.release() not Supported with External Transaction Control A unit of work synchronized with a Java Transaction API (JTA) will throw an exception if it is released. If the current transaction requires its changes to not be persisted, the JTA transaction must be rolled back. When in a container-demarcated transaction, call setRollbackOnly() on the EJB/session context: @Stateless public class MySessionBean { @Resource SessionContext sc; public void someMethod() { ... 1 sc.setRollbackOnly(); } } When in a bean-demarcated transaction then you call rollback() on the UserTransaction obtained from the EJB/session context: @Stateless @TransactionManagement(TransactionManagementType.BEAN) public class MySessionBean implements SomeInterface { @Resource SessionContext sc; public void someMethod() { sc.getUserTransaction().begin(); ..
    [Show full text]
  • What's New in Oracle Weblogic Server 12.2.1.3.0
    Oracle® Fusion Middleware What's New in Oracle WebLogic Server 12.2.1.3.0 12c (12.2.1.3.0) E80396-05 April 2018 Oracle Fusion Middleware What's New in Oracle WebLogic Server 12.2.1.3.0, 12c (12.2.1.3.0) E80396-05 Copyright © 2007, 2018, 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]
  • What's New in Oracle Weblogic Server 12C Release 1 (12.1.1)
    Oracle® Fusion Middleware What's New in Oracle WebLogic Server 12c Release 1 (12.1.1) E24494-07 February 2014 Welcome to Oracle WebLogic Server. This is most significant release of WebLogic Server to date, as it is the first release of WebLogic Server that is compliant with Java Enterprise Edition 6 (Java EE 6). The following sections describe new and changed functionality in this WebLogic Server release: ■ Section 1, "JDK 7 Certification" ■ Section 2, "Java EE 6 Support" ■ Section 3, "Administration Console" ■ Section 4, "Core Server" ■ Section 5, "Enterprise Java Beans (EJBs)" ■ Section 6, "JDBC Data Sources" ■ Section 7, "Node Manager" ■ Section 8, "Resource Adapters" ■ Section 9, "Security" ■ Section 10, "Stand-alone Clients" ■ Section 11, "Web Services" ■ Section 12, "Web Server Plug-ins" ■ Section 13, "Standards Support" ■ Section 14, "Supported Configurations" ■ Section 15, "WebLogic Server Compatibility" ■ Section 16, "Documentation Accessibility" 1 JDK 7 Certification On March 15, 2012, Oracle made available an updated Oracle WebLogic Server 12.1.1 distribution. This distribution includes patches that enable Java SE Development Kit (JDK) 7 certification and provide other product optimizations. Oracle recommends use of WebLogic Server 12.1.1 with these patches applied, on both JDK 6 and JDK 7. You can obtain these patches in either of the following ways: ■ The preferred approach is to use the updated WebLogic Server 12.1.1 distribution. If you obtain the updated product distribution for WebLogic Server 12.1.1 on or after March 15, 2012, the patches are included. After you install WebLogic Server, 1 the JDK 7 certification patches are automatically applied and put in effect when using standard WebLogic Server start scripts.
    [Show full text]
  • Oracle Utilities Distributed Grid Management Installation and Configuration Guide Release 2.0 E27545-01
    Oracle Utilities Distributed Grid Management Installation and Configuration Guide Release 2.0 E27545-01 January 2012 Oracle Utilities Distributed Grid Management Installation and Configuration Guide, Release 2.0 E27545-01 Copyright © 2012 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 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).
    [Show full text]
  • Private Cloud 38 Silver Lining Simplifying Cloud Delivery by Erik Linask, Group Editorial Director, TMC 18 Cloud Security What You Should Know About Iaas Security
    View from the CLOUD by Doug Barney Rich Tehrani, Group Publisher and Editor-In-Chief ([email protected]) EDITORIAL Why MSPs Matter Doug Barney, Executive Editor ([email protected]) Erik Linask, Group Editorial Director ([email protected]) verybody knows how much the cloud matters. But what matters CONTRIBUTING EDITORS: Paula Bernier, Ashok Bindra more and more are Managed Service Providers (MSPs). After all MSPs TMC LABS E just represent a higher level of cloud services, one that adds manage- Tom Keating, Executive Technology Editor/CTO/VP ment to the mix, offloading even more work from IT. ART Alan Urkawich, Associate Vice President of Creative Lisa A. Mellers, Graphic Designer EXECUTIVE OFFICERS That’s why some estimates have it that 75 cloud lets IT focus on CloudOps, and Nadji Tehrani, Chairman and Founder percent of companies already use some here IT is far more strategic. Rich Tehrani, Chief Executive Officer form of managed service. Dave Rodriguez, President Michael Genaro, Executive Vice President, Operations “IT’s role will change from one which Management is the key to all this, and configures and manages infrastructure, to ADVERTISING SALES Sales Office Phone: 203-852-6800 drives a tighter relationship between MSPs one that develops infrastructure, enabling Anthony Graffeo,Vice President of Business Development and their IT clients. services such as Infrastructure-as-Code, ([email protected]), ext. 174 Continuous Integration/Continuous Jaime Hernaez, AVP, Client Services Nemertes Research recognizes this and Deployment, and self-healing infrastruc- ([email protected]), ext. 217 says so in its ‘Shift to “Enterprise Tech- Richard Moavero, Account Executive tures all of which fall under the broader ([email protected]), ext.
    [Show full text]
  • Developing Weblogic SCA Applications for Oracle Weblogic Server
    Oracle® Fusion Middleware Developing WebLogic SCA Applications for Oracle WebLogic Server 12c (12.2.1.4.0) E90761-01 September 2019 Oracle Fusion Middleware Developing WebLogic SCA Applications for Oracle WebLogic Server, 12c (12.2.1.4.0) E90761-01 Copyright © 2007, 2019, 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]
  • 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's Weblogic Blog
    12 Things about Oracle WebLogic Server 12.2.1 Dr. Frank Munz munz & more with Dave Cabelus Oracle WebLogic Server Product Management October/November 2015 Copyright © 2015, Oracle and/or its affiliates. All rights reserved. | Oracle Confidential – Internal/Restricted/Highly Restricted 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 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. Copyright © 2015, Oracle and/or its affiliates. All rights reserved. | Oracle Confidential – Internal/Restricted/Highly Restricted Who’s that guy? • Dr. Frank Munz • Founded munz & more in 2007 • 15 years Oracle WebLogic and Middleware • Consulting and High-End Training • Three Oracle / Cloud books • @frankmunz on Twitter 3 Who’s That Other Guy? Dave Cabelus • WebLogic Server Product Manager since 2005 • Expertise in many areas of WebLogic Server • 8th consecutive year at OpenWorld • Follow Dave on Twitter at @dave_cabelus, videos at www.youtube.com/user/OracleWebLogic Copyright © 2015, Oracle and/or its affiliates. All rights reserved. | 4 12 new things, no agenda J #0 ... download today! #1 JDK 8 JDK 8 • WebLogic 12.2.1 supports JDK 8 as runtime • Startup scripts work out of the box (permspace is removed
    [Show full text]
  • Public Paas for Dummies Oracle Special Edition
    These materials are © 2016 John Wiley & Sons, Inc. Any dissemination, distribution, or unauthorized use is strictly prohibited. Public PaaS Oracle Special Edition by Lawrence C. Miller, CISSP These materials are © 2016 John Wiley & Sons, Inc. Any dissemination, distribution, or unauthorized use is strictly prohibited. Public PaaS For Dummies®, Oracle Special Edition Published by John Wiley & Sons, Inc. 111 River St. Hoboken, NJ 07030‐5774 www.wiley.com Copyright © 2016 by John Wiley & Sons, Inc. No part of this publication may be reproduced, stored in a retrieval system, or transmitted in any form or by any means, electronic, mechanical, photocopying, recording, scanning or otherwise, except as permitted under Sections 107 or 108 of the 1976 United States Copyright Act, without the prior written permission of the Publisher. Requests to the Publisher for permission should be addressed to the Permissions Department, John Wiley & Sons, Inc., 111 River Street, Hoboken, NJ 07030, (201) 748‐6011, fax (201) 748‐6008, or online at http://www.wiley.com/go/permissions. Trademarks: Wiley, For Dummies, the Dummies Man logo, The Dummies Way, Dummies.com, Making Everything Easier, and related trade dress are trademarks or registered trademarks of John Wiley & Sons, Inc., and/or its affiliates in the United States and other countries, and may not be used without written permission. Oracle and Oracle logo are trademarks or registered trademarks of Oracle Corporation. All other trademarks are the property of their respective owners. John Wiley & Sons, Inc., is not associated with any product or vendor mentioned in this book. LIMIT OF LIABILITY/DISCLAIMER OF WARRANTY: THE PUBLISHER AND THE AUTHOR MAKE NO REPRESENTATIONS OR WARRANTIES WITH RESPECT TO THE ACCURACY OR COMPLETENESS OF THE CONTENTS OF THIS WORK AND SPECIFICALLY DISCLAIM ALL WARRANTIES, INCLUDING WITHOUT LIMITATION WARRANTIES OF FITNESS FOR A PARTICULAR PURPOSE.
    [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]
  • Understanding Oracle Weblogic Server 12C (12.2.1.2.0) E77968-03
    Oracle® Fusion Middleware Understanding Oracle WebLogic Server 12c (12.2.1.2.0) E77968-03 December 2016 This document provides an overview of Oracle WebLogic Server features and describes how you can use them to create enterprise-ready solutions. Oracle Fusion Middleware Understanding Oracle WebLogic Server, 12c (12.2.1.2.0) E77968-03 Copyright © 2012, 2016, 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]