How can I Submit client side answers (to a question) to the server using JAVA?

Posted by mdrafi on Stack Overflow See other posts from Stack Overflow or by mdrafi
Published on 2010-04-02T14:47:35Z Indexed on 2010/04/02 15:13 UTC
Read the original article Hit count: 167

How can I Submit client side computer user's answers(to a multiple choice question) to the server using JAVA

  1. I have a centralized server and about 1000 client systems.
  2. In these 1000 systems students take multiple choice quiz at at time (in some 2 hrs time).
  3. Now i've to send all these answers of these questions to the server in an asynchronous threaded queue when the student answer each question (all 1000 students)
  4. Also client have to wait if the server connection is a failure, in this case students should be able to continue taking quiz/exam. When I get the connection these answers in queue should be submitted to the server system.

How can I solve this problem? Please suggest/help me in this.

© Stack Overflow or respective owner

Related posts about asynchronous

Related posts about thread