First page Back Continue Last page Overview Graphics
Basic Integration
After using the following schema:
<schema>
<key name=”server” required=”yes”/>
<key name=”attempts” datatype=”integer”
default=”5”/>
</schema>
Against the following config file:
# sample configuration
server www.example.com
The configuration object ('conf' in the previous slide) would have the following attributes:
Attribute Value
--------- -----
server 'www.example.com' (string)
attempts 5 (integer)
Notes: