I am a Solivagant
Lofter    Posts     新文章     文章管理     新日记     日记管理

随笔分类 -  Servlet

摘要:JSESSIONID is a cookie in J2EE web application which is used in session tracking. Since HTTP is a stateless protocol, we need to use any session to re 阅读全文
posted @ 2018-07-13 22:42 宛如ZZ 阅读(324) 评论(0) 推荐(0)
摘要:<url-pattern>/*</url-pattern> The /* on a servlet overrides all other servlets, including all servlets provided by the servletcontainer such as the de 阅读全文
posted @ 2018-05-30 00:09 宛如ZZ 阅读(177) 评论(0) 推荐(0)
摘要:Develop a web application that should have following features. Once we have our basic application ready, we can move on to add other features. Design 阅读全文
posted @ 2018-05-16 09:28 宛如ZZ 阅读(83) 评论(0) 推荐(0)
摘要:Servlet API support for custom Exception and Error Handler servlets that we can congiure in deployment descriptor. The whole purpose of these ervlets 阅读全文
posted @ 2018-05-15 17:27 宛如ZZ 阅读(164) 评论(0) 推荐(0)