This chapter describes the contents and organization of this guide—Administering WebLogic Server 12.1.3 for Oracle Exalogic Elastic Cloud.
This chapter includes the following sections:
This document is written for application developers and system administrators who develop and administer applications for WebLogic Server in Exalogic Elastic Cloud Software environments. It is assumed that readers are familiar with the WebLogic Server platform, Java Platform, Enterprise Edition (Java EE) programming, and Exalogic Elastic Cloud Software.
This chapter, Chapter 1, "Introduction and Roadmap," introduces the organization of this guide.
Chapter 2, "WebLogic Server Domain Optimizations for Exalogic Elastic Cloud Software,"provides information on how to optimize WebLogic Server domains for Exalogic Elastic Cloud.
Chapter 3, "Using the WebLogic Replicated Store for WebLogic Server Messaging Services,"explains how to use a WebLogic Replicated Store to provide a scalable and high-performance storage option for WebLogic Server Messaging services that require persistence in Oracle Exalogic Elastic Cloud environments.
Chapter 4, "WebLogic Server Cooperative Memory Management in Oracle Exalogic Elastic Cloud Environments,"provides information on how to use Cooperative Memory Management to promote effective memory utilization by WebLogic Server resources.
Chapter 5, "Message Compression In Oracle Exalogic Elastic Cloud Environments,"provides information on how to configure message compression for JMS Store I/O operations which may provide significant performance improvements in Oracle Exalogic environments.
This document contains specific development and administration information for WebLogic Server in Oracle Exalogic Elastic Cloud environments, see "Exalogic Elastic Cloud Software" in Licensing Information.
. For comprehensive guidelines for developing and managing WebLogic Server applications, see the following documents:
Understanding Oracle WebLogic Server provides an overview of Oracle WebLogic Server features and describes how you can use them to create enterprise ready-solutions.
Tuning Performance of Oracle WebLogic Server provides information on how to improve system performance and tune the components in a WebLogic Server environment.
Administering JMS Resources for Oracle WebLogic Server provides information on how to configure, manage, and monitor WebLogic JMS resources.
"Using the WebLogic Persistent Store" in Administering Server Environments for Oracle WebLogic Server.
Deploying Applications to Oracle WebLogic Server is the primary source of information about deploying WebLogic Server applications.
In addition to this document, Oracle optionally provides a variety of code samples and tutorials for developing applications. The examples and tutorials illustrate WebLogic Server in action, and provide practical instructions on how to perform key application development tasks. You can start the Examples server from the ORACLE_HOME
\user_projects\domains\wl_server
directory, where ORACLE_HOME
is the directory you specified as Oracle Home when you installed Oracle WebLogic Server. For more information, see "Sample Applications and Code Examples" in Understanding Oracle WebLogic Server.
MedRec is an end-to-end sample Java EE application shipped with WebLogic Server that simulates an independent, centralized medical record management system. The MedRec application provides a framework for patients, doctors, and administrators to manage patient data using a variety of different clients.
MedRec demonstrates WebLogic Server and Java EE features, and highlights Oracle-recommended best practices. MedRec is optionally installed in the WebLogic Server installation. You can start MedRec from the ORACLE_HOME
\user_projects\domains\medrec
directory, where ORACLE_HOME
is the directory you specified as Oracle Home when you installed Oracle WebLogic Server. For more information, see "Sample Applications and Code Examples" in Understanding Oracle WebLogic Server.
This release of WebLogic Server includes the following new features for Oracle Exalogic Elastic Cloud environments:
A WebLogic Replicated Store to provide a scalable and high-performance storage option for WebLogic Server Messaging services, see Using the WebLogic Replicated Store for WebLogic Server Messaging Services.
Cooperative Memory Management to promote effective memory utilization by WebLogic Server resources, see WebLogic Server Cooperative Memory Management in Oracle Exalogic Elastic Cloud Environments.
An optimization for JDBC stores to commit a batch of INSERT
or DELETE
operations instead of issuing a separate commit call to the database server, see Enabling JDBC Store Exalogic Optimizations.
TopLink optimizations that include: batch writing, increasing the default cache size, and enable other optimizations such as weaving eager relationships. See Enabling TopLink Exalogic Optimizations.
For a comprehensive listing of the new WebLogic Server features introduced in this release, see What's New in Oracle WebLogic Server.