摘要:
Filter 是servlet层面的,由Servlet容器(如Tomcat)支持,只能在web程序中使用,实现了javax.servlet.Filter接口 Interceptor 是Spring Web层面的(Structs也有), 它是由Spring容器进行管理,并不依赖Tomcat等容器,既可 阅读全文
posted @ 2023-07-08 15:14
全玉
阅读(1750)
评论(0)
推荐(0)
摘要:
1. Servlet基本概念 Servlet 就是一个 HttpHandler, 用来处理http请求,跟 asp.net中的 HttpHandler 是一个意思 Servlet是Sun公司起的一个名字,原意是 Server Applet (运行在服务端到小程序) Servlet本质上是一个 jav 阅读全文
posted @ 2023-07-08 14:09
全玉
阅读(121)
评论(0)
推荐(0)

浙公网安备 33010602011771号