搜索资源列表
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
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
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
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.
RMI
- Java远程方法调用,即Java RMI(Java Remote Method Invocation)是Java编程语言里,一种用于实现远程过程调用的应用程序编程接口。它使客户机上运行的程序可以调用远程服务器上的对象。远程方法调用特性使Java编程人员能够在网络环境中分布操作。RMI全部的宗旨就是尽可能简化远程接口对象的使用。 Java RMI极大地依赖于接口。在需要创建一个远程对象的时候,程序员通过传递一个接口来隐藏底层的实现细节。客户端得到的远程对象句柄正好与本地的根代码连接,由后者负责