搜索资源列表
用Java实现Web服务器
- 用Java实现Web服务器 本文实现了GET请求的Web服务器程序的方法,通过创建ServerSocket类对象,监听端口8080; 等待、接受客户机连接到端口8080; 创建与socket字相关联的输入流和输出流 然后,读取客户机的请求信息,若请求类型是GET,则从请求信息中获取所访问的HTML文件名,如果HTML文件存在,则打开HTML文件,把HTTP头信息和HTML文件内容通过socket传回给Web浏览器,然后关闭文件。否则发送错误信息给Web浏览器。最后,关闭与相应Web浏览器连接
WebServer.java 用JAVA编写Web服务器
- WebServer.java 用JAVA编写Web服务器 -WebServer.java prepared with Java Web Server
selfWebServer(java)
- 个人WEB服务器,能实现对静态网页的发布,能同时支持10上以上的并发访问,可扩展功能较强,有CGI接口-personal Web server, able to static Web publishing, will be able to support more than 10 on the concurrent access, which can be expanded more powerful, CGI
web
- 一个JAVA做的浏览器,能够通过INTERNET网看到各种网页,和APPLET- JAVA does the browser, can see each kind of homepage through the INTERNET net, with APPLET
简单的WEB SERVER
- JAVA的简单的WEB SERVER-simple JAVA WEB SERVER
chap07 Web服务器和浏览器
- java编的web服务器和浏览器。已编译通过,java面向对象网络编程书的源码。-java series of the web server and browser. Compiled by java object-oriented programming on the network source.
Java & Internet Programing for Mobile Robots
- Sample tracking of robots movement through web server
HttpServer.用java实现的简单HTTP的Web服务器端
- 一个用java实现的简单HTTP的Web服务器端,实现了套接字的基本工作原理,Using java to achieve a simple HTTP-Web server-side to achieve the basic working principle of Sockets
webserver
- 多线程web服务器 java语言 实现了 阅读文字 图片.jpg以及.gif -Multi-threaded web server, java language to implement read the text images. Jpg and. Gif
svgtoolkit-20020312
- java所開發的SVG GIS WEB SERVICE-java developed SVG GIS WEB SERVICE
GoogleMapsWebDemo
- Java Google Map使用Demo,web前台使用Google API,调用Google地图-Java Google Map using the Demo, web front using the Google API, called Google Maps
http
- 一个用java写的简单的WEB服务器和浏览器,对于相关的学习者有点帮助,可以初步了理一下整个模型的编写-Using java to write a simple WEB server and browser, for a little help learners related, can initial the management about the preparation of the model
matchmakerMatchSemanticWebService
- 语义Web服务的API使用实例OWL-S API结合matchmaker推理机(Jena Pellet)进行语义转换匹配组合及调用web服务-Swmantic Web Service use OWI-S API and matchmaker reasoner(Jena Pellet) to match semantic and Web service
java-web
- java web服务开发平台的创建以及代码示例,使用java和XML等语言编写-java web services development platform to create and code samples, using java and XML and other languages
Tomcat-and-Java-Web-development
- 本书详细介绍了在Tomcat5版本上开发Java Web应用的各种技术,主要内容包括:Tomcat和Java Web开发的基础知识,Java Web开发的高级技术,Tomcat与当前其他通用软件的集成,以及Tomcat的各种高级功能。本书注重理论与实践相结合,列举了大量具有典型性和使用价值的Web应用实例,并提供了详细的开发和部署步骤。-This book details the Tomcat5 version of Java Web application development on var
Web-services-using-java-from-sun
- Web services using java technology from sun
web-sever
- 用Java实现Web服务器 实现了GET请求的Web服务器程序的方法,通过创建ServerSocket类对象,监听端口8080; 等待、接受客户机连接到端口8080; 创建与socket字相关联的输入流和输出流 然后,读取客户机的请求信息,若请求类型是GET,则从请求信息中获取所访问的HTML文件名,如果HTML文件存在,则打开HTML文件,把HTTP头信息和HTML文件内容通过socket传回给Web浏览器,然后关闭文件。否则发送错误信息给Web浏览器。最后,关闭与相应Web浏览器连接的s
Java-web---jspPmysql-
- 基于java web 的多个实例应用;jsp+mysql 的多个实例-Multiple instances of java web-based application jsp+mysql multiple instances
java-Web
- 基于jsp开发的java,主要有留言的发表和用户的增删改查-Based on the jsp the development of java, has the message published and users CRUD
WEB
- java实现web服务器-计网第一次试验(Java implementation of web server)
