feixingfei

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2009年1月7日

摘要: The WebApplicationContext is an interface that extends the ApplicationContext interface in the Spring framework. This interface is used to provide the configuration for a web application. The WebApplicationContext is ready only wh... 阅读全文
posted @ 2009-01-07 15:50 feixingfei 阅读(153) 评论(0) 推荐(0)

摘要: Filter:A filter is a reusable piece of code that can transform the content of HTTP requests,responses, and header information. Filters do not generally create a response orrespond to a request as servlets do, rather they modify or adapt the requests for aresource, and modify or adapt responses from 阅读全文
posted @ 2009-01-07 10:30 feixingfei 阅读(165) 评论(0) 推荐(0)