CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - client server java
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - client server java - List
[
Web Server
]
用Java实现Web服务器
DL : 0
用Java实现Web服务器 本文实现了GET请求的Web服务器程序的方法,通过创建ServerSocket类对象,监听端口8080; 等待、接受客户机连接到端口8080; 创建与socket字相关联的输入流和输出流 然后,读取客户机的请求信息,若请求类型是GET,则从请求信息中获取所访问的HTML文件名,如果HTML文件存在,则打开HTML文件,把HTTP头信息和HTML文件内容通过socket传回给Web浏览器,然后关闭文件。否则发送错误信息给Web浏览器。最后,关闭与相应Web浏览器连接的socket字。-Java Web server is to achieve a GET request to the Web server, through the creation of ServerSocket class object, bugging port 8080; Wait, a client is connected to port 8080; Socket character creation and the associated input and output streams flow then read the client's request information, if the request is the type of GET, request information from being accessed visit HTML document, and if the HTML document exists, then open the HTML file, HTTP headers and HTML files through the socket sent back to the Web browser and then close the file. Otherwise, send the wrong message to the Web browser. Finally, the closing and the corresponding Web browser connected to the socket word.
Date
: 2008-10-13
Size
: 10.18kb
User
:
雨岳
[
Web Server
]
WebTalk
DL : 0
设计B/S模式的网络聊天室,客户端使用浏览器和服务器端java应用程序进行通信。采用瘦服务器富(Rich)客户端的思路,以使服务器响应大量用户的请求时减轻服务器的工作量,而客户端能轻松设计出更富动态的Web页面。-Design B / S mode network chat rooms, Clients use the browser and server-side java application procedures for communication. Fu server using thin (Rich) client's idea, to enable the server to respond to a large number of users at the request of the server to reduce the workload, and the client can easily design a more dynamic Web pages.
Date
: 2008-10-13
Size
: 362.54kb
User
:
李建康
[
Web Server
]
java_clientSever
DL : 0
这是一个使用Java编写的基于Socket的Client及Sever,能够提供Client及Server之间的通信。-It is a Java-based Socket Client and Server. able to provide between Client and Server communication.
Date
: 2008-10-13
Size
: 4.13kb
User
:
hattie
[
Web Server
]
1077876967937
DL : 0
基于JSP/JavaBean开发的一套网络BBS论坛系统,1) 系统环境:Servlet/JSP服务器(Servlet/JSP specifications 2.3/1.2)+Web服务器(任何或者没有)+JSDK1.4+ 2) 数 据 库:MySQL3.23+ 3) 其 他:支持MySQL JDBC Driver 2.0 推荐:Windows2000/Linux+Resin2.1.1+Mysql3.2.3 客户端:使用Windows系统+IE5以上-based on JSP/JavaBean development of a network BBS system, 1) system environment : Servlet/JSP server (Servlet/JSP specifications 2.3/1.2)+ Web server (any or no)+ JSDK1.4 2) Data library : MySQL3.23 3) : Support for MySQL JDBC Driver 2.0 Recommended : Resin2.1.1 Windows2000/Linux++ Mysql3.2.3 Client : Windows system over Internet Explorer 5+
Date
: 2025-12-24
Size
: 2.14mb
User
:
广原
[
Web Server
]
用Java实现Web服务器
DL : 0
用Java实现Web服务器 本文实现了GET请求的Web服务器程序的方法,通过创建ServerSocket类对象,监听端口8080; 等待、接受客户机连接到端口8080; 创建与socket字相关联的输入流和输出流 然后,读取客户机的请求信息,若请求类型是GET,则从请求信息中获取所访问的HTML文件名,如果HTML文件存在,则打开HTML文件,把HTTP头信息和HTML文件内容通过socket传回给Web浏览器,然后关闭文件。否则发送错误信息给Web浏览器。最后,关闭与相应Web浏览器连接的socket字。-Java Web server is to achieve a GET request to the Web server, through the creation of ServerSocket class object, bugging port 8080; Wait, a client is connected to port 8080; Socket character creation and the associated input and output streams flow then read the client's request information, if the request is the type of GET, request information from being accessed visit HTML document, and if the HTML document exists, then open the HTML file, HTTP headers and HTML files through the socket sent back to the Web browser and then close the file. Otherwise, send the wrong message to the Web browser. Finally, the closing and the corresponding Web browser connected to the socket word.
Date
: 2025-12-24
Size
: 10kb
User
:
雨岳
[
Web Server
]
Client&Server
DL : 0
Socket 网络变成,简单的客户端和服务器端-Socket network into a simple client and server
Date
: 2025-12-24
Size
: 9kb
User
:
白驹辉
[
Web Server
]
WebTalk
DL : 0
设计B/S模式的网络聊天室,客户端使用浏览器和服务器端java应用程序进行通信。采用瘦服务器富(Rich)客户端的思路,以使服务器响应大量用户的请求时减轻服务器的工作量,而客户端能轻松设计出更富动态的Web页面。-Design B/S mode network chat rooms, Clients use the browser and server-side java application procedures for communication. Fu server using thin (Rich) client's idea, to enable the server to respond to a large number of users at the request of the server to reduce the workload, and the client can easily design a more dynamic Web pages.
Date
: 2025-12-24
Size
: 362kb
User
:
李建康
[
Web Server
]
java_clientSever
DL : 0
这是一个使用Java编写的基于Socket的Client及Sever,能够提供Client及Server之间的通信。-It is a Java-based Socket Client and Server. able to provide between Client and Server communication.
Date
: 2025-12-24
Size
: 4kb
User
:
hattie
[
Web Server
]
Remote_Service
DL : 0
自己编的一个java分布式服务的实现。此模型使用Tomcat作为web服务器,使用JSP页面作为用户交互界面,Javabean作为服务页面逻辑实现,客户端和服务器端通信通过java socket实现,数据库使用access,客户端用java窗口程序实现。对于学习java JSP网络数据库开发及socket远程调用很有帮助,此程序为服务器端程序,客户端程序有意可发email和我联系 xiaoxpp@163.com-Own a java realize distributed services. This model is the use of Tomcat as a web server, using the JSP page as the user interface, Javabean realize the logical page as a service, client and server-side java socket communication through the realization of the database using the access, the client program using java window. Learning java JSP web-based database development and long-distance calls socket helpful, this procedure for the server-side procedures, the client program can send an email and intend to contact me xiaoxpp@163.com
Date
: 2025-12-24
Size
: 392kb
User
:
webber
[
Web Server
]
httpclient
DL : 0
Java实现的http客户端与Web服务器进行数据通信的程序-Http realized Java client and Web server data communications procedures
Date
: 2025-12-24
Size
: 9kb
User
:
章旌
[
Web Server
]
jxcell
DL : 0
jxcell是一个java组件,通过它你可以创建、修改、打印Excel,把Excel报表功能集成到J2EE应用程序或Web服务器工程当中。 ● jxcell可以动态地创建拥有精确的行、列、公式、图像、线条和图表等功能的Excel文件,特别适合制作复杂的中国报表。 ● jxcell是可以在服务器或客户端操作Excel文件的Java工具,可以用作快速的服务器端计算引擎,执行复杂的快速计算。 ● 可以在 Java 用户界面中嵌入jxcell电子表格,应用于可嵌入小程序(java applet)和 Java 桌面客户端应用程序-jxcell is a java component, through which you can create, modify, print Excel, the Excel statements functionality into J2EE application or Web server which works. ● jxcell can have a dynamically created precise rows, columns, formulas, images, lines and graphs and other functions of the Excel files, especially suitable for the production of complex statements in China. ● jxcell is on the server or client operation of Java tools for Excel documents, can be used as a rapid server side calculation engine, the rapid implementation of complex calculation. ● can be embedded in Java user interface jxcell spreadsheet used embeddable applet (java applet) and the Java desktop client application
Date
: 2025-12-24
Size
: 2.82mb
User
:
[
Web Server
]
qddown_java8543535625
DL : 0
系统采用客户/服务器摸式 服务器与客户间通过套接口Socket(TCP)连接。在java中使用套接口相当简单,Java API为处理套接口的通信提供了一个类java.net.Socket.,使得编写网络应用程序相对容易.服务器采用多线程以满足多用户的请求,通过JDBC与后台数据库连接,并通过创建一个ServerSocket对象来监听来自客户的连接请求,默认端口为8080,然后无限循环调用accept()方法接受客户程序的连接-System uses a client/server mode between server and client through the socket Socket (TCP) connection. In java using a very simple set of interfaces, Java API to handle socket communications category provides a java.net.Socket., Makes the preparation of web applications is relatively easy. Server used to meet the needs of multi-threaded multi-user request, through the JDBC database connection with the background and, through the creation of a ServerSocket object to monitor connection requests from clients, the default port is 8080, and then infinite loop calling accept () method to accept client connection
Date
: 2025-12-24
Size
: 882kb
User
:
梧桐
[
Web Server
]
fuwuqi
DL : 0
用java实现的Tftp(Sftp)客户端与服务器程序。在这个程序中用到了一个“状态”的机制:客户端与服务器端在开始运行时有相同的状态,通过用户的输入或程序内部运行的机制,程序可以转到不同的状态,在不同的状态下程序实现了不同的功能 -Using java realized Tftp (Sftp) client and server program. In this procedure used a state of the mechanism: client and server-side run-time at the beginning of the same state, through user input or program running internal mechanisms, procedures can be transferred to a different state, in a different state under the procedures to achieve a different function
Date
: 2025-12-24
Size
: 44kb
User
:
wl
[
Web Server
]
ChipChat(Java)
DL : 0
局域网聊天 分为客服端和服务端 系统要求:安有JDK1.5的windows操作系统 运行步骤: 1 确保server.jar和start.cmd在同一个目录下。 2 在启动服务器端之前,务必先运行start.cmd,启动rmiregistry. 3 然后可以直接运行JAR文件——Client.jar、server.jar。 4 在server的界面中,第一个按钮为启动服务器按钮,点击之即可启动服务器。-LAN is divided into customer service chat client and server system requirements: On the windows operating system are running JDK1.5 steps: 1 to ensure that server.jar and start.cmd in the same directory. 2 Before you start the server, be sure to run start.cmd, start the rmiregistry. 3 and then run the JAR file directly- Client. Jar, server.jar. 4 in the server interface, the first button to start the server button, click it to restart the server.
Date
: 2025-12-24
Size
: 61kb
User
:
Sandy
[
Web Server
]
Beginner_H178933932004
DL : 0
This is used to show a developer how to use and build Client / Server app s by using Sockets. This is very basic, and doesn t go over using UDP. -This is used to show a developer how to use and build Client/Server app s by using Sockets. This is very basic, and doesn t go over using UDP.
Date
: 2025-12-24
Size
: 15kb
User
:
nechifor
[
Web Server
]
chatserver
DL : 0
Chat server for client server chating using JAVA programming-Chat server for client server chating using JAVA programming.................
Date
: 2025-12-24
Size
: 15kb
User
:
farhan
[
Web Server
]
jspbook
DL : 0
GZIPFilter可以用gzip的方式压缩HTTP Response的内容,从而在Server端加快了响应回复的速度(gzip压缩过程需耗用CPU资源,却大幅减轻了网卡的处理负担),在Client端缩短了页面刷新时间,在网络内减少了数据流量。另一方面,因为采用的Filter的方式,无需改动应用现有的代码就可引入该功能。-GZIPFilter way can be compressed with gzip content of HTTP Response to the Server side to speed up the response speed of response (gzip compression process consumes CPU resources, but significantly reduce the processing burden on the card), in the Client side to shorten the time to refresh the page in the network reduces the data traffic. On the other hand, because the use of the Filter approach, without changing existing application code can be introduced into the function.
Date
: 2025-12-24
Size
: 12kb
User
:
wendou
[
Web Server
]
webClient-Server
DL : 0
本程序是基于java写的简单的服务器和客户端程序,可以用浏览器访问所需要的文件。服务器可以对客户端的get请求给予应答,并将应答内容保存在文件中,将应答头部显示在命令行上-the java web Client and Server
Date
: 2025-12-24
Size
: 10kb
User
:
twilight
[
Web Server
]
client-yale
DL : 0
耶鲁大学开发的单点登录(Single Sign On)系统称为CAS(Central Authentication Service)被设计成一个独立的Web应用程序(cas.war)。它目前用几个Java Servlet作为实现并且通过一个Https服务器来运行。-Yale development of Single sign-on (use On) system is called the CAS (Central Authentication Service) is designed to be an independent Web application (CAS.war). It is with a few Java Servlet as implementation and run through an Https server.
Date
: 2025-12-24
Size
: 8kb
User
:
lophic
[
Web Server
]
basic_java
DL : 0
JAVA Client Server Program using UDP
Date
: 2025-12-24
Size
: 6kb
User
:
SITAL SHARMA
«
1
2
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.