Wrox Home  
Search P2P Archive for: Go

  Return to Index  

servlets thread: Re: [Re: Generic Servlet]


Message #1 by Ashish Singhal <ashishnet@u...> on 20 Feb 2001 02:29:22 MST
Generic servlet is the class used to get the request and send responses f
rom
any type of servlet.

And about how to use it, simply extend your servlet class from GenericSer
vlet
class (which implements Servlet and ServletConfig interfaces) and use its

various methods for these purposes.

____________________________________________________________________
Get free email and a permanent address at http://www.netaddress.com/?N=3D
1

  Return to Index