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 "Axis 1.x Binding Dependencies"

 
(8 intermediate revisions by 3 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="20%" 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="40%" 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)
 
|-
 
|-
Line 14: Line 14:
 
|
 
|
 
| 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.2
+
| 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 38: Line 38:
 
|
 
|
 
| Apache Axis is an implementation of the SOAP ("Simple Object Access Protocol") submission to W3C.
 
| Apache Axis is an implementation of the SOAP ("Simple Object Access Protocol") submission to W3C.
| 1.4
+
| 1.4 Approved: CQ1453, CQ1636, CQ1637, CQ1638, CQ1639, CQ1640, CQ1641
 
| [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]
 
|-
 
|-
 
|}
 
|}
 
.
 
.
 +
 +
Axis1x Client Project:<br>
 +
[[Image:Org.eclipse.higgins.sts.binding.axis1x.client.deps.png]]
 +
 +
Axis1x Common Project:<br>
 +
[[Image:Org.eclipse.higgins.sts.binding.axis1x.common.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:50, 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 activation-1.1.jar,
axiom-api-1.2.2.jar,
axiom-dom-1.2.2.jar,
axiom-impl-1.2.2.jar,
log4j-1.2.13.jar,
mail-1.4.jar,
stax-api-1.0.1.jar,
wstx-asl-3.0.0.jar
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 serializer.jar,
xalan.jar,
xmlsec-1.3.0.jar
The XML Security project is aimed at providing implementation of security standards for XML. 1.3.0 Apache License, Version 2.0
Apache Axis axis.jar,
commons-discovery-0.2.jar,
commons-httpclient-3.0-rc2.jar,
jaxrpc.jar,
saaj.jar,
servlet.jar,
wsdl4j-1.5.1.jar
Apache Axis is an implementation of the SOAP ("Simple Object Access Protocol") submission to W3C. 1.4 Approved: CQ1453, CQ1636, CQ1637, CQ1638, CQ1639, CQ1640, CQ1641 Apache License, Version 2.0

.

Axis1x Client Project:
Org.eclipse.higgins.sts.binding.axis1x.client.deps.png

Axis1x Common Project:
Org.eclipse.higgins.sts.binding.axis1x.common.deps.png

See Also

Back to the top