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 | <para> |
---|
33 | This chapter is an introduction of the web services in BASE. It's recommended to begin with |
---|
34 | reading the first section in this chapter. Then you can either move on to the second section |
---|
35 | for guideness how to develop client applications, or go directly to third section if you |
---|
36 | think there are some services missing and you want to develop a new service. |
---|
37 | </para> |
---|
38 | |
---|
39 | <sect1 id="webservices.available_services"> |
---|
40 | <title>Available services</title> |
---|
41 | <para> |
---|
42 | Below is a list of available services in BASE, each one with information about what it |
---|
43 | can do and example of use case. |
---|
44 | </para> |
---|
45 | |
---|
46 | |
---|
47 | <variablelist> |
---|
48 | <varlistentry> |
---|
49 | <term>SessionService</term> |
---|
50 | <listitem> |
---|
51 | <para></para> |
---|
52 | </listitem> |
---|
53 | </varlistentry> |
---|
54 | <varlistentry> |
---|
55 | <term>ProjectService</term> |
---|
56 | <listitem> |
---|
57 | <para></para> |
---|
58 | </listitem> |
---|
59 | </varlistentry> |
---|
60 | <varlistentry> |
---|
61 | <term>ExperimentService</term> |
---|
62 | <listitem> |
---|
63 | <para></para> |
---|
64 | </listitem> |
---|
65 | </varlistentry> |
---|
66 | <varlistentry> |
---|
67 | <term>BioAssaySetService</term> |
---|
68 | <listitem> |
---|
69 | <para></para> |
---|
70 | </listitem> |
---|
71 | </varlistentry> |
---|
72 | <varlistentry> |
---|
73 | <term>RawBioAssayService</term> |
---|
74 | <listitem> |
---|
75 | <para></para> |
---|
76 | </listitem> |
---|
77 | </varlistentry> |
---|
78 | <varlistentry> |
---|
79 | <term>ArrayDesignService</term> |
---|
80 | <listitem> |
---|
81 | <para></para> |
---|
82 | </listitem> |
---|
83 | </varlistentry> |
---|
84 | </variablelist> |
---|
85 | </sect1> |
---|
86 | |
---|
87 | <sect1 id="webservices.client_development"> |
---|
88 | <title>Client development</title> |
---|
89 | <para></para> |
---|
90 | </sect1> |
---|
91 | |
---|
92 | <sect1 id="webservices.services_development"> |
---|
93 | <title>Services development</title> |
---|
94 | <para></para> |
---|
95 | </sect1> |
---|
96 | </chapter> |
---|