_*Project:*_*
*You will develop a web JavaEE Web Application which offers tests and 
allows users take these tests. Your application will offer only 4 tests 
(java, sql, english and javascript tests).

For each test, there is one table that stores the questions of the test. 
You application will ask these questions one by one (Check the features 
& warnings below).

_*Database:
*_Execute the sql statements in the *hw2.sql. * This script will create 
7 tables (javatest, sqltest, javascripttest, englishtest, scores, login, 
test_durations)


*Examine the system flow from the diagram below.

*Please note that:* The diagram is here only to demonstrate (give an 
idea) how your application page flow looks like. You do not have to 
create all the jsp pages or servlets as it is shown in the diagram. 
(Probably you application will have more pages)



I couldnt solve the (*******) problems.i hope someone help me

_*Features &Warnings; *_


    *

      _Unregistered users __*can not*__ take any of the tests before login._

    *

      _For the unregistered users the test links in the
      __*testlist.jsp*__ shouldn`t be active_

    *

      _In order to take the test users should be registered. (Each
      column in login table is required) _

    *

      _******Only one registered user can take one test at a time.  
      ======> How can I solve this problem
      _

    *

      _******When a registered user selects a test, if someone is taking
      that test at that time, system will show the name of the user and
      remaining time   __ ======> How can I solve this problem_

    *

      _Do not forget to do input validation both server-side (servlet)
      and client-side (javascript) during the registration process._

    *

      _Test question will be asked one by one_

    *

      _After selecting the answer for a specific question user can go
      back and change the answer for that question_

    *

      _******If the test duration is finishes, application will end the
      test automatically.  __ ======> How can I solve this problem_

    *

      _After test ends scores will be inserted into scores table.
      (scores table)_













--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Java 
EE (J2EE) Programming with Passion!" group.
To post to this group, send email to 
java-ee-j2ee-programming-with-passion@googlegroups.com
To unsubscribe from this group, send email to 
java-ee-j2ee-programming-with-passion+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/java-ee-j2ee-programming-with-passion?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to