how to pass objects between two servlets?

Posted by rohit on Stack Overflow See other posts from Stack Overflow or by rohit
Published on 2010-05-09T09:49:13Z Indexed on 2010/05/09 9:58 UTC
Read the original article Hit count: 238

Filed under:

hi,

i am new to servlet programming. i want to know that... is it possible to pass objects between two servlets residing on different application servers??? say two tomcat servers...

means what i want to do is: [browser]--> [app server 1 performs some operation on data]--> [server 2 does some operation on data]

i am sure it is possible but can anyone tell me how??

© Stack Overflow or respective owner

Related posts about servlets