1 | ================================================================== |
---|
2 | $Id: 3rd-party-components.txt 2474 2006-07-31 13:52:51Z 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. The URLs given here |
---|
31 | can be used if you need more information or need to update some |
---|
32 | component. |
---|
33 | |
---|
34 | |
---|
35 | Hibernate 3.1 |
---|
36 | ------------- |
---|
37 | An object/relational persistence and query service for Java. Shields |
---|
38 | us from most SQL and gives us database independece. |
---|
39 | |
---|
40 | More info : http://www.hibernate.org/ |
---|
41 | Version : 3.2.0.cr3 |
---|
42 | License : LGPL (hibernate.license.txt) |
---|
43 | Jar files : hibernate3.jar, antlr-2.7.6.jar, asm.jar, asm-attrs.jar, |
---|
44 | cglib-2.1.3.jar, commons-collections-2.1.1.jar, commons-logging-1.0.4.jar |
---|
45 | dom4j-1.6.1.jar, ehcache-1.2.jar, jta.jar, log4j-1.2.11.jar, |
---|
46 | c3p0-0.9.0.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.13 |
---|
59 | License : Apache License 2.0 (apache.license-2.0.txt) |
---|
60 | Jar files : log4j-1.2.13.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.8.0 |
---|
106 | License : Apache Software License (xerces.license.txt) |
---|
107 | Jar files : xerces-2.8.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 : 3.1.13 |
---|
117 | License : GPL (gpl.license.txt) |
---|
118 | Jar files : mysql-connector-java-3.1.13-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.1 |
---|
163 | License : LGPL (lgpl.txt) |
---|
164 | Jar files : jfreechart-1.0.1.jar jcommon-1.0.0.jar |
---|
165 | |
---|
166 | |
---|
167 | Silk icon set |
---|
168 | ------------- |
---|
169 | A very nice icon set containing 1000 icons. The entire icon set |
---|
170 | is available in the "misc" directory. We have converted the icons |
---|
171 | to GIF format (since we didn't want to scan through all web pages |
---|
172 | and replace .gif with .png). We have also created some new icons which |
---|
173 | are merely combinations of other icons, ie. taking an arrow on one icon |
---|
174 | an putting it on another. |
---|
175 | |
---|
176 | More info : http://www.famfamfam.com/lab/icons/silk/ |
---|
177 | Version : 1.3 |
---|
178 | License : Creative Commons Attribution 2.5 License |
---|
179 | (http://creativecommons.org/licenses/by/2.5/) |
---|
180 | |
---|
181 | |
---|
182 | |
---|
183 | |
---|
184 | |
---|
185 | |
---|