Wrox Home  
Search P2P Archive for: Go

  Return to Index  

pro_java thread: Servlets


Message #1 by "Arvind ts" <tsar_ina@h...> on Fri, 12 Jan 2001 18:15:05 -0500
<html><DIV>
<P><BR>Hello,</P>
<P>I have a servlet that sends a certain list of parameters  that it has received from the client user to a common class
that calls a list of java based services . These java based services are run as separate threads by the common class in the
background.</P>
<P>As and when each service is completed it sends a message back to the common class which needs to be passed to the servlet
somehow for displaying to the client user that the particular service is completed.</P>
<P>Now from the servlet point of view how do i get these messages and display to the client user as and when i receive them
from the common class when each background service program is executed (completed)..</P>
<P>Can anyone throw some ideas in this regard.. which i will appreciate very much.. Anyway thanks in advance</P>
<P>Arvind</P>
<P> </P></DIV><br clear=all><hr>Get your FREE download of MSN Explorer at <a
href="http://explorer.msn.com">http://explorer.msn.com</a><br></p></html>

  Return to Index