Welcome![Sign In][Sign Up]
Location:
Search - Remote Object in RMI

Search list

[Internet-NetworkRMITest

Description: 包括继承Remote接口,服务器端提供远程对象,客户端来调用这一远程对象,基本体现了RMI的基本功能。-including inheritance Remote interface server for remote objects, the client calls to the remote object. basic reflects the RMI's basic functions.
Platform: | Size: 23552 | Author: yxj | Hits:

[JSPRMI

Description: RMI(Remote Method Invocation)即远端方法调用,为实现在计算机之间相互调用函数提供了软件包支持。如果两台计算机同时运行了Java虚拟机,则RMI就是在两台机器上运行的Java对象互相调用对方函数,启动对方进程的机制。采用这种方式调用另一台机器上的函数和在本机调用函数的用法一样,且传递的参数可以是java对象。RMI为分布式计算的实现提供了简洁、优雅的编程机制。-RMI (Remote Method Invocation) namely remote method invocation, for the realization of the transfer function between the computer software package provides support. If two computers running the Java Virtual Machine, then RMI is running on both machines Java objects calling each other function, start the other process mechanism. In this way calling function on another machine and the machine uses the same call functions and parameters can be passed java object. RMI is a distributed computing implementation provides clean, elegant programming mechanisms.
Platform: | Size: 443392 | Author: czxid | Hits:

[JSP/JavaRMI

Description: Java远程方法调用,即Java RMI(Java Remote Method Invocation)是Java编程语言里,一种用于实现远程过程调用的应用程序编程接口。它使客户机上运行的程序可以调用远程服务器上的对象。远程方法调用特性使Java编程人员能够在网络环境中分布操作。RMI全部的宗旨就是尽可能简化远程接口对象的使用。 Java RMI极大地依赖于接口。在需要创建一个远程对象的时候,程序员通过传递一个接口来隐藏底层的实现细节。客户端得到的远程对象句柄正好与本地的根代码连接,由后者负责透过网络通信。这样一来,程序员只需关心如何通过自己的接口句柄发送消息。 接口的两种常见实现方式是:最初使用JRMP(Java Remote Message Protocol,Java远程消息交换协议)实现;此外还可以用与CORBA兼容的方法实现。RMI一般指的是编程接口,也有时候同时包括JRMP和API(应用程序编程接口),而RMI-IIOP则一般指RMI接口接管绝大部分的功能,以支持CORBA的实现。 最初的RMI API设计为通用地支持不同形式的接口实现。后来,CORBA增加了传值(pass by value)功能,以实现RMI接口。然而RMI-IIOP和JRMP实现的接口并不完全一致。-Java Remote Method Invocation , namely Java RMI (Java Remote Method Invocation) is the Java programming language, used to implement remote procedure call application programming interface. It allows a program running on a client can call a remote object on the server . Remote Method Invocation of the Java programming staff to operate in a distributed network environment . All RMI s mission is to simplify as much as possible the use of the remote interface object . Java RMI greatly dependent on the interface. The need to create a remote object, passing a programmer interface to hide the underlying implementation details. Clients get a remote object handle just connect with local root code , which is responsible for communication over the network . As a result , programmers simply concerned about how to handle through its own interface to send messages . Two common interface implemented as follows: initial use JRMP (Java Remote Message Protocol, Java remote message exchange protocol )
Platform: | Size: 741376 | Author: 罗广镇 | Hits:

[JSP/Javarmi3

Description: Remote method invocation allows applications to call object methods located remotely, sharing resources and processing load across systems. Unlike other systems for remote execution which require that only simple data types or defined structures be passed to and from methods, RMI allows any Java object type to be used - even if the client or server has never encountered it before. RMI allows both client and server to dynamically load new object types as required. In this article, you ll learn more about RMI.
Platform: | Size: 162816 | Author: netfran | Hits:

[JSPjavateah

Description: 关于JAVAT语言入门教程,适合初学者学习。书中有详细的代码讲解.-JavaTech is a practical introduction to the Java programming language with an emphasis on the features that benefit technical computing, such as platform independence, extensive graphics capabilities, multi-threading, and tools to develop network and distributed computing software and embedded processor applications. The book is divided into three parts. The first presents the basics of object-oriented programming in Java and then examines topics such as graphical interfaces, thread processes, I/O, and image processing. The second part begins with a review of network programming and develops Web client-server examples for tasks such as monitoring of remote devices. The focus then shifts to distributed computing with RMI, which allows programs on different platforms to exchange objects and call each other’s methods. CORBA is also discussed and a survey of web services is presented. The final part examines how Java programs can access the local platform and interact with ha
Platform: | Size: 3609600 | Author: ashely | Hits:

[JSP/Java115个Java面试题和答案

Description: 本文我们将要讨论 Java 面试中的各种不同类型的面试题,它们可以让雇主测试应聘者的 Java 和通用的面向对象编程的能力。下面的章节分为上下两篇,第一篇将要讨论面向对象编程和 它的特点,关于 Java 和它的功能的常见问题, Java 的集合类,垃圾收集器,第二篇主要讨 论异常处理, Java 小应用程序, Swing, JDBC,远程方法调用(RMI), Servlet 和 JSP(In this article, we are going to discuss the various types of interviewing questions in the Java interview, which can allow employers to test the applicant's Java And the ability of universal object oriented programming. The following chapters are divided into two parts, and the first one will discuss object oriented programming and Its features, the common problems about Java and its functions, the collection class of Java, the garbage collector, second main discussions On exception handling, Java small application, Swing, JDBC, remote method call (RMI), Servlet and JSP)
Platform: | Size: 433152 | Author: 服务呜呜呜 | Hits:

CodeBus www.codebus.net