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 "XML File Context Provider Dependencies"

(New page: {| class="wikitable" style="text-align:left; width="100%" align="left" valign="top" border="1" cellpadding="5" cellspacing="0" |-style="background:grey; color:black" ! width="20%" border="...)
 
Line 6: Line 6:
 
! width="10%" border="1" align="left" valign="top" | Version
 
! width="10%" border="1" align="left" valign="top" | Version
 
! width="10%" border="1" align="left" valign="top" | License (URL)
 
! width="10%" border="1" align="left" valign="top" | License (URL)
|-
 
| [http://dom4j.org/ dom4j]
 
| [http://downloads.sourceforge.net/dom4j/dom4j-1.6.1.jar Downloads]
 
| 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
 
| [http://www.dom4j.org/license.html License] (BSD style)
 
 
|-
 
|-
 
| [http://logging.apache.org/log4j/docs/ log4j]
 
| [http://logging.apache.org/log4j/docs/ log4j]
Line 18: Line 12:
 
| 1.2.13(Approved by Orbit)
 
| 1.2.13(Approved by Orbit)
 
| [http://www.apache.org/licenses/LICENSE-2.0 License] (Approved by Orbit)
 
| [http://www.apache.org/licenses/LICENSE-2.0 License] (Approved by Orbit)
|-
 
| Open XDAS
 
| [http://openxdas.sourceforge.net/downloads.html Downloads]
 
| 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.158.jar)
 
| [http://sourceforge.net/projects/openxdas License] (BSD style license)
 
 
|-
 
|-
 
| [http://www.bandit-project.org/index.php/Welcome_to_Bandit Bandit Utility]
 
| [http://www.bandit-project.org/index.php/Welcome_to_Bandit Bandit Utility]
 
| [http://www.bandit-project.org/index.php/Common_Identity_DEV_Downloads Downloads]
 
| [http://www.bandit-project.org/index.php/Common_Identity_DEV_Downloads Downloads]
 
| Used for XML based configuration reading and writing 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 XML based configuration reading and writing 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.
| 0.2.x (Tested w/ bandit-config-0.2.304.jar, bandit-jndi-0.2.304.jar, and bandit-misc-0.2.304.jar)
+
| 0.2.x (Tested w/ bandit-config-0.2.304.jar and bandit-misc-0.2.304.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
|-
 
| [http://www.openldap.org/ Open LDAP]
 
| [http://www.openldap.org/software/download/ Downloads]
 
| Used by the LDAP portion bandit utility libraries.
 
| 2.3.30
 
| [http://www.openldap.org/software/release/license.html License] (BSD style license)
 
 
|-
 
|-
 
| Xerces
 
| Xerces

Revision as of 14:33, 7 March 2007

Library Home Page (URL) Jar(s) (URL) Used for Version License (URL)
log4j Downloads Used for logging. 1.2.13(Approved by Orbit) License (Approved by Orbit)
Bandit Utility Downloads Used for XML based configuration reading and writing 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. 0.2.x (Tested w/ bandit-config-0.2.304.jar and bandit-misc-0.2.304.jar) Licensing

Bandit Utility code is dual licensed under LGPL and EPL

Xerces Downloads Used by the castor generated code (and dom4j?). 2.7.1 License (Approved by Orbit)

.

See Also

Back to the top