
I would like to develop an online registration system that captures details of potential candidates for a Prime Game competition. The application has two links namely "register" and "view competition participants".
The "register link" takes user to a page generated by a servlet that captures dateofbirth,firstname, lastname and undergraduate_degree completed or in progress.
The "view competition participants link" should read data from from a JDBC database named PrimeGame with TABLE PRIMEGAMETABLE when there are existing users otherwise if none are registered a message should read " No Participants".
By clicking the "SUBMIT" button the user should be directed to another servlet that displays an agreement form with the rules of the game. Upon clicking "I AGREE" button the user's details are written to a Java DB and else the "I DISAGREE" button invalidates their session and directs them to the Home Page.
If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.
Ask your questions, our development team will try to give answers to your questions.