quiz app in jsp using xml as datasource
843838May 2 2006 — edited May 3 2006Hi if one wants to set up a simple application like a quiz app that stores all its question in an xml file.
The basic structure is like a java class reading from the xml using DOM/SAX then writing the info in the bean then getting that info in a jsp file.
But i am having some problem with the code.
First problem is how do i read a set of records from the xml file to the bean and then transfer it to the jsp page. I am using a simple java bean no EJB's
Any help appreciated