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 "STP/Archive/Runtime APIs"

< STP‎ | Archive
Line 10: Line 10:
  
 
'''Tuscany'''
 
'''Tuscany'''
<verbatim>
+
<quote>
 
XmlSchema-1.2.jar
 
XmlSchema-1.2.jar
 
annogen-0.1.0.jar
 
annogen-0.1.0.jar
Line 30: Line 30:
 
tuscany-sdo-impl-1.0-incubator-M2.jar
 
tuscany-sdo-impl-1.0-incubator-M2.jar
 
wstx-asl-3.0.1.jar
 
wstx-asl-3.0.1.jar
</verbatim>
+
</quote>
  
 
'''CXF'''
 
'''CXF'''
<verbatim>
+
<quote>
 
activation-1.1.jar
 
activation-1.1.jar
 
cxf-common-schemas-2.0-incubator-RC-SNAPSHOT.jar
 
cxf-common-schemas-2.0-incubator-RC-SNAPSHOT.jar
Line 51: Line 51:
 
wsdl4j-1.6.1.jar
 
wsdl4j-1.6.1.jar
 
wstx-asl-3.0.2.jar
 
wstx-asl-3.0.2.jar
</verbatim>
+
</quote>

Revision as of 08:38, 21 February 2007

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:

Tuscany <quote> 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 </quote>

CXF <quote> activation-1.1.jar cxf-common-schemas-2.0-incubator-RC-SNAPSHOT.jar cxf-common-utilities-2.0-incubator-RC-SNAPSHOT.jar cxf-eclipse-plugin-2.0-incubator-RC-SNAPSHOT.jar cxf-tools-common-2.0-incubator-RC-SNAPSHOT.jar cxf-tools-java2wsdl-2.0-incubator-RC-SNAPSHOT.jar cxf-tools-validator-2.0-incubator-RC-SNAPSHOT.jar cxf-tools-wsdl2java-2.0-incubator-RC-SNAPSHOT.jar jaxb-api-2.0.jar jaxb-impl-2.0.3.jar jaxb-xjc-2.0.3.jar jaxws-api-2.0.jar jsr181-api-1.0-MR1.jar stax-api-1.0.1.jar velocity-dep-1.4.jar wsdl4j-1.6.1.jar wstx-asl-3.0.2.jar </quote>

Back to the top