1
Introduction and Roadmap 1-1
1
Introduction and Roadmap
This section describes the contents and organization of this guide—Programming RMI for Oracle WebLogic Server.
■
Section 1.1, Document Scope and Audience
■
Section 1.2, Guide to this Document
■
Section 1.3, Related Documentation
■
Section 1.4, Samples and Tutorials
■
Section 1.5, New and Changed Features in This Release
1.1 Document Scope and Audience
This document is written for application developers who want to build e-commerce applications using Remote Method Invocation RMI and Internet
Interop-Orb-Protocol IIOP features. It is assumed that readers know Web technologies, object-oriented programming techniques, and the Java programming
language. This document emphasizes the value-added features provided by WebLogic Server and key information about how to use WebLogic Server features when
developing applications with RMI.
1.2 Guide to this Document
This document describes the Oracle WebLogic Server RMI implementation of the JavaSoft
Remote Method Invocation RMI specification from Sun Microsystems. The Oracle implementation is known as WebLogic RMI.
■
This chapter, Chapter 1, Introduction and Roadmap,
introduces the organization of this guide.
■
Chapter 2, Understanding WebLogic RMI, is an overview of WebLogic RMI
features and its architecture.
■
Chapter 3, WebLogic RMI Features, describes the features that you use to
program RMI for WebLogic Server.
■
Chapter 4, Using the WebLogic RMI Compiler, provides information on the
WebLogic RMI compiler.
■
Chapter 5, Using WebLogic RMI with T3 Protocol, provides information on
using RMI and the T3 protocol.
■
Chapter 6, How to Implement WebLogic RMI, provides a simple step by step
example of how to implement WebLogic RMI.
1-2 Programming RMI for Oracle WebLogic Server
■
Chapter 7, Using RMI over IIOP, defines RMI over IIOP and provides general
information about the WebLogic Server RMI-IIOP implementation.
■
Chapter 8, Configuring WebLogic Server for RMI-IIOP, describes concepts,
issues, and procedures related to using WebLogic Server to support RMI-IIOP applications.
■
Chapter 9, Best Practices for Application Design, describes recommended design
patterns when developing RMI and RMI over IIOP applications.
■
Appendix A, CORBA Support for WebLogic Server, provides information on
CORBA support for WebLogic Server.
1.3 Related Documentation