搜索资源列表
stege2_javarmi
- a java-rmi code build a chat-room. to run this code , you need to know some basic idea about java-rmi. i spend three weeks to write this code which is also an assignment in my university (UNI.adelaide.au )
RMI_Calculator
- RMI,远程方法调用(Remote Method Invocation)是Enterprise JavaBeans的支柱,是建立分布式Java应用程序的方便途径。RMI是非常容易使用的,但是它非常的强大。第一步就是建立和编译服务接口的Java代码。这个接口定义了所有的提供远程服务的功能,下面是源程序。-RMI, RMI (Remote Method Invocation) is a pillar of Enterprise JavaBeans is to create distributed J
src
- 一个简单的RMI远程调用程序 java编写的 课程设计的源代码-A simple RMI remote call procedure to prepare the curriculum design java source code
mms
- 应用于华为中国移动甘肃项目组的彩信发送平台全套代码,未纳入产品线,版权为本人个人所有 使用JAVA和Spring框架开发(用到了Spring的RMI),部署于AIX系统,服务器端部署于能和移动MMSC通信的主机上,客户端拼装彩信内容并转换为字节流,通过RMI调用服务端方法进行发送(适用于客户端服务器无法直接连接移动彩信网关的情况)也可将客户端和服务器端部署与同一台主机(适用于客户端服务器可直接连接移动彩信网关的情况) 内涵代码、API手册及使用说明-Huawei applied to t
OReilly.Android.Application.Development.May.2009.
- This practical book provides the concepts and code you need to develop software with Android, the open-source platform for cell phones and mobile devices that s generating enthusiasm across the industry.-This practical book provides the concept
rmi-code
- 分布式rmi,java的agenda service system-Distributed rmi, java' s agenda service system
rmi
- 简单的java网络编程 rmi源代码 简单 实用-java rmi code
java_rmi
- JAVA RMI CODE to manipulate java
bonus
- pear to pear Chating Code programming with java netbeans its simple coding using rmi package-pear to pear Chating Code programming with java netbeans its simple coding using rmi package
miniChat
- code of mini chat en java RMI
RMI
- mobile agent java code to describe how does mobile agent work-mobile agent java code to describe how does mobile agent work
Source code
- import java.rmi.*; public class rcli { public static void main(String arg[]) { try { rint rr = (rint)Naming.lookup("rmi://172.16.13.2/rser"); double s = rr.fact(5); System.out.print
ch4源码
- 书本源码,主要提供RMI的简单案例,包含源代码(Book source, mainly to provide a simple case of RMI, including source code)
