Project

General

Profile

« Previous | Next » 

Revision 4764

Added by daigle almost 16 years ago

Add documentation for serviced based architecture and utilties classes.

View differences:

index.html
49 49
     but we have avoided RDBMS specific features in order to maintain portability
50 50
     to other relational databases.
51 51
  </p>
52
  <p>
53
     Metacat is implemented as a Java Servlet, and so communicates using basic
54
     HTTP protocol semantics.  The figure below shows the basic structure of
55
     the Metacat architecture. A well defined interface for inserting, 
56
     updating, deleting, querying, and transforming (using XSL) XML documents
57
     is presented.  We would like to add the DOM API as an alternative 
58
     supported mechanism for interacting with Metacat, but have not yet
59
     implemented this functionality.
60
  </p>
61
  <p><img src="../user/metacat.gif" /></p>
62 52
  </td>
63 53
</tr>
64 54
<tr><td>&nbsp;</td></tr>
......
67 57
  <td>The pages below provide more detailed descriptions of the 
68 58
      various development and architecture subjects involved in Metacat.
69 59
    <ul>
70
      <li> <!-- a href="./metacat-architecture.html" -->Metacat Architecture <!-- /a --></li>
60
      <li> <a href="./metacat-architecture.html">Metacat Architecture </a></li>
71 61
      <li> <!-- a href="./metacat-dev-hardware.html" -->Metacat developement hardware requirements <!-- /a --></li>
72 62
      <li> <!-- a href="./metacat-eclipse-project.html" -->Setting up a Metacat Eclipse project <!-- /a --></li>
73 63
      <li> <a href="./building-metacat.html">Building Metacat</a></li>

Also available in: Unified diff