Java-based server simulator
My mession is to develop a printer server simulator in Java. The configuration is an XML file (very branched tree of hundreds of objects). How I should start? I already the server services interfaces. I have to implement it. I want a clever way to get the objects back and forth from the XML file. I have the xsd schema.
Is there any framwork or well-know library I can use?
Please help me out.
Thanks a lot,
Zakwan



