source: trunk/doc/src/docbook/developerdoc/webservices.xml @ 3884

Last change on this file since 3884 was 3884, checked in by Martin Svensson, 15 years ago

References #809 Documentation of base web services has begun.
'net.sf.basedb.ws.server' is now included when building javadoc.

File size: 1.6 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<!DOCTYPE chapter PUBLIC
3    "-//Dawid Weiss//DTD DocBook V3.1-Based Extension for XML and graphics inclusion//EN"
4    "../../../../lib/docbook/preprocess/dweiss-docbook-extensions.dtd">
5<!--
6  $Id: base_overview.xml 3675 2007-08-16 14:16:43Z jari $
7 
8  Copyright (C) 2007 Martin Svensson
9 
10  This file is part of BASE - BioArray Software Environment.
11  Available at http://base.thep.lu.se/
12 
13  BASE is free software; you can redistribute it and/or
14  modify it under the terms of the GNU General Public License
15  as published by the Free Software Foundation; either version 2
16  of the License, or (at your option) any later version.
17 
18  BASE is distributed in the hope that it will be useful,
19  but WITHOUT ANY WARRANTY; without even the implied warranty of
20  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
21  GNU General Public License for more details.
22 
23  You should have received a copy of the GNU General Public License
24  along with this program; if not, write to the Free Software
25  Foundation, Inc., 59 Temple Place - Suite 330,
26  Boston, MA  02111-1307, USA.
27-->
28
29<chapter id="webservices">
30  <?dbhtml dir="webservices"?>
31  <title>Web services</title>
32
33  <para>
34
35  </para>
36
37  <sect1 id="webservices.overview">
38    <title>Overview of BASE web services</title>
39    <para></para>
40  </sect1>
41
42  <sect1 id="webservices.available_services">
43    <title>Available services</title>
44    <para></para>
45  </sect1>
46
47  <sect1 id="webservices.client_development">
48    <title>Client development</title>
49    <para></para>
50  </sect1>
51
52  <sect1 id="webservices.services_development">
53    <title>Services development</title>
54    <para></para>
55  </sect1>
56</chapter>
Note: See TracBrowser for help on using the repository browser.