hi,
look at wrox site where u can download code of the
good book (programming with java server side).
the code related to servlet chaining is in chaptre 10.
good luck.
--- Deepak Kapur <kapur_deepak@y...> a écrit : >
Hello Tom,
>
> 1)Esentially servlets are also classes so 1 way is ,
> u
> instenciate those classes and call the respective
> method.
> 2)if u just wish to call another servlet from this
> servlet
> then it is called servlet chaining, there are again
> varios
> methods availavle like sendRedirect. ( servlet
> chaining is
> presented in all good Books, so code u can look up
> there).
>
> regards
> Deepak
>
> --- Tom Barns <Tom@r...>,
> UNEXPECTED_DATA_AFTER_ADDRESS@.... wrote:
> > Hi all
> > How do we make communication between two servlets?
> > code will be great.
> > thanks