搜索资源列表
-
0下载:
手机的联网应用,基于J2ME与J2EE的手机端源代码。用于移动或联通的GPRS通信的应用。支持CMNET,CMWAP两种方式访问服务器上数据。-Mobile networking applications, J2ME and J2EE-based phone client source code. Unicom for mobile or GPRS communication applications. Support CMNET, CMWAP two ways to access server
-
-
0下载:
this file contains the source code for the client and server communication through Sockets In java
-
-
0下载:
Java写的服务器客户端通信聊天的源码,思路清晰,适合初学者。-Source code written in Java chat server-client communication, clear thinking, suitable for beginners.
-
-
0下载:
Java远程方法调用,即Java RMI(Java Remote Method Invocation)是Java编程语言里,一种用于实现远程过程调用的应用程序编程接口。它使客户机上运行的程序可以调用远程服务器上的对象。远程方法调用特性使Java编程人员能够在网络环境中分布操作。RMI全部的宗旨就是尽可能简化远程接口对象的使用。
Java RMI极大地依赖于接口。在需要创建一个远程对象的时候,程序员通过传递一个接口来隐藏底层的实现细节。客户端得到的远程对象句柄正好与本地的根代码连接,由后者负责
-
-
0下载:
使用JAVA编写的server与client互相利用socket接口通信的程序,可以进行修改和二次开发-Communication for server and client via socket programming, based on Java, and it is considered to be a template for advanced extension.
-
-
0下载:
使用JAVA开发的网络聊天程序,带有UI界面以及客户端和服务器端的全部代码,适合于课程设计和JAVA的Socket编程学习,通信协议为IP。-Developed using JAVA network chat program , with all the code UI interface and client and server side , suitable for curriculum design and JAVA Socket Programming learning , commu
-