当前位置:
首页
资源下载

搜索资源 - java code for client server communication
搜索资源列表
-
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编程语言对基于客户/服务器模式的应用编写网络通信程序,讨论了SOCKET机制、输入输出流以及程序实现代码。-This paper describes the use of JAVA programming language based on client/server application procedures for the preparation of network communication, discussion SOCKET mechanism, input
-
-
0下载:
Java code for implementing Client-Server. There are 5 clients and 5 servers with queues and threads for communication between each client and server
-
-
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
-
-
0下载:
基于java的多客户端通信小程序源码,典型的 C/S 架构,有界面。主要分为两部分,服务器端和客户端。使用 TCP/IP 协议通过 Socket 进行通信。 服务器端主要完成登录验证和消息收发的功能。启动服务器后提供一个网 络端口,等待客户端发出请求,登录到此服务端,然后进行网络通讯和消息的 转发。要实现多客户端之间的通信,则必须构建多线程机制。
客户端主要完成登录验证和消息收发和显示功能,客户端可通过服务器端 的 IP 地址发送连接请求,然后登陆聊天室。成员列表栏中会显示在线的所有 人名
-