"Rajesh R.Basawa" wrote:
>
> Hi all,
> I have basic question regarding servlets.I have a servlet which has some member
>functions apart from doGet and doPost.How could I call these methods from the other
>servlet.I don't want to load the servlet on my own .It should be loaded as normal
>servlet from servlet engine.
What you describe is not a good design. Migrate these methods to a
separate class, instantiate the class and call the methods
sven
--
======================================================================================
Sven van 't Veer http://www.cachoeiro.net
Java Developer [EMAIL PROTECTED]
======================================================================================
___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".
Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html