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 46: Line 46:
 
|-
 
|-
 
| [http://ws.apache.org/commons/axiom/ Apache AXIOM]
 
| [http://ws.apache.org/commons/axiom/ Apache AXIOM]
|
 
 
| [http://archive.apache.org/dist/ws/commons/axiom/1_2/axiom-1.2-bin.zip  axiom-api-1.2.jar,<br/>axiom-impl-1.2.jar,<br/>stax-api-1.0.1.jar,<br/>wstx-asl-3.0.0.jar] [http://archive.apache.org/dist/ws/commons/axiom/1_2/axiom-1.2-src.zip source]
 
| [http://archive.apache.org/dist/ws/commons/axiom/1_2/axiom-1.2-bin.zip  axiom-api-1.2.jar,<br/>axiom-impl-1.2.jar,<br/>stax-api-1.0.1.jar,<br/>wstx-asl-3.0.0.jar] [http://archive.apache.org/dist/ws/commons/axiom/1_2/axiom-1.2-src.zip source]
|
 
 
| Apache AXIOM is a StAX-based, XML Infoset compliant object model which supports on-demand building of the object tree.   
 
| Apache AXIOM is a StAX-based, XML Infoset compliant object model which supports on-demand building of the object tree.   
 
| 1.2
 
| 1.2

Revision as of 13:18, 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 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 License

.

See Also

Back to the top