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 Wanet Telecoms Ltd 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. marcincoles

    Java Servlet to poll Server

    Servlets only activate when their service methods are called by the web container. Do you want to a) just poll a unix server during a request, or b) continually to build up a profile? a) in your service (post/get) method create a socket to the server in question, send it some data, and await...
  2. marcincoles

    Stuff Enter Key pogramatically

    Here's an alternative. Use a servlet/JSP to generate the page that holds the applet. As part of the JSP/servlet put the user id/password info as a parameter within the <APPLET> tags. Then simply read the parameter in your applet. Marcin. Light on the fizz, so you can slap him down fast.

Part and Inventory Search

Back
Top