1 | ================================================================== |
---|
2 | $Id: 3rd-party-components.txt 5029 2009-07-28 11:54:59Z nicklas $ |
---|
3 | |
---|
4 | Copyright (C) 2005 Johan Enell, Nicklas Nordborg |
---|
5 | Copyright (C) 2006 Jari Häkkinen, Nicklas Nordborg, Gregory Vincic |
---|
6 | Copyright (C) 2007 Johan Enell, Jari Häkkinen, 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 3 |
---|
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 BASE. If not, see <http://www.gnu.org/licenses/>. |
---|
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.3.2 |
---|
43 | License : LGPL (hibernate.license.txt) |
---|
44 | Jar files : hibernate3.jar, antlr-2.7.6.jar, c3p0-0.9.1.jar, |
---|
45 | commons-collections-3.1.jar, dom4j-1.6.1.jar, ehcache-1.2.3.jar, |
---|
46 | javassist-3.9.0.GA.jar, jta-1.1.jar, slf4j-api.1.5.8.jar, |
---|
47 | slf4j-log4j12-1.5.8.jar |
---|
48 | |
---|
49 | Note: Most of the jar files above are other 3rd-party components used by Hibernate. |
---|
50 | BASE doesn't use these components directly. |
---|
51 | |
---|
52 | Log4j |
---|
53 | ----- |
---|
54 | A logging system that makes it easy to turn on or off debugging just by |
---|
55 | editing a configuration file. This component is also used by Hibernate |
---|
56 | and we are using the same version that ships with Hibernate. |
---|
57 | |
---|
58 | More info : http://logging.apache.org/log4j/1.2/index.html |
---|
59 | Version : 1.2.15 |
---|
60 | License : Apache License 2.0 (apache.license-2.0.txt) |
---|
61 | Jar files : log4j-1.2.15.jar |
---|
62 | |
---|
63 | JDOM |
---|
64 | ---- |
---|
65 | A library for parsing and generating XML files. |
---|
66 | |
---|
67 | More info : http://www.jdom.org/ |
---|
68 | Version : 1.0 |
---|
69 | License : Apache-style open source license (jdom.license.txt) |
---|
70 | Jar files : jdom.jar, jaxen-1.1-beta-7.jar, saxpath.jar |
---|
71 | |
---|
72 | |
---|
73 | Java Advanced Imaging (JAI) |
---|
74 | --------------------------- |
---|
75 | An image toolkit from SUN. The package consists of a few jar files and |
---|
76 | libraries for native code for different operating systems. At the moment |
---|
77 | we are only using the jar files but we must also distribute the native |
---|
78 | code libraries in order to follow the license. |
---|
79 | |
---|
80 | More info : http://java.sun.com/products/java-media/jai/index.jsp |
---|
81 | Version : 1.1.2 |
---|
82 | License : Sun Microsystems Binary Code License (jai.license.txt) |
---|
83 | Jar files : jai_core.jar, jai_codec.jar, mlibwrapper_jai.jar |
---|
84 | Other : lbmlib_jai.so, checkmmx.exe, mlib_jai.dll, mlib_jai_mmx.dll |
---|
85 | |
---|
86 | |
---|
87 | Java Servlet API |
---|
88 | ---------------- |
---|
89 | Required for creating servlets and tag libraries. From SUN. This |
---|
90 | library is only required for compiling and are not included in the |
---|
91 | distribution. The web server/servlet container should already have |
---|
92 | these API installed (that's what makes it a servlet container). |
---|
93 | |
---|
94 | More info : http://java.sun.com/products/servlet/index.jsp |
---|
95 | Version : 2.5 |
---|
96 | License : N/A |
---|
97 | Jar files : jsp-api.jar, servlet-api.jar |
---|
98 | |
---|
99 | |
---|
100 | Xerces |
---|
101 | ------ |
---|
102 | A toolkit for handling XML documents. From the Apache Software |
---|
103 | Foundation. These libraries are also needed by JDOM. |
---|
104 | |
---|
105 | More info : http://xml.apache.org/xerces2-j/index.html |
---|
106 | Version : 2.9.0 |
---|
107 | License : Apache Software License (xerces.license.txt) |
---|
108 | Jar files : xerces-2.9.0.jar, xml-apis.jar |
---|
109 | |
---|
110 | |
---|
111 | MySQL Connector/J |
---|
112 | ----------------- |
---|
113 | A JDBC driver for the MySQL database from MySQL. This library is only |
---|
114 | needed if you are using MySQL as your database. |
---|
115 | |
---|
116 | More info : http://www.mysql.com/products/connector/j/ |
---|
117 | Version : 5.1.6 |
---|
118 | License : GPLv2 (gpl-2.license.txt) |
---|
119 | Jar files : mysql-connector-java-5.1.6-bin.jar |
---|
120 | |
---|
121 | |
---|
122 | PostgreSQL JDBC driver |
---|
123 | ---------------------- |
---|
124 | A JDBC driver for the PostgreSQL database. This library is only |
---|
125 | needed if you are using PostgreSQL as your database. |
---|
126 | |
---|
127 | More info : http://jdbc.postgresql.org/ |
---|
128 | Version : 8.3.603 |
---|
129 | License : BSD License (postgres.license.txt) |
---|
130 | Jar files : postgresql-8.3-603.jdbc4.jar |
---|
131 | |
---|
132 | |
---|
133 | X-Doclet |
---|
134 | -------- |
---|
135 | Used at compile-time only to generate the XML files needed by |
---|
136 | Hibernate for the database mapping. These libraries are not included in |
---|
137 | the distribution. |
---|
138 | |
---|
139 | More info : http://xdoclet.sourceforge.net/xdoclet/index.html |
---|
140 | Version : 1.2 |
---|
141 | License : XDoclet License (xdoclet.license.txt) |
---|
142 | Jar files : xdoclet-1.2.2.jar, xdoclet-hibernate-module-1.2.2.jar, |
---|
143 | xdoclet-xdoclet-module-1.2.2.jar, xjavadoc-1.1-j5-v3.jar, |
---|
144 | commons-collections-2.1.1.jar, commons-logging-1.0.4.jar |
---|
145 | |
---|
146 | |
---|
147 | Java Math Expression Parser |
---|
148 | --------------------------- |
---|
149 | Parses and evaluates mathematical expressions in string. Supports |
---|
150 | most operators and funcations as well as variables. |
---|
151 | |
---|
152 | More info : http://www.singularsys.com/jep/ |
---|
153 | Version : 2.4.0 |
---|
154 | License : GPLv2 (gpl-2.license.txt) |
---|
155 | Jar files : jep-2.4.0.jar |
---|
156 | |
---|
157 | |
---|
158 | JFreeChart |
---|
159 | ---------- |
---|
160 | Plotting package for bar charts, line charts, pie charts and xy plots. |
---|
161 | |
---|
162 | More info : http://www.jfree.org/ |
---|
163 | Version : 1.0.3 |
---|
164 | License : LGPL (lgpl.txt) |
---|
165 | Jar files : jfreechart-1.0.3.jar jcommon-1.0.6.jar |
---|
166 | |
---|
167 | |
---|
168 | Silk icon set |
---|
169 | ------------- |
---|
170 | A very nice icon set containing 1000 icons. The entire icon set |
---|
171 | is available in the "misc" directory. We have converted the icons |
---|
172 | to GIF format (since we didn't want to scan through all web pages |
---|
173 | and replace .gif with .png). We have also created some new icons which |
---|
174 | are merely combinations of other icons, ie. taking an arrow on one icon |
---|
175 | an putting it on another. |
---|
176 | |
---|
177 | More info : http://www.famfamfam.com/lab/icons/silk/ |
---|
178 | Version : 1.3 |
---|
179 | License : Creative Commons Attribution 2.5 License |
---|
180 | (http://creativecommons.org/licenses/by/2.5/) |
---|
181 | |
---|
182 | |
---|
183 | SvnAnt |
---|
184 | ------ |
---|
185 | An 'ant' task implementation for accessing subversion from the ant buildfile. |
---|
186 | |
---|
187 | More info : http://subclipse.tigris.org/svnant.html |
---|
188 | Version : 1.2.0.RC1 |
---|
189 | License : Apache Software License 1.1 (apache.license.txt) |
---|
190 | Jar files : svnant.jar, svnkit.jar, svnClientAdapter.jar, svnjavahl.jar |
---|
191 | ganymed.jar |
---|
192 | |
---|
193 | |
---|
194 | Docbook |
---|
195 | ------- |
---|
196 | A set of DTD:s and stylesheets for creating documentation. We use |
---|
197 | the DocBook styler suite (see below) but has upgraded it to Docbook 4.5. |
---|
198 | |
---|
199 | More info: http://www.docbook.org/ |
---|
200 | Version : 4.5 |
---|
201 | License : docbook.license.txt |
---|
202 | Files : Everything in lib/docbook/docbook and dist/commons-logging-1.1.jar |
---|
203 | |
---|
204 | |
---|
205 | Docbook styler guide |
---|
206 | -------------------- |
---|
207 | An extension to docbook created by Dawid Weiss which simplifies |
---|
208 | file inclusion and building from ant. |
---|
209 | |
---|
210 | More info: http://www.cs.put.poznan.pl/dweiss/xml/projects/ant-docbook-styler/index.xml?lang=en |
---|
211 | Version : 2004_06_22-21_12 |
---|
212 | License : docbook.styler.guide.txt |
---|
213 | Files : Everything in lib/docbook except the 'docbook' subdirectory |
---|
214 | |
---|
215 | Example code syntax highlighter |
---|
216 | ------------------------------- |
---|
217 | A javascript library that can be used to dynamically highlight |
---|
218 | the syntax in program examples. We have made minor changes to |
---|
219 | make it support the HTML produced by Docbook (ie. find the language |
---|
220 | from the 'language' attribute instead of the 'class' attribute). |
---|
221 | |
---|
222 | More info: http://www.dreamprojections.com/syntaxhighlighter |
---|
223 | Version : 1.5.1 |
---|
224 | License : LGPL (lgpl.txt) |
---|
225 | Files : Everything in the /doc/src/docbook/script and |
---|
226 | /doc/src/docbook/css directories |
---|
227 | |
---|
228 | Affymetrix Fusion SDK |
---|
229 | --------------------- |
---|
230 | Package for reading various Affymetrix file formats. We use a modified |
---|
231 | version that for some file formats can read from an InputStream instead |
---|
232 | of from a File object. This avoids a lot of copying and decompressing. |
---|
233 | |
---|
234 | More info: http://www.affymetrix.com/support/developer/fusion/index.affx |
---|
235 | : (original version) |
---|
236 | : http://dev.thep.lu.se/basehacks/wiki/AffxFusion |
---|
237 | : (modified version) |
---|
238 | Version : 1.09 |
---|
239 | License : LGPL (lgpl.txt) |
---|
240 | Files : AffxFusion.jar |
---|
241 | |
---|
242 | TAR file support |
---|
243 | ---------------- |
---|
244 | Package for reading and writing TAR files. |
---|
245 | |
---|
246 | More info: http://www.trustice.com/java/tar/ |
---|
247 | Version : 2.5 |
---|
248 | License : tar.license.txt |
---|
249 | Files : tar.jar |
---|
250 | |
---|
251 | BZIP file support |
---|
252 | ----------------- |
---|
253 | Package for reading and writing BZIP files. |
---|
254 | |
---|
255 | More info: http://www.kohsuke.org/bzip2/ |
---|
256 | Version : unknown |
---|
257 | License : Apache software license (apache.license.txt) |
---|
258 | Files : bzip2.jar |
---|
259 | |
---|
260 | Axis2 |
---|
261 | ----- |
---|
262 | A core engine for webservices from Apache. |
---|
263 | |
---|
264 | More info : http://ws.apache.org/axis2/ |
---|
265 | Version : 1.3 |
---|
266 | License : Apache License 2.0 (apache.license-2.0.txt) |
---|
267 | Files : Everything in the /lib/webservices directory |
---|
268 | |
---|
269 | SecondString |
---|
270 | ------------ |
---|
271 | A package with some fuzzy string matching algorithms developed |
---|
272 | by researchers at Carnegie Mellon University. |
---|
273 | |
---|
274 | More info : http://secondstring.sourceforge.net/ |
---|
275 | Version : CVS trunk checkout (2008-08-25) |
---|
276 | License : University of Illinois/NCSA Open Source (secondstring-LICENSE.txt) |
---|
277 | Files : secondstring.jar |
---|
278 | |
---|