Why tomcat reply HTTP 1.1 respose with an HTTP 1.0 request?
JSP - Standard Tag Library (JSTL) Tutorial
Using Spring 4 WebSocket, sockJS and Stomp support to implement two way server client communication
Spring WebSocket Support
Using WebSocket to build an interactive web application
Jetty WebSocket Server API
Jetty 9 – Updated WebSocket API
个人理解: 这里的异步其实就是servlet把请求交给一个线程池去处理,然后servlet线程结束。线程池慢慢地去处理这些任务。
如此,可以及时地释放servlet线程,防止线程数量太多造成性能下降。
How to use Asynchronous Servlets to improve performance
Asynchronous processing support in Servlet 3.0
Servlet 3.0 实战:异步 Servlet 与 Comet 风格应用程序
Async Servlet Feature of Servlet 3
使用spring的@Async异步执行方法
spring mvc对异步请求的处理
jstl转义显示html标签
XSS prevention in JSP/Servlet web application
Simple Cross Site Scripting (XSS) Servlet Filter
Spring MVC防御CSRF、XSS和SQL注入攻击
Spring Security 3.2.0.RC1 Highlights: CSRF Protection
Java Web Application: How to implement caching techniques?
Ehcache文档
注释驱动的 Spring cache 缓存介绍
How to deploy a war file in Tomcat 7
如何将netbeans生成的项目文件打包发布到其他的Tomcat服务器上?
Deploying on tomcat