This page is started from a flowscript that reads in
<b>soccer.xml</b>
and
passes it onto a Manager. This Java class represents a simple Java-based
connection to a datasource.
<br/>
Normally you would handle all interaction with the data through Java classes, not in
flow, but for the sake of simplicity and to demonstrate the communication between flow and
your business layer, we used a function
<i>loadDocument</i>
to read in the XML file and pass
it on to the Manager class.
</p>