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 Service Creation getting started guide for stp 0.7"

 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
 
This wiki page is used to explain how to install and use the STP Service Creation for Eclipse Europa Fall maintenance release.
 
This wiki page is used to explain how to install and use the STP Service Creation for Eclipse Europa Fall maintenance release.
  
(Last updated on Nov 14th, 2007)  
+
(Last updated on Jan 3rd, 2008)  
 
== Where to get stp ==
 
== Where to get stp ==
 
=== Install from Eclipse Europa Fall Maintenance site===
 
=== Install from Eclipse Europa Fall Maintenance site===
Line 22: Line 22:
 
  *[http://download.eclipse.org/tools/orbit/downloads/drops/R200709171314/bundles/javax.wsdl_1.5.1.v200709050115.jar  javax.wsdl 1.5.1]
 
  *[http://download.eclipse.org/tools/orbit/downloads/drops/R200709171314/bundles/javax.wsdl_1.5.1.v200709050115.jar  javax.wsdl 1.5.1]
  
 
 
=== 3rd-party plugins ===
 
Please download [http://repo.open.iona.com/test-update-site/downloads/stp-jsr-R20070912.zip JSR API plugins from open.iona.com].
 
 
It contains: javax.jws, javax.xml.bind, javax.xml.ws, org.osoa.sca plugins.
 
We have filled Eclipse IPZilla for those APIs, and will add them to Orbit once passed the review.
 
  
 
===  Pre-requisites SOA runtime ===
 
===  Pre-requisites SOA runtime ===

Latest revision as of 00:35, 4 January 2008

This wiki page is used to explain how to install and use the STP Service Creation for Eclipse Europa Fall maintenance release.

(Last updated on Jan 3rd, 2008)

Where to get stp

Install from Eclipse Europa Fall Maintenance site

Download from stp website

The latest stp 0.7.0 build can be downloaded from here

Setup STP

Plugins required from other Eclipse projects

*emf-sdo-xsd-SDK-2.3.0
*GEF-ALL-3.3 
*JEM-SDK-1.2.3_jem
*wtp-sdk-S-2.0
*GMF-sdk-2.0
*mdt-ocl-SDK-1.1
*emf-validation-SDK-1.1
*emf-query-SDK-1.1
*emf-transaction-SDK-1.1
*javax.wsdl 1.5.1


Pre-requisites SOA runtime


setup Tomcat shared lib

In order to deploy JAX-WS service to Tomcat container, please copy all jars under ${apache_cxf_install}/libs and ${apache_cxf_install}/modules into ${tomcat_install}/shared/lib

Run it

Set Eclipse JVM to JDK1.5, CXF does not support JDK1.6

Demo movie

Flash movie shows how to create, deploy and debug a JAX-WS web service

Introduction on developerworks website

Coming soon!

Back to the top