jQuery in Action, 2nd edition
The moose likes Struts and the fly likes diff between Filer class and request processor Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Frameworks » Struts
Reply Bookmark "diff between Filer class and request processor" Watch "diff between Filer class and request processor" New topic
Author

diff between Filer class and request processor

jacob deiter
Ranch Hand

Joined: Apr 02, 2008
Posts: 576
in struts 1.X based web application.request processor process the request and response.Then why Filer class needs for an application.what is the diff between both
[ May 10, 2008: Message edited by: jacob deiter ]
Jeanne Boyarsky
internet detective
Marshal

Joined: May 26, 2003
Posts: 26201
    
  66

Jacob,
Filters were introduced to J2EE after Struts 1.0 came out. For newer code, I would use a filter rather than adding things to the request processor.


[Blog] [JavaRanch FAQ] [How To Ask Questions The Smart Way] [Book Promos]
Blogging on Certs: SCEA Part 1, Part 2 & 3, Core Spring 3, OCAJP, OCPJP beta, TOGAF part 1 and part 2
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: diff between Filer class and request processor
 
Similar Threads
enumeratio or iterator
Class Diagram and Object Diagram
Request Processor
Intercepting XML using Servlet Filter
Java