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 "JavaScript Policy Context Provider Dependencies"

 
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  Approved: CQ1362 (OK to check in under Incubator rules)
 
| [http://www.dom4j.org/license.html License] (BSD style)
 
|-
 
| [http://jaxen.codehaus.org jaxen]
 
| [http://jaxen.codehaus.org/releases.html Downloads]
 
| 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 25: 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)
|-
 
| [http://www.bandit-project.org/index.php/Welcome_to_Bandit Bandit Utility]
 
| [http://www.bandit-project.org/index.php/Common_Identity_DEV_Downloads General Downloads]
 
[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-higgins-0.2.489.jar bandit-higgins-0.2.498.jar] [ftp://forgeftp.novell.com//bandit/BanditUtils/development/binaries/all-java/bandit-jscript-0.2.477.jar bandit-jscript-0.2.477.jar]
 
| Used for XML based configuration reading and writing (some castor generated code), JavaScript Policy Decision Point, and Higgins related utility classes.
 
| 0.2.x (Tested w/ bandit-config-0.2.392.jar, bandit-higgins-0.2.489.jar, and bandit-jscript-0.2.477.jar)
 
| [http://www.bandit-project.org/index.php/FAQs#Licensing Licensing]
 
Bandit Utility code is dual licensed under LGPL and EPL
 
|-
 
| [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]
 
 
|-
 
|-
 
| [http://jakarta.apache.org/commons/logging/ Commons Logging]
 
| [http://jakarta.apache.org/commons/logging/ Commons Logging]
 
|  [http://apache.downlod.in/jakarta/commons/logging/binaries/commons-logging-1.1.tar.gz 1.1 tar.gz]
 
|  [http://apache.downlod.in/jakarta/commons/logging/binaries/commons-logging-1.1.tar.gz 1.1 tar.gz]
 
[http://apache.downlod.in/jakarta/commons/logging/binaries/commons-logging-1.1.zip 1.1 zip]
 
[http://apache.downlod.in/jakarta/commons/logging/binaries/commons-logging-1.1.zip 1.1 zip]
| Logging shim required by castor and other projects
+
| Logging shim required by apache projects
 
| 1.1
 
| 1.1
 
| [http://jakarta.apache.org/commons/license.html Apache 2.0 License]
 
| [http://jakarta.apache.org/commons/license.html Apache 2.0 License]

Latest revision as of 14:21, 14 December 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)
Commons Logging 1.1 tar.gz

1.1 zip

Logging shim required by apache projects 1.1 Apache 2.0 License
Rhino JavaScript Downloads Rhino JavaScript engine. 1.6R5 Approved: CQ1455 License

.

Dev project:
Org.eclipse.higgins.idas.cp.jspolicy.deps.png

Test project:
Org.eclipse.higgins.idas.cp.jspolicy.test.deps.png

See Also

Back to the top