source: trunk/doc/development/overview/data/index.html @ 3681

Last change on this file since 3681 was 3681, checked in by Nicklas Nordborg, 16 years ago

References #721: Store data in files instead of in the database

First draft of a specification/implementation design

  • Property svn:eol-style set to native
  • Property svn:keywords set to Id Date
File size: 3.5 KB
Line 
1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
2<!--
3  $Id: index.html 3681 2007-08-17 11:56:30Z nicklas $
4
5  Copyright (C) 2005 Nicklas Nordborg
6  Copyright (C) 2006 Jari Hakkinen, Nicklas Nordborg
7
8  This file is part of BASE - BioArray Software Environment.
9  Available at http://base.thep.lu.se/
10
11  BASE is free software; you can redistribute it and/or
12  modify it under the terms of the GNU General Public License
13  as published by the Free Software Foundation; either version 2
14  of the License, or (at your option) any later version.
15
16  BASE is distributed in the hope that it will be useful,
17  but WITHOUT ANY WARRANTY; without even the implied warranty of
18  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
19  GNU General Public License for more details.
20
21  You should have received a copy of the GNU General Public License
22  along with this program; if not, write to the Free Software
23  Foundation, Inc., 59 Temple Place - Suite 330,
24  Boston, MA  02111-1307, USA.
25-->
26<html>
27  <head>
28    <title>BASE - Development information - An overview of the database schema and data layer API</title>
29  <link rel=stylesheet type="text/css" href="../../../styles.css">
30  </head>
31<body>
32
33<div class="navigation">
34  <a href="../../../index.html">BASE</a>
35  <img src="../../../next.gif">
36  <a href="../../index.html">Development information</a>
37  <img src="../../../next.gif">
38  An overview of the database schema and data layer API
39</div>
40
41  <h1>An overview of the database schema and data layer API</h1>
42
43  <div class="abstract">
44    <p>
45      Complete information about the database and data layer.
46      The schema is divided into several sections, each describing a
47      particular part of the system. Ie. user management, files,
48      biomaterials, etc.
49    </p>
50   
51    <p>
52    <b>See also</b>
53    </p>
54    <ul>
55    <li><a href="../../../api/net/sf/basedb/core/data/package-summary.html">Javadoc for the net.sf.basedb.core.data package</a>
56    <li><a href="../../coding/data/index.html">Coding rules and guidelines for the data layer</a>
57    </ul>
58   
59    <p class="authors">
60    <b>Last updated:</b> $Date: 2007-08-17 11:56:30 +0000 (Fri, 17 Aug 2007) $
61    </p>
62  </div>
63
64<p>
65  The following diagram gives an overview the classes in this
66  package and how they relate to various functionality in BASE
67  and to each other. Each box is linked to a document with a more
68  detailed diagram and explanations.
69</p>
70  <img src="overview.gif" usemap="#overview" border=0>
71  <map name="overview">
72    <area href="basic.html" coords="249,0,396,50">
73    <area href="authentication.html" coords="249,69,396,118">
74    <area href="wares.html" coords="0,140,150,190">
75    <area href="misc.html" coords="166,140,314,190">
76    <area href="quota.html" coords="329,140,479,190">
77    <area href="clients.html" coords="495,140,642,190">
78    <area href="reporters.html" coords="167,213,316,262">
79    <area href="files.html" coords="330,213,478,262">
80    <area href="protocols.html" coords="258,277,405,326">
81    <area href="parameters.html" coords="419,277,566,326">
82    <area href="annotations.html" coords="322,354,470,403">
83    <area href="plates.html" coords="0,341,159,403">
84    <area href="slides.html" coords="67,433,226,496">
85    <area href="biomaterial.html" coords="261,433,420,496">
86    <area href="plugins.html" coords="448,433,605,496">
87    <area href="hybridizations.html" coords="162,524,320,590">
88    <area href="experiments.html" coords="162,620,320,680">
89  </map>
90</p>
91
92<h2>More...</h2>
93<p>
94  Additional information for parts that are not included in the above
95  diagram.
96</p>
97
98<ul>
99  <li><a href="data_in_files.html">Store data in files</a></li>
100</ul>
101
102</body>
103</html>
Note: See TracBrowser for help on using the repository browser.