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"

(from Eclipse Europa)
Line 3: Line 3:
 
(Last updated on Apr 28, 2007)
 
(Last updated on Apr 28, 2007)
 
== Where to get stp ==
 
== Where to get stp ==
=== from Eclipse Europa ===
+
=== Install from Eclipse Europa ===
 
Since stp is part of Eclipse Europa release, it can be installed from Europa Discovery Site as following:
 
Since stp is part of Eclipse Europa release, it can be installed from Europa Discovery Site as following:
 
  Help->Software Updates->Find and Install...
 
  Help->Software Updates->Find and Install...
 
  ->Search for new features to install->Europa Discovery Site->SOA Development
 
  ->Search for new features to install->Europa Discovery Site->SOA Development
  
=== download from stp website ===
+
=== Download from stp website ===
 
The latest stp build can be downloaded from [http://download.eclipse.org/stp/downloads/ here]
 
The latest stp build can be downloaded from [http://download.eclipse.org/stp/downloads/ here]
  
 
==  Setup pre-requisites ==
 
==  Setup pre-requisites ==
 +
=== Plugins required from other Eclipse projects ===
 +
  *[http://download.eclipse.org/modeling/emf/emf/downloads/drops/2.3.0/S200706130003/emf-sdo-xsd-SDK-2.3.0RC3.zip emf-sdo-xsd-SDK-2.3.0]
 +
*[http://download.eclipse.org/tools/gef/downloads/drops/S-3.3RC3-200706131125/GEF-ALL-3.3RC3.zip GEF-ALL-3.3]
 +
*[http://download.eclipse.org/tools/ve/downloads/drops/R-1.2.3_jem-200701301117/JEM-SDK-1.2.3_jem.zip JEM-SDK-1.2.3_jem]
 +
*[http://download.eclipse.org/webtools/downloads/drops/R2.0/S-2.0RC3-200706140654/wtp-sdk-S-2.0RC3-200706140654.zip  wtp-sdk-S-2.0]
 +
*[http://download.eclipse.org/datatools/downloads/1.5/dtp-sdk_1.5RC4.zip dtp-sdk_1.5]
 +
*[http://download.eclipse.org/modeling/gmf/downloads/drops/S-2.0RC2-200706051400/GMF-sdk-2.0RC2.zip GMF-sdk-2.0]
 +
*[http://download.eclipse.org/modeling/mdt/ocl/downloads/drops/1.1.0/S200705301319/mdt-ocl-SDK-1.1RC2.zip mdt-ocl-SDK-1.1]
 +
*[http://download.eclipse.org/modeling/emf/validation/downloads/drops/1.1.0/S200705301349/emf-validation-SDK-1.1RC2.zip emf-validation-SDK-1.1]
 +
*[http://download.eclipse.org/modeling/emf/query/downloads/drops/1.1.0/S200705301347/emf-query-SDK-1.1RC2.zip emf-query-SDK-1.1]
 +
*[http://download.eclipse.org/modeling/emf/transaction/downloads/drops/1.1.0/S200705301409/emf-transaction-SDK-1.1RC2.zip emf-transaction-SDK-1.1]
 +
*orbit-S200705021947
 +
  
 
=== 3rd-party plugins ===
 
=== 3rd-party plugins ===
 +
*[http://people.apache.org/repo/m2-snapshot-repository/org/apache/cxf/cxf-eclipse-plugin/2.0-incubator-SNAPSHOT/cxf-eclipse-plugin-2.0-incubator-20070619.165612-26.zip  Apache CXF plugin for JAX-WS development]
 +
 +
*[http://people.apache.org/~jliu/updatesites/tuscany/plugins/org.apache.tuscany_1.0.0.jar Apache Tuscany plugin for SCA development]
 +
 +
 
===  Pre-requisites SOA runtime ===
 
===  Pre-requisites SOA runtime ===
 
*JAX-WS runtime: [http://people.apache.org/repo/m2-snapshot-repository/org/apache/cxf/cxf-distribution/2.0-incubator-SNAPSHOT/cxf-distribution-2.0-incubator-20070606.203457-21.zip Apache CXF]
 
*JAX-WS runtime: [http://people.apache.org/repo/m2-snapshot-repository/org/apache/cxf/cxf-distribution/2.0-incubator-SNAPSHOT/cxf-distribution-2.0-incubator-20070606.203457-21.zip Apache CXF]
Line 20: Line 38:
  
  
== Use STP to build and deploy JAX-WS web service ==  
+
== Run it ==  
  
 
=== Demo movie ===
 
=== Demo movie ===
[http://download.eclipse.org/stp/documents/europa/stp_europa_servicecreation_jaxws.htm Flash movie to show how to create and deploy a JAX-WS web service]
+
[http://download.eclipse.org/stp/documents/europa/stp_europa_servicecreation_jaxws.htm Flash movie shows how to create and deploy a JAX-WS web service]
  
  
=== Introduction on developmentworks===
+
=== Introduction on developerworks website===
 
Tyler Anderson wrote a good article about [http://www-128.ibm.com/developerworks/edu/os-dw-os-eclipse-soatp.html Use the Eclipse SOA Tools Platform plug-in to build and deploy a Web service]
 
Tyler Anderson wrote a good article about [http://www-128.ibm.com/developerworks/edu/os-dw-os-eclipse-soatp.html Use the Eclipse SOA Tools Platform plug-in to build and deploy a Web service]
 +
However, since that introduction was written several months ago, here are some updates:

Revision as of 05:59, 28 June 2007

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

(Last updated on Apr 28, 2007)

Where to get stp

Install from Eclipse Europa

Since stp is part of Eclipse Europa release, it can be installed from Europa Discovery Site as following:

Help->Software Updates->Find and Install...
->Search for new features to install->Europa Discovery Site->SOA Development

Download from stp website

The latest stp build can be downloaded from here

Setup pre-requisites

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
*dtp-sdk_1.5 
*GMF-sdk-2.0
*mdt-ocl-SDK-1.1
*emf-validation-SDK-1.1
*emf-query-SDK-1.1
*emf-transaction-SDK-1.1
*orbit-S200705021947


3rd-party plugins


Pre-requisites SOA runtime


Run it

Demo movie

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


Introduction on developerworks website

Tyler Anderson wrote a good article about Use the Eclipse SOA Tools Platform plug-in to build and deploy a Web service However, since that introduction was written several months ago, here are some updates:

Back to the top