Inter-Servlet Communication
I have a requirement to have one servlet call a method on another servlet and be able to pass (in order of preference) either any object, any Serializable object or any JavaBean from the caller to the callee and return same. Could you please provide suggestions on good ways to accomplish this?
Re: Inter-Servlet Communication
Quote:
Originally Posted by
richip
I have a requirement to have one servlet call a method on another servlet and be able to pass (in order of preference) either any object, any Serializable object or any JavaBean from the caller to the callee and return same. Could you please provide suggestions on good ways to accomplish this?
use RequestDispatcher