<slide>
	<title>PersistentObject</title>
	<subtitle>Introduction</subtitle>
	
	<list>
		<bullet>Sits on top of Database</bullet>
		<bullet>Object Relational Model</bullet>
		<bullet>Based on Hibernate - not Active Record</bullet>
		<bullet>Uses definition files, which can be auto generated by a script
		as part of the PersistentObjectDatabaseSchemaTiein:</bullet>
	</list>

	<example><![CDATA[php rungenerator.php
	-s mysql://root@localhost/geolocation -f mysql /tmp]]></example>

	<list>
		<bullet>The classes itself can also be generated by this script</bullet>
		<bullet>Work is being done to allow definitions to be generated on the fly from annotated source code</bullet>
	</list>

</slide>

