Package net.sourceforge.pavlov.main

This package contains the lion's share of the program logic required to make the Pavlov application run.

See:
          Description

Interface Summary
AbstractTemplateKit Provides a set of templates for widgets that allow the user to login, choose a chapter, answer a question, and be welcomed to the application.
 

Class Summary
AbstractPavlovApplication An abstract class that handles most of the work of a Pavlov Application, whether it be applet, servlet, client-server, or standalone.
AbstractUIFactory Defines user-interface tasks required by AbstractPavlovApplication.
DefaultTemplateKit A template kit that uses the files in resources/views.
Quiz Contains state information for a quiz in progress.
Skin Describe class DefaultTemplateKit here.
 

Package net.sourceforge.pavlov.main Description

This package contains the lion's share of the program logic required to make the Pavlov application run. At time of writing, a few subpackages are being developed to reimplement this logic in a variety of client-server environments, which will become subpackages of pavlov.main.