1 | ================================================================== |
---|
2 | $Id: 3rd-party-components.txt 3510 2007-06-19 06:56:23Z nicklas $ |
---|
3 | |
---|
4 | Copyright (C) Authors contributing to this file. |
---|
5 | |
---|
6 | This file is part of BASE - BioArray Software Environment. |
---|
7 | Available at http://base.thep.lu.se/ |
---|
8 | |
---|
9 | BASE is free software; you can redistribute it and/or |
---|
10 | modify it under the terms of the GNU General Public License |
---|
11 | as published by the Free Software Foundation; either version 2 |
---|
12 | of the License, or (at your option) any later version. |
---|
13 | |
---|
14 | BASE is distributed in the hope that it will be useful, |
---|
15 | but WITHOUT ANY WARRANTY; without even the implied warranty of |
---|
16 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
---|
17 | GNU General Public License for more details. |
---|
18 | |
---|
19 | You should have received a copy of the GNU General Public License |
---|
20 | along with this program; if not, write to the Free Software |
---|
21 | Foundation, Inc., 59 Temple Place - Suite 330, |
---|
22 | Boston, MA 02111-1307, USA. |
---|
23 | ================================================================== |
---|
24 | |
---|
25 | ================================= |
---|
26 | 3rd-party components used by BASE |
---|
27 | ================================= |
---|
28 | |
---|
29 | Here is list of 3rd-party components used by BASE. All the jar files |
---|
30 | needed are included in the <base>/lib directory or in |
---|
31 | <base>/www/plugins sub-directories for plug-ins based on others |
---|
32 | work. The URLs given here can be used if you need more information or |
---|
33 | need to update some component. |
---|
34 | |
---|
35 | |
---|
36 | Hibernate 3 |
---|
37 | ----------- |
---|
38 | An object/relational persistence and query service for Java. Shields |
---|
39 | us from most SQL and gives us database independece. |
---|
40 | |
---|
41 | More info : http://www.hibernate.org/ |
---|
42 | Version : 3.2.4.SP1 |
---|
43 | License : LGPL (hibernate.license.txt) |
---|
44 | Jar files : hibernate3.jar, antlr-2.7.6.jar, asm.jar, asm-attrs.jar, |
---|
45 | cglib-2.1.3.jar, commons-collections-2.1.1.jar, commons-logging-1.0.4.jar |
---|
46 | dom4j-1.6.1.jar, ehcache-1.2.3.jar, jta.jar, c3p0-0.9.1.jar |
---|
47 | |
---|
48 | Note: Most of the jar files above are other 3rd-party components used by Hibernate. |
---|
49 | Base doesn't use these components directly. |
---|
50 | |
---|
51 | Log4j |
---|
52 | ----- |
---|
53 | A loggins system that makes it easy to turn on or off debugging just by |
---|
54 | editing a configuration file. This component is also used by Hibernate |
---|
55 | and we are using the same version that ships with Hibernate. |
---|
56 | |
---|
57 | More info : http://logging.apache.org/log4j/docs/ |
---|
58 | Version : 1.2.14 |
---|
59 | License : Apache License 2.0 (apache.license-2.0.txt) |
---|
60 | Jar files : log4j-1.2.14.jar |
---|
61 | |
---|
62 | JDOM |
---|
63 | ---- |
---|
64 | A library for parsing and generating XML files. |
---|
65 | |
---|
66 | More info : http://www.jdom.org/ |
---|
67 | Version : 1.0 |
---|
68 | License : Apache-style open source license (jdom.license.txt) |
---|
69 | Jar files : jdom.jar, jaxen-1.1-beta-7.jar, saxpath.jar |
---|
70 | |
---|
71 | |
---|
72 | Java Advanced Imaging (JAI) |
---|
73 | --------------------------- |
---|
74 | An image toolkit from SUN. The package consists of a few jar files and |
---|
75 | libraries for native code for different operating systems. At the moment |
---|
76 | we are only using the jar files but we must also distribute the native |
---|
77 | code libraries in order to follow the license. |
---|
78 | |
---|
79 | More info : http://java.sun.com/products/java-media/jai/index.jsp |
---|
80 | Version : 1.1.2 |
---|
81 | License : Sun Microsystems Binary Code License (jai.license.txt) |
---|
82 | Jar files : jai_core.jar, jai_codec.jar, mlibwrapper_jai.jar |
---|
83 | Other : lbmlib_jai.so, checkmmx.exe, mlib_jai.dll, mlib_jai_mmx.dll |
---|
84 | |
---|
85 | |
---|
86 | Java Servlet API |
---|
87 | ---------------- |
---|
88 | Required for creating servlets and tag libraries. From SUN. This |
---|
89 | library is only required for compiling and are not included in the |
---|
90 | distribution. The web server/servlet container should already have |
---|
91 | these API installed (that's what makes it a servlet container). |
---|
92 | |
---|
93 | More info : http://java.sun.com/products/servlet/index.jsp |
---|
94 | Version : 2.4 |
---|
95 | License : N/A |
---|
96 | Jar files : jsp-api.jar, servlet-api.jar |
---|
97 | |
---|
98 | |
---|
99 | Xerces |
---|
100 | ------ |
---|
101 | A toolkit for handling XML documents. From the Apache Software |
---|
102 | Foundation. These libraries are also needed by JDOM. |
---|
103 | |
---|
104 | More info : http://xml.apache.org/xerces2-j/index.html |
---|
105 | Version : 2.9.0 |
---|
106 | License : Apache Software License (xerces.license.txt) |
---|
107 | Jar files : xerces-2.9.0.jar, xml-apis.jar |
---|
108 | |
---|
109 | |
---|
110 | MySQL Connector/J |
---|
111 | ----------------- |
---|
112 | A JDBC driver for the MySQL database from MySQL. This library is only |
---|
113 | needed if you are using MySQL as your database. |
---|
114 | |
---|
115 | More info : http://www.mysql.com/products/connector/j/ |
---|
116 | Version : 5.0.6 |
---|
117 | License : GPL (gpl.license.txt) |
---|
118 | Jar files : mysql-connector-java-5.0.6-bin.jar |
---|
119 | |
---|
120 | |
---|
121 | PostgreSQL JDBC driver |
---|
122 | ---------------------- |
---|
123 | A JDBC driver for the PostgreSQL database. This library is only |
---|
124 | needed if you are using PostgreSQL as your database. |
---|
125 | |
---|
126 | More info : http://jdbc.postgresql.org/ |
---|
127 | Version : 8.1.407 |
---|
128 | License : BSD License (postgres.license.txt) |
---|
129 | Jar files : postgresql-8.1-407.jdbc3.jar |
---|
130 | |
---|
131 | |
---|
132 | X-Doclet |
---|
133 | -------- |
---|
134 | Used at compile-time only to generate the XML files needed by |
---|
135 | Hibernate for the database mapping. These libraries are not included in |
---|
136 | the distribution. |
---|
137 | |
---|
138 | More info : http://xdoclet.sourceforge.net/xdoclet/index.html |
---|
139 | Version : 1.2 |
---|
140 | License : XDoclet License (xdoclet.license.txt) |
---|
141 | Jar files : xdoclet-1.2.2.jar, xdoclet-hibernate-module-1.2.2.jar, |
---|
142 | xdoclet-xdoclet-module-1.2.2.jar, xjavadoc-1.1-j5-v3.jar, |
---|
143 | commons-collections-2.1.1.jar, commons-logging-1.0.4.jar |
---|
144 | |
---|
145 | |
---|
146 | Java Math Expression Parser |
---|
147 | --------------------------- |
---|
148 | Parses and evaluates mathematical expressions in string. Supports |
---|
149 | most operators and funcations as well as variables. |
---|
150 | |
---|
151 | More info : http://www.singularsys.com/jep/ |
---|
152 | Version : 2.4.0 |
---|
153 | License : GPL (gpl.license.txt) |
---|
154 | Jar files : jep-2.4.0.jar |
---|
155 | |
---|
156 | |
---|
157 | JFreeChart |
---|
158 | ---------- |
---|
159 | Plotting package for bar charts, line charts, pie charts and xy plots. |
---|
160 | |
---|
161 | More info : http://www.jfree.org/ |
---|
162 | Version : 1.0.3 |
---|
163 | License : LGPL (lgpl.txt) |
---|
164 | Jar files : jfreechart-1.0.3.jar jcommon-1.0.6.jar |
---|
165 | |
---|
166 | |
---|
167 | MultiExperiment Viewer |
---|
168 | ---------------------- |
---|
169 | MeV is a versatile microarray data analysis tool, incorporating |
---|
170 | sophisticated algorithms for clustering, visualization, |
---|
171 | classification, statistical analysis and biological theme discovery. |
---|
172 | |
---|
173 | More info : http://www.tm4.org/ |
---|
174 | Version : Modified version based on official v4.0 release |
---|
175 | License : The Artisic License (http://www.tm4.org/artistic_license.pdf) |
---|
176 | Jar files : <base>/www/plugins/org/tigr/microarray/mev/*.jar |
---|
177 | |
---|
178 | Note: Most of the jar files above are other 3rd-party components used |
---|
179 | by MeV. BASE doesn't use these components directly. For access to the |
---|
180 | modifed source go to http://trac.thep.lu.se/tracs/BASE-hacks |
---|
181 | |
---|
182 | |
---|
183 | Silk icon set |
---|
184 | ------------- |
---|
185 | A very nice icon set containing 1000 icons. The entire icon set |
---|
186 | is available in the "misc" directory. We have converted the icons |
---|
187 | to GIF format (since we didn't want to scan through all web pages |
---|
188 | and replace .gif with .png). We have also created some new icons which |
---|
189 | are merely combinations of other icons, ie. taking an arrow on one icon |
---|
190 | an putting it on another. |
---|
191 | |
---|
192 | More info : http://www.famfamfam.com/lab/icons/silk/ |
---|
193 | Version : 1.3 |
---|
194 | License : Creative Commons Attribution 2.5 License |
---|
195 | (http://creativecommons.org/licenses/by/2.5/) |
---|
196 | |
---|
197 | |
---|
198 | SvnAnt |
---|
199 | ------ |
---|
200 | An 'ant' task implementation for accessing subversion from the ant buildfile. |
---|
201 | |
---|
202 | More info : http://subclipse.tigris.org/svnant.html |
---|
203 | Version : 1.1.0.RC2 |
---|
204 | License : Apache Software License 1.1 (apache.license.txt) |
---|
205 | Jar files : svnant.jar, javasvn.jar, svnClientAdapter.jar, svnjavahl.jar |
---|
206 | ganymed.jar |
---|
207 | |
---|
208 | |
---|
209 | Docbook |
---|
210 | ------- |
---|
211 | A set of DTD:s and stylesheets for creating documentation. We use |
---|
212 | the DocBook styler suite (see below) but has upgraded it to Docbook 4.5. |
---|
213 | |
---|
214 | More info: http://www.docbook.org/ |
---|
215 | Version : 4.5 |
---|
216 | License : docbook.license.txt |
---|
217 | Files : Everything in lib/docbook/docbook |
---|
218 | |
---|
219 | |
---|
220 | Docbook styler guide |
---|
221 | -------------------- |
---|
222 | An extension to docbook created by Dawid Weiss which simplifies |
---|
223 | file inclusion and building from ant. |
---|
224 | |
---|
225 | More info: http://www.cs.put.poznan.pl/dweiss/xml/projects/ant-docbook-styler/index.xml?lang=en |
---|
226 | Version : 2004_06_22-21_12 |
---|
227 | License : docbook.styler.guide.txt |
---|
228 | Files : Everything in lib/docbook except the 'docbook' subdirectory |
---|
229 | |
---|
230 | |
---|
231 | Affymetrix Fusion SDK |
---|
232 | --------------------- |
---|
233 | Package for reading various Affymetrix file formats. |
---|
234 | |
---|
235 | More info: http://www.affymetrix.com/support/developer/fusion/index.affx |
---|
236 | Version : 1.09 |
---|
237 | License : LGPL (lgpl.txt) |
---|
238 | Files : AffxFusion.jar |
---|
239 | |
---|
240 | TAR file support |
---|
241 | ---------------- |
---|
242 | Package for reading and writing TAR files. |
---|
243 | |
---|
244 | More info: http://www.trustice.com/java/tar/ |
---|
245 | Version : 2.5 |
---|
246 | License : tar.license.txt |
---|
247 | Files : tar.jar |
---|
248 | |
---|
249 | BZIP file support |
---|
250 | ----------------- |
---|
251 | Package for reading and writing BZIP files. |
---|
252 | |
---|
253 | More info: http://www.kohsuke.org/bzip2/ |
---|
254 | Version : unknown |
---|
255 | License : Apache software license (apache.license.txt) |
---|
256 | Files : bzip2.jar |
---|
257 | |
---|
258 | |
---|
259 | |
---|