Introduction to Oracle WebLogic Server

 

  1. Overview
  2. High Availability
  3. System Administration
  4. Diagnostic Framework
  5. Security
  6. Oracle JRockit JVM
  7. Client Options
  8. Upgrade
  9. Integration with Other Systems
  10. Integration with Web Servers

 


Overview

Oracle WebLogic Server is a Java EE 5.0 application server that supports distributed applications

For more info on the Java EE 5.0 specification...

 


High Availability

The following WebLogic Server features and tools support the deployment of highly-available and scalable applications:

 


System Administration

System administration of a WebLogic Server environment includes tasks such as...

WebLogic Server provides many tools for system administrators to help with these tasks, including...

See:

Because WebLogic Server's management system is based on Java EE and other standards, it integrates well with tools used to manage other enterprise software and hardware components. In addition, WebLogic Server implements the Java EE JMX specification, which allows programmatic access to the WebLogic Server management system. Using this API you can create your own administration utilities or automate frequent tasks using Java classes.

 


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 server and its deployed applications. This data provides insight into the run time performance of WebLogic Server instances and deployed applications and lets you isolate and diagnose faults and performance bottlenecks.

 


Security

The WebLogic Server security architecture provides a comprehensive, flexible security infrastructure designed to address the security challenges of making applications available on the Web. WebLogic security can be used standalone to secure WebLogic Server applications or as part of an enterprise-wide, security management system that represents a best-in-breed security management solution.

 


Oracle JRockit JVM

The Oracle JRockit JVM is a high performance JVM optimized for Intel architectures and developed to ensure reliability, scalability, manageability, and flexibility for Java applications. Oracle JRockit JVM optimizes performance of your Java applications on either the Windows or Linux operating system platforms with either 32-bit or 64-bit architectures. Oracle JRockit JVM is included with your WebLogic Server installation.

 


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. These client types include:

 


Upgrade

Tools and documentation are provided to help you migrate applications implemented on earlier versions of WebLogic Server to the current WebLogic Server environment.

 


Integration with Other Systems

WebLogic Server provides a variety of tools to integrate your applications with disparate systems. These tools include

 


Integration with Web Servers

Plug-ins are provided with your WebLogic Server installation that allow WebLogic Server to operate with Web servers from Apache, Microsoft, and Sun Microsystems. Typically, these Web servers serve static HTML content while requests for dynamic Web content such as JSPs are directed to the WebLogic Server environment.

 

WebLogic Server API Examples and Sample Application

Code examples demonstrating Java EE APIs and other WebLogic Server features are provided with your WebLogic Server installation. To work with these examples, select the default installation options when installing WebLogic Server, or select the WebLogic Server examples during advanced installation.

To access the code examples...

As they become available, you can also download additional examples.

In addition, a complete sample application is also provided with your WebLogic Server installation. Avitek Medical Records (or MedRec) is a WebLogic Server sample application suite that concisely demonstrates all aspects of the Java EE platform. MedRec is designed as an educational tool for all levels of Java EE developers. It showcases the use of each Java 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.

To launch the Medical Records Application...