1 Introduction
Oracle WebLogic Server is the industry's best application server for building and deploying Jakarta EE applications with support for new features for lowering cost of operations, improving performance, enhancing scalability, and supporting the Oracle Applications portfolio.
The following sections provide an overview of Oracle WebLogic Server features and describe how you can use them to create enterprise-ready solutions:
- Product Overview
Oracle WebLogic Server provides a modern development platform for building applications, a runtime platform for high performance and availability, and rich management tooling for efficient and low cost operations. - Programming Models
Oracle WebLogic Server provides complete support for the Jakarta Platform, Enterprise Edition 8 (Jakarta EE 8) platform, which reduces the complexity of enterprise application development by providing a development model, API, and runtime environment that allow developers to concentrate on functionality. - High Availability
Oracle WebLogic Server provides several features and tools to support the deployment of highly-available applications that can be automatically scaled to meet demand in a reliable and fault-tolerant manner. - Diagnostic Framework
The WebLogic Diagnostic Framework is a monitoring and diagnostic service that lets you create, collect, analyze, archive, and access diagnostic data generated by a running WebLogic Server instance and applications deployed on it. - Security
The WebLogic Server security architecture provides a comprehensive, flexible security infrastructure designed to address the security challenges of making applications available on the Internet. - Client Options
In addition to support for browser-based web application clients, WebLogic Server also supports a variety of client types for creating rich GUI applications or simple command-line utilities. - Integration with Oracle WebLogic Suite
WebLogic Server provides the core application server runtime within the integrated Oracle WebLogic Suite Java infrastructure. This integrated infrastructure enhances application performance, improves application availability, and enables predictable and reliable application scalability with high quality of service. - Integration with Other Systems
WebLogic Server provides a variety of tools to integrate your applications with disparate systems. - Integration with Web Servers
Your WebLogic Server installation includes a set of web server plug-ins that allow requests to Oracle WebLogic Server to be proxied from Oracle HTTP Server, Apache HTTP Server, or Microsoft Internet Information Server (IIS). - Running Oracle WebLogic Server in Kubernetes
WebLogic Server running in Kubernetes lets you modernize your deployments and reap the benefits of running in Kubernetes. - WebLogic Deploy Tooling
WebLogic Deploy Tooling (WDT) simplifies the automation of WebLogic Server domain provisioning and applications deployment. - WebLogic Image Tool
The WebLogic Image Tool lets you automate building, patching, and updating your WebLogic Server Docker images, including your own customized images. - WebLogic Kubernetes Operator
The WebLogic Kubernetes Operator is an application-specific controller that extends Kubernetes to create, configure, and manage instances of complex applications. The operator follows the standard Kubernetes operator pattern, and simplifies the management and operation of WebLogic domains and deployments. - WebLogic Remote Console
The Oracle WebLogic Remote Console is a lightweight, open source console that you can use to manage domain configurations of WebLogic Server Administration Servers or WebLogic Deploy Tooling (WDT) metadata models. - WebLogic Kubernetes Toolkit UI
The WebLogic Kubernetes Toolkit (WKT) is a collection of open source tools that help you provision WebLogic-based applications to run in Linux containers on a Kubernetes cluster. - WebLogic Monitoring Exporter
The WebLogic Monitoring Exporter is a web application that you can deploy on a WebLogic Server instance that you want to monitor. The exporter uses the WebLogic Server RESTful Management Interface for accessing runtime state and metrics and then exports Prometheus-compatible metrics, which can be displayed in Grafana dashboards for monitoring. - WebLogic Server API Examples and Sample Applications
Oracle WebLogic Server includes a comprehensive set of code examples and sample applications that show how to implement Jakarta EE APIs and Oracle WebLogic Server-specific features in your applications. - Upgrade
WebLogic Server provides robust upgrade capabilities to support migrating your application environment from one version of WebLogic Server to the next. An application environment includes a WebLogic domain and any applications and application data associated with the domain. It may also include external resources, such as firewalls, load balancers, and LDAP servers.
Product Overview
Oracle WebLogic Server provides a modern development platform for building applications, a runtime platform for high performance and availability, and rich management tooling for efficient and low cost operations.
The WebLogic Server complete implementation of the Jakarta Platform, Enterprise Edition 8 (Jakarta EE 8) specification provides a standard set of APIs for creating distributed Jakarta applications that can access a wide variety of services, such as databases, messaging services, and connections to external enterprise systems. End-user clients access these applications using web browser clients or Jakarta clients. See Programming Models.
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 Oracle SOA - Service-Oriented Architecture.
In addition to the Jakarta EE implementation, WebLogic Server enables enterprises to deploy mission-critical applications in a robust, secure, highly available, and scalable environment. These features allow enterprises to configure clusters of WebLogic Server instances to distribute load, and provide extra capacity in case of hardware or other failures. New diagnostic tools allow system administrators to monitor and tune the performance of deployed applications and the WebLogic Server environment itself. You can also configure WebLogic Server to monitor and tune application throughput automatically without human intervention. Extensive security features protect access to services, keep enterprise data secure, and prevent malicious attacks.
Figure 1-1 shows how WebLogic Server fits into the overall Oracle Fusion Middleware stack.
Figure 1-1 Oracle Fusion Middleware Overview

Description of "Figure 1-1 Oracle Fusion Middleware Overview"
Parent topic: Introduction
Programming Models
https://www.oracle.com/java/technologies/javaee/javaeetechnologies.html#javaee8
.
For information about Jakarta EE programming model support in WebLogic Server, see the
following programming guides:
-
Web Applications provide the basic Jakarta EE mechanism for deployment of dynamic web pages based on the Jakarta EE standards of servlets and JavaServer Pages (JSP). Web applications are also used to serve static web content such as HTML pages and image files.
-
Web Services provide a shared set of functions that are available to other systems on a network and can be used as a component of distributed web-based applications.
-
XML capabilities include data exchange, and a means to store content independent of its presentation, and more.
-
Jakarta Messaging (JMS) enables applications to communicate with one another through the exchange of messages. A message is a request, report, and/or event that contains information needed to coordinate communication between different applications.
-
JDBC provides pooled access to DBMS resources.
-
Resource Adapters provide connectivity to Enterprise Information Systems (EISes).
-
Enterprise JavaBeans (EJB) provide Java objects to encapsulate data and business logic.
-
Remote Method Invocation (RMI) is the Jakarta standard for distributed object computing, allowing applications to invoke methods on a remote object locally.
-
Using the Jakarta EE Security API allow you to integrate authentication and authorization into your Jakarta EE applications. You can also use the Security Provider APIs to create your own custom security providers.
-
WebLogic Tuxedo Connectivity (WTC) provides interoperability between WebLogic Server applications and Tuxedo services. WTC allows WebLogic Server clients to invoke Tuxedo services and Tuxedo clients to invoke EJBs in response to a service request.
-
Coherence provides distributed caching and data grid capabilities for WebLogic Server applications.
-
Overview of WebLogic Server Application Development describes developer tools and best practices for coding WebLogic Server applications.
Parent topic: Introduction
High Availability
-
WebLogic Server clusters provide scalability and reliability for your applications by distributing the work load among multiple instances of WebLogic Server. Incoming requests can be routed to a WebLogic Server instance in the cluster based on the volume of work being processed. In case of hardware or other failures, session state is available to other cluster nodes that can resume the work of the failed node. In addition, you can implement clusters so that services may be hosted on a single machine with options to migrate the service to another node in the event of failure.
In addition to replicating HTTP session state across servers within a cluster, WebLogic Server can also replicate HTTP session state across multiple clusters, thereby expanding availability and fault tolerance in multiple geographic regions, power grids, and internet service providers.
-
Elasticity in dynamic clusters enables the automatic scaling of dynamic clusters and re-provisioning of their associated resources. The elasticity framework leverages the WebLogic Diagnostic Framework (WLDF) policies and actions system.
-
Coherence clusters provide scalability and fault tolerance by distributing data across any number of cluster members ensuring that data is always available and easily accessed by any application hosted in WebLogic Server.
In addition, web applications can choose to use a Coherence data grid for storing and replicating HTTP session state to improve scalability, fault tolerance, and performance.
-
Work Managers prioritize work based on rules you define and by monitoring actual run time performance statistics. This information is then used to optimize the performance of your application. Work Managers may be applied globally to a WebLogic Server domain or to a specific application or component.
-
Overload protection gives WebLogic Server the ability to detect, avoid, and recover from overload conditions.
-
Network channels facilitate the effective use of network resources by segregating network traffic into channels based on the type of traffic.
-
Simplified JMS cluster configuration and high availability allows applications to easily scale WebLogic JMS services such as JMS servers, SAF agents, and persistent stores. Cluster-targeted JMS servers and persistent stores allow targeting the JMS service artifacts directly to the cluster and eliminate the need to configure artifacts individually for every server in a cluster.
-
WebLogic Server persistent store is a built-in, high-performance storage solution for WebLogic Server subsystems and services that require persistence. For example, it can store persistent JMS messages or temporarily store messages sent using the Store-and-Forward feature. The persistent store supports persistence to a file-based store or to a JDBC-enabled database.
-
Store-and-forward services enable WebLogic Server to deliver messages reliably between applications that are distributed across WebLogic Server instances. If the message destination is not available at the moment the messages are sent, either because of network problems or system failures, then the messages are saved on a local server instance and are forwarded to the remote destination once it becomes available.
-
Enterprise-ready deployment tools facilitate deployment and migration of applications from the development phase to a production environment.
-
Production redeployment enables enterprises to deploy a new version of their application without interrupting work in progress on the older version.
Parent topic: Introduction
Diagnostic Framework
Parent topic: Introduction
Security
Parent topic: Introduction
Client Options
Parent topic: Introduction
Integration with Oracle WebLogic Suite
WebLogic Suite contains the following server-side components:
-
Oracle WebLogic Server
-
Oracle Coherence enables organizations to predictably scale mission-critical applications by providing fast and reliable access to frequently used data. By automatically and dynamically partitioning data in memory across multiple servers, Oracle Coherence enables continuous data availability and transactional integrity, even in the event of a server failure.
WebLogic Server includes a Coherence container that simplifies the management and deployment of Coherence clusters and Coherence-based applications.
-
Oracle TopLink builds high-performance applications that store persistent object-oriented data in a relational database. It successfully transforms object-oriented data into either relational data or Extensible Markup Language (XML) elements.
Oracle TopLink is an advanced, object-persistence and object-transformation framework that provides development tools and run time capabilities that reduce development and maintenance efforts, and increase enterprise application functionality.
Oracle TopLink includes support for EJB 3.0 in Jakarta EE and Jakarta SE environments, as well as support for EJB 2.n container-managed persistence (CMP). You can integrate Oracle TopLink with a variety of application servers, including Oracle WebLogic Server, JBoss Application Server, and IBM WebSphere Application Server.
Parent topic: Introduction
Integration with Other Systems
Parent topic: Introduction
Integration with Web Servers
Parent topic: Introduction
Running Oracle WebLogic Server in Kubernetes
WebLogic Server running in Kubernetes lets you modernize your deployments and reap the benefits of running in Kubernetes.
Some of these benefits include leveraging a modern infrastructure, a reduced time for deployment, automated and simplified patching, automated and accelerated application updates, built-in high availability, dynamic and automated scaling, and portability across clouds and environments.
The WebLogic Kubernetes Toolkit lets you migrate your existing applications, manage and update your domains, deploy and update your applications, monitor them, persist the logs, and automate the creation and patching of images. Integration between the tools lets you automate updates through CI/CD processes. For more information, see the Oracle WebLogic Kubernetes Toolkit.
The following document provides Oracle recommended procedures to obtain, create, and update WebLogic Server and Oracle Fusion Middleware (FMW) images with patches, and to update existing containers running in production. See Obtaining, Creating, and Updating Oracle Fusion Middleware Images with Patches in Patching with OPatch.
Parent topic: Introduction
WebLogic Deploy Tooling
WebLogic Deploy Tooling (WDT) simplifies the automation of WebLogic Server domain provisioning and applications deployment.
WDT creates a declarative, metadata model that describes the domain, applications, and resources used by applications. This metadata model makes it easy to provision, deploy, and perform domain lifecycle operations in a repeatable fashion. You can use WDT to migrate on-premises domain configuration and applications to a Docker image or a persistent volume in Kubernetes. Find the complete WebLogic Deploy Tooling documentation and samples, and the open source WebLogic Deploy Tooling GitHub project at https://github.com/oracle/weblogic-deploy-tooling
.
Parent topic: Introduction
WebLogic Image Tool
The WebLogic Image Tool lets you automate building, patching, and updating your WebLogic Server Docker images, including your own customized images.
With the WebLogic Image Tool, you can:
-
Create a customized WebLogic Server and FMW Infrastructure Docker image.
-
Patch a base install image of WebLogic Server or FMW Infrastructure.
-
Create an auxiliary image containing the WDT model, WDT variables, and WDT archive files.
In addition, you can incorporate these use cases into an automated process for patching and updating your WebLogic Server infrastructure and applications running in Kubernetes. Find the complete WebLogic Image Tool documentation and samples, and the open source WebLogic Image Tool GitHub project at https://github.com/oracle/weblogic-image-tool
.
Parent topic: Introduction
WebLogic Kubernetes Operator
The WebLogic Kubernetes Operator is an application-specific controller that extends Kubernetes to create, configure, and manage instances of complex applications. The operator follows the standard Kubernetes operator pattern, and simplifies the management and operation of WebLogic domains and deployments.
The operator uses a common set of Kubernetes APIs to provide an improved user experience when automating operations such as provisioning, life cycle management, application versioning, product patching, scaling, and security.
The operator is developed as an open source project fully supported by Oracle. The fastest way to experience the operator is to follow the Quick Start guide. Alternatively, you can peruse the documentation, read the blogs, or try out the samples. For project scripts, additional samples, and source files, see the WebLogic Kubernetes Operator GitHub repository.
Parent topic: Introduction
WebLogic Remote Console
The Oracle WebLogic Remote Console is a lightweight, open source console that you can use to manage domain configurations of WebLogic Server Administration Servers or WebLogic Deploy Tooling (WDT) metadata models.
The WebLogic Remote Console provides a WebLogic Server administration GUI that enables REST-based access to WebLogic management information, in alignment with current cloud-native trends.
For more information, see the Oracle WebLogic Remote Console Online Help.
Note:
The Oracle WebLogic Server Administration Console, a GUI for managing WebLogic domains, was removed in 14.1.2.0.0. The WebLogic Remote Console provides comparable functionality to the removed Administration Console.Parent topic: Introduction
WebLogic Kubernetes Toolkit UI
The WebLogic Kubernetes Toolkit (WKT) is a collection of open source tools that help you provision WebLogic-based applications to run in Linux containers on a Kubernetes cluster.
The WKT UI provides a graphical user interface that wraps the WKT tools, Helm, and the Kubernetes client (kubectl
) and helps guide you through the process of creating and modifying a model of your WebLogic domain, creating a Linux container image to use to run the domain, and setting up and deploying the software and configuration necessary to deploy and access the domain in your Kubernetes cluster.
For more information, see the WebLogic Kubernetes Toolkit UI Documentation in GitHub.
Parent topic: Introduction
WebLogic Monitoring Exporter
The WebLogic Monitoring Exporter is a web application that you can deploy on a WebLogic Server instance that you want to monitor. The exporter uses the WebLogic Server RESTful Management Interface for accessing runtime state and metrics and then exports Prometheus-compatible metrics, which can be displayed in Grafana dashboards for monitoring.
For practical examples, see these blog posts: Exporting Metrics from WebLogic Server and Using Prometheus and Grafana to Monitor WebLogic Server on Kubernetes. For a detailed description of the WebLogic Monitoring Exporter, see the WebLogic Monitoring Exporter project in GitHub.
Parent topic: Introduction
WebLogic Server API Examples and Sample Applications
Code examples demonstrating Jakarta EE APIs and other WebLogic Server features are
provided in a separate, examples JAR file, which you install in the same
ORACLE_HOME
as your WebLogic Server installation. To
access the code examples, launch the startWebLogic.cmd
or
startWebLogic.sh
command from
ORACLE_HOME
/user_projects/domains/wl_server
,
where ORACLE_HOME
is the directory you specified as the
Oracle Home when you installed Oracle WebLogic Server. As they become available, you
can also download additional examples. For more information, see Installing the WebLogic Server Code Examples.
Along with the code examples, two versions of a complete sample application, called Avitek Medical Records (or MedRec), are also available.
The original MedRec is a WebLogic Server sample application suite that concisely demonstrates all aspects of the Jakarta EE platform. MedRec is designed as an educational tool for all levels of Jakarta EE developers. It showcases the use of each Jakarta EE component and illustrates best practice design patterns for component interaction and client development. MedRec also illustrates best practices for developing applications on WebLogic Server.
The Spring version of MedRec, called MedRec-Spring is MedRec recast using the Spring Framework. If you are developing Spring applications on WebLogic Server, you should review the MedRec-Spring sample application. In order to illustrate how Spring can take advantage of the enterprise features of WebLogic Server, MedRec was rearchitected to replace core Jakarta EE components with their Spring counterparts. The functionality in the original version of MedRec is reimplemented using Spring in MedRec-Spring. Refer to the MedRec-Spring sample for details.
To launch MedRec, run startWebLogic.cmd
or
startWebLogic.sh
command from
ORACLE_HOME
/user_projects/domains/medrec
,
where ORACLE_HOME
is the directory you specified as the
Oracle Home when you installed Oracle WebLogic Server.
To launch MedRec-Spring, run the startWebLogic.cmd
or
startWebLogic.sh
script from
ORACLE_HOME
/user_projects/domains/medrec-spring
,
where ORACLE_HOME
is the directory you specified as the
Oracle Home when you installed Oracle WebLogic Server.
For detailed instructions, see Installing the WebLogic Server Code Examples.
Parent topic: Introduction
Upgrade
Parent topic: Introduction