1 | ================================================================== |
---|
2 | $Id: 3rd-party-components.txt 1284 2005-09-08 08:39:18Z nicklas $ |
---|
3 | |
---|
4 | BioArray Software Environment (BASE) - http://base.thep.lu.se/ |
---|
5 | Copyright (C) 2002-2004 Lao Saal, Carl Troein, |
---|
6 | Johan Vallon-Christersson, Jari Häkkinen, Nicklas Nordborg |
---|
7 | |
---|
8 | This file is part of BASE. |
---|
9 | |
---|
10 | BASE is free software; you can redistribute it and/or |
---|
11 | modify it under the terms of the GNU General Public License |
---|
12 | as published by the Free Software Foundation; either version 2 |
---|
13 | of the License, or (at your option) any later version. |
---|
14 | |
---|
15 | BASE is distributed in the hope that it will be useful, |
---|
16 | but WITHOUT ANY WARRANTY; without even the implied warranty of |
---|
17 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
---|
18 | GNU General Public License for more details. |
---|
19 | |
---|
20 | You should have received a copy of the GNU General Public License |
---|
21 | along with this program; if not, write to the Free Software |
---|
22 | Foundation, Inc., 59 Temple Place - Suite 330, |
---|
23 | Boston, MA 02111-1307, USA. |
---|
24 | ================================================================== |
---|
25 | |
---|
26 | ================================= |
---|
27 | 3rd-party components used by BASE |
---|
28 | ================================= |
---|
29 | |
---|
30 | Here is list of 3rd-party components used by BASE. All the jar files |
---|
31 | needed are included in the <base>/lib directory. The URLs given here |
---|
32 | can be used if you need more information or need to update some |
---|
33 | component. |
---|
34 | |
---|
35 | |
---|
36 | Hibernate 3.0 |
---|
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.0.5 |
---|
43 | License : LGPL (hibernate.license.txt) |
---|
44 | Jar files : hibernate3.jar, antlr-2.5.7H3.jar, asm.jar, cglib-2.1.jar, |
---|
45 | commons-collections-2.1.1.jar, commons-logging-1.0.4.jar |
---|
46 | dom4j-1.6.jar, ehcache-1.1.jar, jta.jar, log4j-1.2.9.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 | |
---|
52 | JDOM |
---|
53 | ---- |
---|
54 | A library for parsing and generating XML files. |
---|
55 | |
---|
56 | More info : http://www.jdom.org/ |
---|
57 | Version : 1.0 |
---|
58 | License : Apache-style open source license (jdom.license.txt) |
---|
59 | Jar files : jdom.jar, jaxen-core.jar, jaxen-dom.jar, saxpath.jar |
---|
60 | |
---|
61 | |
---|
62 | Java Advanced Imaging (JAI) |
---|
63 | --------------------------- |
---|
64 | An image toolkit from SUN. The package consists of a few jar files and |
---|
65 | libraries for native code for different operating systems. At the moment |
---|
66 | we are only using the jar files but we must also distribute the native |
---|
67 | code libraries in order to follow the license. |
---|
68 | |
---|
69 | More info : http://java.sun.com/products/java-media/jai/index.jsp |
---|
70 | Version : 1.1.2 |
---|
71 | License : Sun Microsystems Binary Code License (jai.license.txt) |
---|
72 | Jar files : jai_core.jar, jai_codec.jar, mlibwrapper_jai.jar |
---|
73 | Other : lbmlib_jai.so, checkmmx.exe, mlib_jai.dll, mlib_jai_mmx.dll |
---|
74 | |
---|
75 | |
---|
76 | Java Servlet API |
---|
77 | ---------------- |
---|
78 | Required for creating servlets and tag libraries. From SUN. This |
---|
79 | library is only required for compiling and are not included in the |
---|
80 | distribution. The web server/servlet container should already have |
---|
81 | these API installed (that'w what makes it a servlet container). |
---|
82 | |
---|
83 | More info : http://java.sun.com/products/servlet/index.jsp |
---|
84 | Version : 2.4 |
---|
85 | License : N/A |
---|
86 | Jar files : jsp-api.jar, servlet-api.jar |
---|
87 | |
---|
88 | |
---|
89 | Xerces |
---|
90 | ------ |
---|
91 | A toolkit for handling XML documents. From the Apache Software |
---|
92 | Foundation. These libraries are also needed by JDOM. |
---|
93 | |
---|
94 | More info : http://xml.apache.org/xerces2-j/index.html |
---|
95 | Version : 2.6.2 |
---|
96 | License : Apache Software License (xerces.license.txt) |
---|
97 | Jar files : xerces-2.6.2.jar, xml-apis.jar |
---|
98 | |
---|
99 | |
---|
100 | MySQL Connector/J |
---|
101 | ----------------- |
---|
102 | A JDBC driver for the MySQL database from MySQL. This library is only |
---|
103 | neede if you are using MySQL as your database. |
---|
104 | |
---|
105 | More info : http://www.mysql.com/products/connector/j/ |
---|
106 | Version : 3.0.15 |
---|
107 | License : GPL (gpl.license.txt) |
---|
108 | Jar files : mysql-connector-java-3.0.15-ga-bin.jar |
---|
109 | |
---|
110 | |
---|
111 | X-Doclet |
---|
112 | -------- |
---|
113 | Used at compile-time only to generate the XML files needed by |
---|
114 | Hibernate for the database mapping. These libraries are not included in |
---|
115 | the distribution. |
---|
116 | |
---|
117 | More info : http://xdoclet.sourceforge.net/xdoclet/index.html |
---|
118 | Version : 1.2 |
---|
119 | License : XDoclet License (xdoclet.license.txt) |
---|
120 | Jar files : xdoclet-1.2.2.jar, xdoclet-hibernate-module-1.2.2.jar, |
---|
121 | xdoclet-xdoclet-module-1.2.2.jar, xjavadoc-1.1-j5-v3.jar, |
---|
122 | commons-collections-2.1.1.jar, commons-logging-1.0.4.jar |
---|
123 | |
---|