-->

Programming

Programming Posts


System Overview:

A rough guide to how the components in my system have interacted so far.


An example course through the graph would be my Draw Analyzer which does the following: 
  1. Get user input (query such as races at Pontefract over 6f in 2011)
  2. Log into racing post (queries now member-only) and load html into html unit
  3. Run query and wait for the Racing Post page to refresh
  4. Load each race into html unit
  5. Decompose each race into individual results for each stall
  6. Pass to JFreeChart for rendering
Here is a crude diagram:


Arrow Key Nav