Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "JNDI Context Provider Dependencies"

Line 12: Line 12:
 
| 1.6.1
 
| 1.6.1
 
| [http://www.dom4j.org/license.html License] (BSD style)
 
| [http://www.dom4j.org/license.html License] (BSD style)
|-
 
| [http://jaxen.codehaus.org jaxen]
 
| [http://dist.codehaus.org/jaxen/distributions/jaxen-1.1.zip jaxen-1.1.zip]
 
| An XPath engine used by Dom4j
 
| 1.1
 
| [http://jaxen.codehaus.org/licence.html License]
 
 
 
|-
 
|-
 
| [http://logging.apache.org/log4j/docs/ log4j]
 
| [http://logging.apache.org/log4j/docs/ log4j]
Line 33: Line 26:
 
|-
 
|-
 
| [http://www.bandit-project.org/index.php/Welcome_to_Bandit Bandit Utility]
 
| [http://www.bandit-project.org/index.php/Welcome_to_Bandit Bandit Utility]
| [ftp://forgeftp.novell.com//bandit/BanditUtils/development/binaries/all-java/bandit-config-0.2.392.jar bandit-config-0.2.392.jar] [ftp://forgeftp.novell.com//bandit/BanditUtils/development/binaries/all-java/bandit-jndi-0.2.392.jar bandit-jndi-0.2.392.jar] [ftp://forgeftp.novell.com//bandit/BanditUtils/development/binaries/all-java/bandit-misc-0.2.392.jar bandit-misc-0.2.392.jar] [ftp://forgeftp.novell.com//bandit/BanditUtils/development/binaries/all-java/bandit-higgins-0.2.489.jar bandit-higgins-0.2.489.jar] [ftp://forgeftp.novell.com//bandit/BanditUtils/development/binaries/all-java/bandit-jscript-0.2.477.jar bandit-jscript-0.2.477.jar]
+
| [ftp://forgeftp.novell.com//bandit/BanditUtils/development/binaries/all-java/bandit-jndi-0.2.392.jar bandit-jndi-0.2.392.jar] [ftp://forgeftp.novell.com//bandit/BanditUtils/development/binaries/all-java/bandit-misc-0.2.392.jar bandit-misc-0.2.392.jar]
| Used for XML based configuration reading and writing (some castor generated code) and several other utility classes.  Examples include case insensitive strings, non-escaped XML attribute writer, text manipulation, and small modifications to the Open LDAP RFC filter code listed below.
+
| Used for several utility classes.  Examples include case insensitive strings, non-escaped XML attribute writer, text manipulation, and small modifications to the Open LDAP RFC filter code listed below.
| 0.2.x (Tested w/ bandit-config-0.2.392.jar, bandit-jndi-0.2.392.jar, bandit-misc-0.2.392.jar, bandit-higgins-0.2.489.jar, and bandit-jscript-0.2.477.jar)
+
| 0.2.x (Tested w/ bandit-jndi-0.2.392.jar and bandit-misc-0.2.392.jar)
 
| [http://www.bandit-project.org/index.php/FAQs#Licensing Licensing]
 
| [http://www.bandit-project.org/index.php/FAQs#Licensing Licensing]
 
Bandit Utility code is dual licensed under LGPL and EPL
 
Bandit Utility code is dual licensed under LGPL and EPL
Line 44: Line 37:
 
| 2.3.34 Approved: CQ1118
 
| 2.3.34 Approved: CQ1118
 
| [http://www.openldap.org/software/release/license.html License] (BSD style license)
 
| [http://www.openldap.org/software/release/license.html License] (BSD style license)
|-
 
| [http://xerces.apache.org/ Xerces]
 
| [http://www.apache.org/dyn/closer.cgi/xml/xalan-j General Version Download]
 
[http://www.ip97.com/apache.org/xml/xalan-j/xalan-j_2_7_0-bin-2jars.zip xalan-j_2_7_0-bin-2jars.zip]
 
| Used by the castor generated code (and dom4j?).
 
| 2.7.1
 
| [http://www.apache.org/licenses/LICENSE-2.0.html License] (Approved by Orbit)
 
|-
 
| [http://www.castor.org/ Castor]
 
| [http://dist.codehaus.org/castor/1.0.4/castor-1.0.4.jar castor-1.0.4.jar]
 
| Required by the castor generated code.
 
| 1.0.4
 
| [http://www.castor.org/license.html License]
 
 
|-
 
|-
 
| [http://jakarta.apache.org/commons/logging/ Commons Logging]
 
| [http://jakarta.apache.org/commons/logging/ Commons Logging]

Revision as of 13:12, 2 August 2007

Library Home Page (URL) Jar(s) (URL) Used for Version License (URL)
dom4j dom4j-1.6.1.jar Used to read and write our XML based configuration file. We also currently use castor generated code to read and write XML configuration data but it doesn't handle all the XML Schema constructs (namespace references) that we need. 1.6.1 License (BSD style)
log4j log4j-1.2.13.zip Used for logging. 1.2.13(Approved by Orbit) License (Approved by Orbit)
Open XDAS openxdas-0.3.192.jar Used to raise auditing events through Open XDAS java client. These audit events will be recorded if there is an Open XDAS server running, otherwise, they will have no effect. 0.3.x (Tested w/ openxdas-0.3.192.jar) License (BSD style license)
Bandit Utility bandit-jndi-0.2.392.jar bandit-misc-0.2.392.jar Used for several utility classes. Examples include case insensitive strings, non-escaped XML attribute writer, text manipulation, and small modifications to the Open LDAP RFC filter code listed below. 0.2.x (Tested w/ bandit-jndi-0.2.392.jar and bandit-misc-0.2.392.jar) Licensing

Bandit Utility code is dual licensed under LGPL and EPL

Open LDAP ldap.jar Used by the LDAP portion bandit utility libraries. 2.3.34 Approved: CQ1118 License (BSD style license)
Commons Logging 1.1 tar.gz

1.1 zip

Logging shim required by castor and other projects 1.1 Apache 2.0 License
Rhino JavaScript rhino1_6R5.zip Rhino JavaScript engine. 1.6R5 License

.

See Also

Back to the top