-
Notifications
You must be signed in to change notification settings - Fork 0
/
cabio43_client_readme.txt
136 lines (96 loc) · 4.84 KB
/
cabio43_client_readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
caBIO API
Version 4.3
July 2009
================================================================
Contents
================================================================
1.0 Introduction
2.0 Required Software
2.1 Java 2 Platform
2.2 Apache Ant
3.0 Example Programs
4.0 License
================================================================
1.0 Introduction
================================================================
The caBIO Java API distribution consists of the cabio43*.jar
files, required library files, demo programs and an Ant build
script.
================================================================
2.0 Required Software
================================================================
----------------------------------------------------------------
2.1 Java 2 Platform (required)
----------------------------------------------------------------
Java 2 Platform Enterprise Edition (J2EE) or Standard
Edition (J2SE) is required to compile and run caBIO.
J2SDK jdk1.5.0.08 or later version is required. You can
download_scripts the JDK from Sun Microsystems, Inc. at the
following locations:
http://java.sun.com/j2ee/
http://java.sun.com/j2se/
----------------------------------------------------------------
2.2 Apache Ant
----------------------------------------------------------------
To successfully run the TestClient program using the enclosed
build file you will need to have Apache Ant installed. The
program has been tested with Ant-1.6.5.
Ant is an open source compile tool available at:
http://ant.apache.org/
================================================================
3.0 Example Programs
================================================================
To run the demos, type "ant -projecthelp" for a list of
possible targets. For example, type "ant rundemo" to run all
of the examples in the caBIO Technical Guide.
To use the Java API in your own program, please ensure that
your CLASSPATH contains all of the jar files in the lib/
directory as well as the conf/ directory itself.
================================================================
4.0 License
================================================================
The caBIO version 4.3 software is licensed under the terms
contained in the license located at:
http://ncicb.nci.nih.gov/download_scripts/cabiolicenseagreement.jsp
This product includes software developed by the
Apache Software Foundation (http://www.apache.org/).
- Apache SOAP, Crimson, Xerces, and Xalan are part of the
Apache XML project.
- Tomcat, ORO, and Lucene are part of the Apache Jakarta
project.
All aforementioned Apache projects are trademarks of the
Apache Software Foundation. For further open source
licensing issues pertaining to the Apache Software
Foundation, visit:
http://www.apache.org/LICENSE
Sun, Sun Microsystems, Solaris, Java, JavaServer Web
Development Kit, and JavaServer Pages are trademarks or
registered trademarks of Sun Microsystems, Inc. The jaxp.jar
and jaxb-rt-1.0-ea.jar are redistributed as whole binary
jars and are subject to the Sun license terms as stated in
http://java.sun.com/xml/docs/summer02/LICENSE.html
UNIX is a registered trademark in the United States and
other countries, exclusively licensed through X/Open
Company, Ltd.
Oracle is a registered trademark of Oracle Corporation.
Windows, WindowsNT, and Win32 are registered trademarks of
Microsoft Corp.
All other product names mentioned herein and throughout the
entire caCORE project are trademarks of their respective
owners.
Hibernate is Free Software. The LGPL license is sufficiently
flexible to allow the use of Hibernate in both open source
and commercial projects.
http://www.gnu.org/copyleft/lesser.html
This product includes software developed by Castor
(http://www.castor.org), which is licensed under the Exolab
license:
http://www.castor.org/license.html
The caBIO dataset includes the results of queries to the
100K mapping array annotations in the NetAffx(tm) Analysis
Center of Affymetrix, Inc. ("Affymetrix"). Use of these
annotations are subject to the Affymetrix terms and
conditions concerning the use of content obtained from the
NetAffx(tm) Analysis Center, which are found at
http://www.affymetrix.com/site/terms.affx.
//end