<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2600.0" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial color=#000000 size=2>I've been studying for the java 
programmer certification exam&nbsp;and I've been looking for an&nbsp;interesting 
opportunity to&nbsp;use JDOM.&nbsp; As a means of doing both simultaneously, 
I've developed a web page that offers a mock exam for the programmer 
certification.&nbsp; I developed all of the questions in a set of&nbsp;XML 
documents--one for each topic.&nbsp; I used JDOM to load the questions into 
memory and reorganize them into a set of three exams with twenty questions 
each.&nbsp; Questions from each topic are shuffled after being loaded 
into&nbsp;memory and then&nbsp;are distributed equally between the three 
exams.&nbsp;&nbsp;Each of the three exams is shuffled again before&nbsp;being 
written out to the exam1.xml, exam2.xml, and exam3.xml&nbsp;files.&nbsp; XSLT is 
then used to transform each exam.xml file into two html files--exam.html and 
answers.html.&nbsp; By using JDOM, it is very easy to organize new revisions of 
the exams as new questions are added.&nbsp;</FONT></DIV>
<DIV><FONT face=Arial color=#000000 size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial color=#000000 size=2><A 
href="http://www.geocities.com/danchisholm2000/">http://www.geocities.com/danchisholm2000/</A></FONT></DIV>
<DIV><FONT face=Arial color=#000000 size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial color=#000000 size=2>If you are studying for the Java 
programmer certification, the please take a look at&nbsp;my mock&nbsp;exam and 
let me know what you think.&nbsp; If you know anyone that is studying for the 
certification, then please pass on the URL.</FONT></DIV>
<DIV><FONT face=Arial color=#000000 size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial color=#000000 size=2>Dan</FONT></DIV></BODY></HTML>