Home » Programming » Oracle Programming

Oracle WebLogic Server Programming WebLogic RMI Topic:  Oracle Programming
Download (266) times
Last Download at Monday 23rd of April 2012 12:17:01 AM

Oracle WebLogic Server Programming WebLogic RMI

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. ...

In addition to this document, Oracle provides a variety of code samples and tutorials for developers. The examples and tutorials illustrate WebLogic Server in action, and provide practical instructions on how to perform key development tasks.

Oracle recommends that you run some or all of the RMI examples before developing your own applications.

Remote Method Invocation (RMI) is the standard for distributed object computing in Java. RMI enables an application to obtain a reference to an object that exists elsewhere in the network, and then invoke methods on that object as though it existed locally in the client's virtual machine.

RMI specifies how distributed Java applications should operate over multiple Java virtual machines. This document contains information about using WebLogic RMI, but it is not a beginner's tutorial on remote objects or writing distributed applications. If you are just beginning to learn about RMI, visit the JavaSoft Web site and take the RMI tutorial.

Oracle strongly recommends developing Java clients with the RMI client model if you are going to use RMI-IIOP. Developing a Java IDL client can cause naming conflicts and classpath problems, and you are required to keep the server-side and client-side classes separate. Because the RMI object and the IDL client have different type systems, the class that defines the interface for the server-side will be very different from the class that defines the interface on the client-side.
...
Source: download.oracle.com

Download File Read PDF Online

Comments for Oracle WebLogic Server Programming WebLogic RMI


Related PDF Files

Oracle BPEL Process Manager 10.1.2.0.x Quick Start Tutorial

Describes how BPEL and the Oracle BPEL Process Manager facilitate development of SOA appli

Oracle Fusion Middleware: Developing Custom Management Utilities With JMX for Oracle WebLogic Server

To integrate third-party management systems with the WebLogic Server management system, We

Oracle BPEL Process Manager Order Booking Tutorial

This tutorial describes how to design and execute a sophisticated process that uses synch

Oracle Forms Migrating Forms Applications from Forms 6i, 10g (9.0.4)

Developer suite components that have been removed for the 9i release. This manual is inten

Oracle Programming Using PL/SQL-Level 1

Expand your Oracle skills to design sophisticated database applications that combine SQL c

Incoming Search: