servlets thread: Re: [Re: Generic Servlet]
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
|





