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 10: Line 10:
 
| [http://downloads.sourceforge.net/dom4j/dom4j-1.6.1.jar dom4j-1.6.1.jar]
 
| [http://downloads.sourceforge.net/dom4j/dom4j-1.6.1.jar 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.
 
| 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  CQ1362 (OK to check in under Incubator rules)
+
| 1.6.1  Approved: CQ1362 (OK to check in under Incubator rules)
 
| [http://www.dom4j.org/license.html License] (BSD style)
 
| [http://www.dom4j.org/license.html License] (BSD style)
 
|-
 
|-

Revision as of 21:29, 23 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 Approved: CQ1362 (OK to check in under Incubator rules) 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 CQ1358 (Ok to check in under incubator rules) License (BSD style license)
Commons Logging 1.1 tar.gz

1.1 zip

Logging shim required other projects 1.1 Apache 2.0 License
Apache AXIOM axiom-api-1.2.jar,
axiom-impl-1.2.jar,
stax-api-1.0.1.jar,
wstx-asl-3.0.0.jar
source
Apache AXIOM is a StAX-based, XML Infoset compliant object model which supports on-demand building of the object tree. 1.2 Apache License, Version 2.0
Rhino JavaScript rhino1_6R5.zip Rhino JavaScript engine. 1.6R5 Approved: CQ1455 License

.

See Also

Back to the top