In this lab you will implement a web application that presents various trivia quizzes to the user.

The rest of the lab requirements are presented next, followed by links to a NetBeans project and documentation to get you started and a UML class diagram to guide your class development.

Note:

Here is a zipped NetBeans project to get you started: triviaquiz.zip.

It contains the required JSF *.xhtml pages in skeletal form and a rudimentary QuizBean.java file that together implement the basic page navigation.

You can observe its behavior by clicking here.

Here is the Javadoc documentation for the partially implemented QuizBean class.