where and when is servlet chaining used in real time environment?any example?
senthil sen
Ranch Hand
Joined: Oct 10, 2002
Posts: 182
posted
0
where and when is servlet chaining used in real time environment?any example?
Sam Dalton
Author
Ranch Hand
Joined: Jul 26, 2001
Posts: 170
posted
0
Servlet or Filter chaining might be used to provide common services to a web application. For example, logging acces, custom authentication, request translation. Cheers Sam
Originally posted by senthil sen: where and when is servlet chaining used in real time environment?any example?
<a href="http://www.samjdalton.com" target="_blank" rel="nofollow">Sam Dalton</a>,<br />Co-author of [http://www.amazon.com/exec/obidos/tg/detail/-/1590592255/qid=1068633302//ref=sr_8_xs_ap_i0_xgl14/104-4904002-9274339?v=glance&s=books&n=507846]Professional JSP 2.0[/URL] (October 2003)<br />Co-author of <a href="http://www.amazon.com/exec/obidos/ASIN/1861007701/ref=ase_electricporkchop" target="_blank" rel="nofollow">Professional SCWCD Certification</a><br />Co-author of <a href="http://www.amazon.com/exec/obidos/ASIN/186100561X/ref=ase_electricporkchop" target="_blank" rel="nofollow">Professional Java Servlets 2.3</a>
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to
run our stuff on 16 servers instead of 3.
subject: where and when is servlet chaining used in real time environment?any example?