| 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
|
|
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
|
 |
 |
|
|
subject: diff between Filer class and request processor
|
|
|