OmniGene Implements the Web Services Model By Using XML and Enterprise Java Beans
•A database schema can be represented as XML Schema
•XML
is a W3C standard
•XML is supported industry wide
•EJB is scalable and robust
•<? xml version=“1.0” ?>
•<schema source=“WIBR”>
•
<table name=“SNP” >
• <field name=“allele” type=“VARCHAR” />
• <field name=“left_flank” type=“TEXT”/>
•
</table>
•</schema>