参考:http://www.cnblogs.com/ycpanda/p/3637312.html
Filter是web项目的一个概念,过滤器,它的执行对象是servlet(jsp也算servlet?)(struts中,叫做action),发往servlet的请求按要求经过Filter,才能到servlet
Interceptor是个spring框架中的概念,spring的aop都已经把魔爪伸向 方法 了,那么Interceptor的执行对象也就包括 方法 了,这里的方法可以是任何spring管理的对象的方法,这就可以搞很多事情了,数据库操作的事务和很多设计模式都在这里搞事情