Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "Token Service Dependencies"

 
(7 intermediate revisions by 4 users not shown)
Line 3: Line 3:
 
{| class="wikitable" style="text-align:left; width="100%" align="left" valign="top" border="1" cellpadding="5" cellspacing="0"
 
{| class="wikitable" style="text-align:left; width="100%" align="left" valign="top" border="1" cellpadding="5" cellspacing="0"
 
|-style="background:grey; color:black"
 
|-style="background:grey; color:black"
! width="20%" border="1" align="left" valign="top" | Library Home Page (URL)
+
! width="18%" border="1" align="left" valign="top" | Library Home Page (URL)
! width="10%" border="1" align="left" valign="top" colspan="3" | URL(s) to JAR/library
+
! width="21%" border="1" align="left" valign="top" colspan="3" | URL(s) to JAR/library
! width="50%" border="1" align="left" valign="top" | Used for
+
! width="45%" border="1" align="left" valign="top" | Used for
! width="10%" border="1" align="left" valign="top" | Version
+
! width="6%" 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://ws.apache.org/commons/axiom/ Apache AXIOM]
 
| [http://ws.apache.org/commons/axiom/ Apache AXIOM]
 
|
 
|
| [http://apache.mirrors.redwire.net/ws/commons/axiom/1_2_1/axiom-1.2.1-bin.zip axiom-api-1.2.1.jar, axiom-dom-1.2.1.jar, axiom-impl-1.2.1.jar]
+
| [http://apache.mirrors.redwire.net/ws/commons/axiom/1_2_2/axiom-1.2.2-bin.zip axiom-api-1.2.2.jar,<br/>axiom-dom-1.2.2.jar,<br/>axiom-impl-1.2.2.jar,<br/>stax-api-1.0.1 .jar] [http://ws.apache.org/commons/axiom/download.cgi 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
+
| 1.2.2  Approved: CQ1449
 
| [http://ws.apache.org/commons/axiom/license.html Apache License, Version 2.0]
 
| [http://ws.apache.org/commons/axiom/license.html Apache License, Version 2.0]
 
|-
 
|-
Line 27: Line 27:
 
| [http://xml.apache.org/security/ Apache XML Security]
 
| [http://xml.apache.org/security/ Apache XML Security]
 
|  
 
|  
| [http://xml.apache.org/security/dist/java-library/xml-security-bin-1_3_0.zip xmlsec-1.3.0.jar]
+
| [http://xml.apache.org/security/dist/java-library/xml-security-bin-1_3_0.zip xmlsec-1.3.0.jar,<br/>serializer.jar]
 
|
 
|
 
| The XML Security project is aimed at providing implementation of security standards for XML.
 
| The XML Security project is aimed at providing implementation of security standards for XML.
| 1.3.0
+
| 1.3.0 (moving to 1.4.0)
 
| [http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0]
 
| [http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0]
|-
 
| [http://wiki.eclipse.org/index.php/Identity_Attribute_Service Eclipse Higgins Identity Attribute Service]
 
|
 
| [http://download.eclipse.org/technology/higgins/idas/lastNightlyBuild/idas.zip idas.jar]
 
|
 
| The IdAS virtualizes identity sources and provides a unified view of identity information.
 
| TBD
 
| [http://www.eclipse.org/legal/epl/notice.html Eclipse Foundation Software User Agreement.]
 
|-
 
| [http://wiki.eclipse.org/index.php/Context_Provider Eclipse Higgins LDAP Context Provider]
 
|
 
| [http://wiki.eclipse.org/index.php/Context_Provider TBD]
 
|
 
| Please see the Context Provider Component Page for prerequisites inherited by the STS.
 
| TBD
 
| [http://www.eclipse.org/legal/epl/notice.html Eclipse Foundation Software User Agreement.]
 
|-
 
| [http://wiki.eclipse.org/index.php/Orbit_Faq Eclipse Orbit axis Bundle]
 
|
 
| [http://wiki.eclipse.org/index.php/Orbit_Faq TBD]
 
|
 
| Apache Axis is an implementation of the SOAP ("Simple Object Access Protocol") submission to W3C.
 
| 1.3
 
| [http://wiki.eclipse.org/index.php/Orbit_Faq TBD]
 
|-
 
| [http://www.eclipse.org/orbit/ Eclipse Orbit javax.servlet_2.4.0 Bundle]
 
|
 
| [http://download.eclipse.org/tools/orbit/committers/drops/I200701170659/bundles/javax.servlet_2.4.0.v200612120446.jar javax.servlet_2.4.0.v200612120446.jar]
 
|
 
| Java Servlet APIs.
 
| 2.4.0
 
| [http://www.eclipse.org/legal/epl/notice.html Eclipse Foundation Software User Agreement.]
 
 
|-
 
|-
 
|}
 
|}
 
.
 
.
 +
 +
Core Project:<br>
 +
[[Image:Org.eclipse.higgins.sts.core.deps.png]]
 +
 +
Messages Project:<br>
 +
[[Image:Org.eclipse.higgins.messages.deps.png]]
  
 
== See Also ==
 
== See Also ==
 
* [http://www.eclipse.org/higgins Higgins Home]
 
* [http://www.eclipse.org/higgins Higgins Home]
 
* [[Components]]
 
* [[Components]]

Latest revision as of 01:54, 9 October 2007

This page is a work in progress...

Library Home Page (URL) URL(s) to JAR/library Used for Version License (URL)
Apache AXIOM axiom-api-1.2.2.jar,
axiom-dom-1.2.2.jar,
axiom-impl-1.2.2.jar,
stax-api-1.0.1 .jar
source
Apache AXIOM is a StAX-based, XML Infoset compliant object model which supports on-demand building of the object tree. 1.2.2 Approved: CQ1449 Apache License, Version 2.0
Apache Commons Logging commons-logging-1.1.jar The Logging package is an ultra-thin bridge between different logging implementations. 1.1 Apache License, Version 2.0
Apache XML Security xmlsec-1.3.0.jar,
serializer.jar
The XML Security project is aimed at providing implementation of security standards for XML. 1.3.0 (moving to 1.4.0) Apache License, Version 2.0

.

Core Project:
Org.eclipse.higgins.sts.core.deps.png

Messages Project:
File:Org.eclipse.higgins.messages.deps.png

See Also

Back to the top