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="...)
 
 
(8 intermediate revisions by the same user not shown)
Line 10: Line 10:
 
| [http://downloads.sourceforge.net/dom4j/dom4j-1.6.1.jar Downloads]
 
| [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.
 
| 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
+
| 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)
 
|-
 
|-
Line 18: Line 18:
 
| 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 (some castor generated code) and several other utility classes.  Examples include case insensitive strings, non-escaped XML attribute writer, text manipulation.
| 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.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
 
|-
 
|-
| [http://www.openldap.org/ Open LDAP]
+
| [http://xerces.apache.org/ Xerces]
| [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
+
 
| [http://xml.apache.org/xalan-j/downloads.html Downloads]
 
| [http://xml.apache.org/xalan-j/downloads.html Downloads]
 
| Used by the castor generated code (and dom4j?).
 
| Used by the castor generated code (and dom4j?).
| 2.7.1
+
| 2.7.1 Approved: CQ1171, CQ1650
 
| [http://www.apache.org/licenses/LICENSE-2.0.html License] (Approved by Orbit)  
 
| [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/ Downloads]
 +
| Required by the castor generated code.
 +
| 1.0.4
 +
| [http://www.castor.org/license.html License]
 
|-
 
|-
 
|}
 
|}

Latest revision as of 21:33, 23 August 2007

Library Home Page (URL) Jar(s) (URL) Used for Version License (URL)
dom4j 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 Approved: CQ1362 (OK to check in under Incubator rules) License (BSD style)
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 (some castor generated code) and several other utility classes. Examples include case insensitive strings, non-escaped XML attribute writer, text manipulation. 0.2.x (Tested w/ bandit-config-0.2.392.jar and bandit-misc-0.2.392.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 Approved: CQ1171, CQ1650 License (Approved by Orbit)
Castor Downloads Required by the castor generated code. 1.0.4 License

.

See Also

Back to the top