Github Tournament Service tool

I have started to work on an idea I had a long time ago about a tool for processing tournament service files and present some simple statistics etc. The files are non-schema xmls, so working out all legal structures and values is a pain, but feeding trang (open source tool) with the different xml examples I have renders a set of possible xsd. I then use JAXB to generate Java Data Binding Objects and use JAXB to unmarshal xml. The first goal is to create a somewhat stable java API that lets you parse a xml and get out a valid tournament structure in return. I will then use Spring MVC to quickly get a web app running that uses the api to present data. From there only imagination limits what statistics and fun facts about the results that can be presented.

This entry was posted in Uncategorized. Bookmark the permalink.

Leave a Reply

Your email address will not be published. Required fields are marked *

*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>