CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4
  1. #1
    Join Date
    Nov 2016
    Posts
    2

    Creating Server that Offers Quiz Service - Network Programming

    Hello,

    I am new in this forum, i don't know if this is the right section but i need help with an assignment about sockets..

    I need to make a server that offers a MUSIC QUIZ service that clients can contact. Clients receives the questions that they have to answer and the server gives them feedback. Initially, the server ask questions about
    the artist / group has released the song in a specific year. Ex: Who released the song "The
    greatest "in 2016? The server continues to ask questions until the client no longer wish to receive
    new questions.

    The server retrieves information about songs and artists from a database. We must create the table and
    fill it with data. We also need to create a script that creates the database and fills it with data, so
    that those who want to test your solution can get to it.

    The server will "always" be up and it can interact with multiple clients simultaneously.
    Server and Clients can communicate by using Sockets.

    By now i was able to create a multithreaded server and have established a database connection using properties.

    I need help figuring out the rest of the assignment.. much appreciated!

  2. #2
    Join Date
    Jun 1999
    Location
    Eastern Florida
    Posts
    3,877

    Re: Creating Server that Offers Quiz Service - Network Programming

    the rest of the assignment
    Can you list the features you want to add, chose the next one in the list and ask some specific java programming questions about the problems you are having implementing it?
    Norm

  3. #3
    Join Date
    Nov 2016
    Posts
    2

    Re: Creating Server that Offers Quiz Service - Network Programming

    How to create a script that fills the database with given data - java jdbc

    How to make a server retrieve this information from the database

  4. #4
    Join Date
    Jun 1999
    Location
    Eastern Florida
    Posts
    3,877

    Re: Creating Server that Offers Quiz Service - Network Programming

    Sorry, I don't know anything about databases.
    Norm

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured