Welcome![Sign In][Sign Up]
Location:
Search - RMI-IIOP

Search list

[Internet-NetworkRMI入门例子

Description: RMI(java 远程方法调用):此例子实现了客户端程序通过远程接口向服务器程序发出计算请求,服务器程序调用了一个计算方法,并把结果返回给客户端,这样便达到分布式计算的效果。上传文件里有详细的部署和使用说明,在win2000上测试通过。-RMI (Java Remote Method Invocation) : this example to achieve the client interface to the remote server computing issued request, the server calls a calculation method and the results back to the client, so as to achieve the effect of distributed computing. Upload file are detailed in the deployment and use in WIN2000 on the test.
Platform: | Size: 86016 | Author: 李俊 | Hits:

[JSP/Javaweblogic应用

Description: weblogic应用全实例,包含了j2ee规范中的servlet、jsp、ejb、jms、jdbc、jaas、rmi、xml等应用实例代码。-Weblogic Application examples include creates servlet specification, jsp, Bob, jms, jdbc, JAAS, rmi, xml applications such as code examples.
Platform: | Size: 28474368 | Author: 高波 | Hits:

[JSP/JavaThe-Integration-and-Implementation-of-ACE+TAO-in-t

Description: 论文结合ACE+TAO的特点,运用RMI-IIOP技术,给出了在J2EE平台中集成ACE+TAO 的框架,并分析了该框架的主要技术及实现。-Thesis combining ACE+ TAO features, the use of RMI-IIOP technology, are given in the J2EE platform integration ACE+ TAO framework and analysis of the framework and the achievement of major technical.
Platform: | Size: 193536 | Author: houyanli | Hits:

[JSP/JavaJava2_Programming_Advance

Description: 本书讲解了Java 2程序设计中重要的高级主题,本书也是作者已出版的著作《Java程序设计百事通》续篇。本书的主要内容包括JavaBeans、Java安全技术、 Java命名与目录服务、RMI(远程方法调用)、CORBA、RMI-IIOP、Servlet(服务器小程序)、JSP网页技术和其他主题。 -The book on the Java 2 programming an important advanced topics, this book is also the author of the book has been published in " Java Programming knowledgeable person" sequel. The main contents of this book, including JavaBeans, Java security, Java Naming and Directory Services, RMI (Remote Method Invocation), CORBA, RMI-IIOP, Servlet (server applet), JSP pages technology and other topics.
Platform: | Size: 2416640 | Author: KKM | Hits:

[JSP/JavaJ2SE.RMI.IIOP.application.design.code

Description: J2SE应用RMI and RMI-IIOP设计代码J2SE RMI and RMI-IIOP application of the design code -J2SE RMI and RMI-IIOP application of the design code
Platform: | Size: 3072 | Author: | Hits:

[JSP/Javajavaejbs

Description: Java中的EJB编程实例代码,内容有:简单的EJB、无状态SessionBean、有状态SessionBean、BMP位图实例、cmp实例、Message-Driven Bean、JNDI的使用、112各种EJB之间的调用、B-S结构EJB、 C-S结构EJB、UML建模与J2EE开发、RMI and RMI-IIOP、JTA与JTS、JMS的使用、Java IDL、EJB与CORBA的交互、基于EJB的真实世界模型、EJB的商业应用实例等。 -EJB programming examples in Java code, and content: a simple EJB, Stateless SessionBean, a state SessionBean, BMP bitmap instance, cmp example, Message-Driven Bean, JNDI use of 112 calls between the various EJB, BS structure EJB, CS structure EJB, UML modeling and J2EE development, RMI and RMI-IIOP, JTA and JTS, JMS use, Java IDL, EJB and CORBA interaction model based on the real world EJB, EJB instances and other business applications .
Platform: | Size: 208896 | Author: 高庆泽 | Hits:

[Linux-UnixASD12DAD

Description: and has about rmi-iiop remote server to call a few examples include Fibonacci and 4 entered by the user computing and so onDE-and has about rmi-iiop remote server to call a few examples include Fibonacci and 4 entered by the user computing and so onWDE
Platform: | Size: 196608 | Author: 397427118 | Hits:

[JSP/Javadatasturcture

Description: 基于RMI-IIOP的客服和服务器分布式程序-RMI-IIOP-based customer service and server distributed program
Platform: | Size: 2048 | Author: | Hits:

[JSP/JavaRMI-IIOP

Description: RMI-IIOP Code - this the code use to connect a client to a server over the internet-RMI-IIOP Code - this is the code use to connect a client to a server over the internet
Platform: | Size: 3072 | Author: ally | Hits:

[JSP/Javarmi-iiop-test.tar

Description: Example source code for CORBA IIOP client and server for Java
Platform: | Size: 1024 | Author: nos12 | Hits:

[JSP/JavaRMIIIOP

Description: 中间件RMI/IIOP编程,eclipse中开发,用到mysql数据库,实现对电子表格的查询,包含程序源码。且验证过是正确的。-Middleware RMI/IIOP programming, eclipse developers to use mysql database, query the spreadsheet containing the program source. And is proven to be correct.
Platform: | Size: 5120 | Author: 李梦 | Hits:

[MiddleWaremiddlewareRMIIIOP-guide

Description: 一份关于中间件的rmi iiop的实验指导 讲述详细 简单易学-A report on the middleware rmi iiop experimental instructions easy to learn about the details
Platform: | Size: 142336 | Author: panxin | Hits:

[Othercal

Description: 一个简单的实现j2ee分布式RMI-iiop协议的例子,在客户端输入两个数,服务器将返回两数之和-A simple implementation of distributed RMI-iiop protocol j2ee example, enter two numbers in the client, the server returns the sum of the two numbers
Platform: | Size: 7168 | Author: lifei | 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:

CodeBus www.codebus.net