搜索资源列表
jetty-4.2.25-all
- 纯JAVA写的HTTP Server and Servlet -was pure Java HTTP Server and Servlet
ATM
- 用jsp+servlet,rmi,http tunneling3种不同的方法连接数据库(derby),实现虚拟ATM机的功能。
yawebmail-1.2.5
- Yawebmail 源码,一个网页邮件收发系统-Yawebmail is a Web-(Online-)Application that enables you to establish a SMTP-, POP3- or IMAP-Connection, even if you are behind a firewall that prevents Mail-Communication- you only need to have HTTP-Access to the Internet.
servletAPI
- servlet api全解 This document is built from the HTML documentations available at java.sun.com. It is regularly updated, when new versions of original documentations become available. To download updates and many other WinHelp and HTMLHelp Java docume
httpsrv-8626
- httpservlet服务器,支持SERVLET-support servlet HTTP server code!
imageclient
- delphi和java互相以http通讯下载图像,并显示,java servlet负责回传图片到客户端,delphi使用Timage显示,可放大缩小,翻转.-delphi and java http communication with each other in order to download images, and displays, java servlet is responsible for return images to the client, delphi using Tim
day3
- http协议的讲解,用java写一些简单的servlet方法,适合于初学者。-explain the http protocol, used to write some simple java servlet method, suitable for beginners.
servlettest
- Java看的HTTP网络编程,网络通信编程实例,适用于Android网络编程。在测试代码中服务端我使用三种方式:S2SH、只用Struts2、Servlet。客户端就一种,只不过换个请求的URL。服务端和客户端交互使用了两种方式:XML、JSON,目前开放平台返回的数据都是支持这两种数据格式的。所以我也实现了这两种数据格式。其实还有一种格式,就是google的protocal buffer,这种形式在国内用的人比较少,我也没弄,感兴趣的同学看我提供的文档,自己研究吧。注意把里面的IP换成自己电脑
HistoryByCookie
- 服务器端使用servlet进行http通信,对浏览器选择的历时记录进行缓存,并显示历史记录-Server using servlet for HTTP communications, browser selection of the last record cache, and display history
火车订票
- 网上订票系统 用到的技术为:javabean-servlet-jsp sql server 2000 数据库文件在WebRoot的DB文件中! 本系统实现了会员注册,会员登录,密码修改,以及会员信息的修改! 初步实现了在线订购,订单查询,班次查询以及系统管理--对火车信息的添加等。 操作过程: 首先,应导入到myeclipse中,将该系统发布到tomcat中,并启动tom cat! 接着在360浏览器中输入http://localhost:80
CVE-2017-12617-master
- CVE-2017-12617 critical Remote Code Execution (RCE) vulnerability discovered in Apache Tomcat affect systems with HTTP PUTs enabled (via setting the "read-only" initialization parameter of the Default servlet to "false") are af
Http服务器示例
- 入口点Main.java,写自定义处理先extends Servlet 然后实现DoGet,DoPost,再改配置文件和WebApp