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

STP/Archive/Runtime APIs

< STP‎ | Archive
Revision as of 08:36, 21 February 2007 by Ohurley.iona.com (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

STP is offering developer support for JAX-WS development and SCA/Java development. This are Java 5 annotation-driven specifications, so we need to have some things in place for each:

1. Annotation jar files that contain the annotation declarations used. The STP annotations processor will use these and the JDT to help developers become more productive with the technologies.
2. Tools jar files that contain code generation tools for the runtimes, including WSDL generators, Java generators, etc.

The two runtimes we are targetting for Europa are [CXF] and [Tuscany]. Here are the jars required for each:

XmlSchema-1.2.jar annogen-0.1.0.jar axiom-api-1.2.jar axiom-dom-1.2.jar axiom-impl-1.2.jar axis2-java2wsdl-1.1.jar common-2.2.1.jar commons-logging-1.1.jar ecore-2.2.1.jar ecore-xmi-2.2.1.jar sca-api-r0.95-1.0-incubator-M2.jar sca-tools-1.0-incubator-M2.jar sdo-api-r2.0.1-1.0-incubator-M2.jar standalone-1.0-incubator-M2.jar stax-api-1.0.1.jar tuscany-api-1.0-incubator-M2.jar tuscany-host-api-1.0-incubator-M2.jar tuscany-sdo-impl-1.0-incubator-M2.jar wstx-asl-3.0.1.jar

Copyright © Eclipse Foundation, Inc. All Rights Reserved.