Project

General

Profile

1
<!DOCTYPE Product SYSTEM "document.dtd">
2

    
3
<Product>
4

    
5
<Name>XML-DBMS</Name>
6

    
7
<Developer>Ronald Bourret, Technical University of Darmstadt</Developer>
8

    
9
<Summary>Java packages for transferring data between
10
XML documents and relational databases</Summary>
11

    
12
<Description>
13

    
14
<Para>XML-DBMS is a set of Java packages for transferring data between XML documents and relational databases. It views the XML document as a tree of objects in which element types are generally viewed as classes and attributes and PCDATA as properties of those classes. It then uses an object-relational mapping to map these objects to the database. An XML-based mapping language is used to define the view and map it to the database.</Para>
15

    
16
<Para>You can:</Para>
17

    
18
<List>
19
<Item><Link URL="readme.html">Read more about XML-DBMS</Link></Item>
20
<Item><Link URL="XMLAndDatabases.htm">Read more about databases and XML</Link></Item>
21
<Item><Link URL="xmldbms.dtd">View the mapping language DTD</Link></Item>
22
<Item><Link URL="xmldbms.zip">Download XML-DBMS</Link></Item>
23
</List>
24

    
25
<Para>XML-DBMS, along with its source code, is freely available for use in both commercial and non-commercial settings.</Para>
26

    
27
</Description>
28

    
29
</Product>
(10-10/14)