************** README **********************

You may want to create a new project and then import and load the files from the 
zip in the following order:

1.  vajSwingSrc.jar     //changes to support swing JTable and JList
2.  univEx.jar		//model, services source code as well as metadata
3.  univViews.dat	//this is a package in a repository, take version 1.1 (VCE info)

Note, if you have already imported the vajSwingSrc.jar file from another example, 
it is not necessary to import it at this time.

Following the instructions from data.txt to load simple data for the example.

This example is setup to run with generated Workspace service classes.  A bug is known
with the Workspace service object code generation.  Namely, for 1:n relationship queries,
too many objects are being cached.  This example has the correct service object code, but
if you make changes and regenerate the Workspace service classes, the bug will be back.
An example of the fix in is TstUniversityTstStaffServiceObject the method
retrieveStaffForTstDepartment(Key).  

You may also generate relational services (a schema and map already exist).  I would
advise you to generate the relational service classes in a seperate package.  If you choose
this route, you may use data.txt, making the appropriate change, to load the data.
You will also have to change the example view class SwingJTableNotebook.
Change the initConnections() method to activate the relational datastore that you
just created and delete the stop() method (it is no longer needed).  Now the example
will use the relational datastore instead of the workspace datastore.

To run the example, execute the "main(String[])" method for the SwingJTableNotebook class.