Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. itsjoker

    Applet-Servlet Communication problem

    Hi, Thank you for your help. I was able to send stuff from the servlet back to the applet with no problem. Can I open a input stream in the servlet to receive text or Objects from a client? I am working on a voice application and I have to send voice packets from the applet to the server...
  2. itsjoker

    Datagram Packet

    Hi, You will have to open a Server socket at a perticular port and wait for any packets to arrive. You will be in a while loop or something while reading is true. Once data is arrived, you can find out the packet content. As you probably will know that Datagram Packets are connection...
  3. itsjoker

    Applet-Servlet Communication problem

    Hi, I am designing an applet servlet communication application. I have an applet that connects to the servlet to exchange information. I am trying to do the following in the servlet to get ObjectInputStream of the client and it hangs there and then returns the client with "Response...

Part and Inventory Search

Back
Top