搜索资源列表
CORBA-IIOP
- 针对目前电子邮件系统中垃圾反动邮件所引起的安全性问题提出一种邮件 过滤系统的模型
iiopnetsrc12
- Building a Distributed Object System with .NET and J2EE Using IIOP.NET
The-Integration-and-Implementation-of-ACE+TAO-in-t
- 论文结合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
iiop
- 利用JAVA采用IIOP通讯的方式,支持weblogic及websphere-JAVA using IIOP use the means of communication in support of weblogic and websphere
Java2_Programming_Advance
- 本书讲解了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 th
Cornucopia
- Complete set of example projects for Visual Studio 2008 which demonstrates COM Interop, Remoting, IIOP and etc... in Windows.
J2SE.RMI.IIOP.application.design.code
- 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
javaejbs
- 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 exampl
ASD12DAD
- 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 onW
IIOPNet.src.1.9.0.sp1
- IIOPNet源码 1.90版本SP1,非常值得学习的源码-IIOPNet source version 1.90 SP1
datasturcture
- 基于RMI-IIOP的客服和服务器分布式程序-RMI-IIOP-based customer service and server distributed program
RMI-IIOP
- 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
java
- 客户端java程序向domino服务器发出CORBA请求,服务器通过HTTP协议返回给客户端IOR(Interoperable Object Reference),之后客户端通过IIOP协议与服务器进行通讯-Client java program CORBA request sent to the domino server, the server via HTTP protocol is returned to the client IOR (the Interoperable Object
multi-robot-teleoperation-virtual-
- 当操作者通过Internet网络控制远端机器人时,结构合理的虚拟操作环境可以增强远程控制能力, 良好的网络通信能力可以保证操作意图的有效性.首先阐明了虚拟操作环境在多机器入网络遥操作系统中 的重要作用,然后分析了以CORBA(公共对象请求中介体系结构)/Java技术融合为基础的中间件技术的特 点,及其在实现分布武虚拟环境过程中的通信作用.在进行虚拟环境(VE)结构分析的基础上,通过定义VE 中的客户类和服务器类,利用统一建模语言(UML)图形化表达了VE框架的内在关系.通过在VE
rmi-iiop-test.tar
- Example source code for CORBA IIOP client and server for Java
RMIIIOP
- 中间件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.
middlewareRMIIIOP-guide
- 一份关于中间件的rmi iiop的实验指导 讲述详细 简单易学-A report on the middleware rmi iiop experimental instructions easy to learn about the details
cal
- 一个简单的实现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
RMI
- Java远程方法调用,即Java RMI(Java Remote Method Invocation)是Java编程语言里,一种用于实现远程过程调用的应用程序编程接口。它使客户机上运行的程序可以调用远程服务器上的对象。远程方法调用特性使Java编程人员能够在网络环境中分布操作。RMI全部的宗旨就是尽可能简化远程接口对象的使用。 Java RMI极大地依赖于接口。在需要创建一个远程对象的时候,程序员通过传递一个接口来隐藏底层的实现细节。客户端得到的远程对象句柄正好与本地的根代码连接,由后者负责