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"

Line 13: Line 13:
 
==  Setup pre-requisites ==
 
==  Setup pre-requisites ==
 
=== Plugins required from other Eclipse projects ===
 
=== 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/modeling/emf/emf/downloads/drops/2.3.0/S200706262000/emf-sdo-xsd-SDK-2.3.0RC6.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/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/tools/ve/downloads/drops/R-1.2.3_jem-200701301117/JEM-SDK-1.2.3_jem.zip JEM-SDK-1.2.3_jem]
Line 52: Line 52:
 
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:
 
However, since that introduction was written several months ago, here are some updates:
 +
??? Coming Soon ???

Revision as of 06:16, 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

Update eclipse.ini

Before start Eclipse, please update the eclipse.ini file under your Eclipse installation directory by adding the following line:

-Dorg.osgi.framework.bootdelegation=*

For reason why need to add the bootdelegation flag, please reference here

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: ??? Coming Soon ???

Back to the top