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 User Guide"

(Download from STP website)
(Required Eclipse Plugins)
Line 4: Line 4:
  
 
=== Install from update site ===
 
=== Install from update site ===
=== Required Eclipse Plugins ===
+
=== Plugins required from other Eclipse projects ===
 +
 
 +
*[http://download.eclipse.org/modeling/emf/emf/downloads/drops/2.3.0/R200706262000/emf-sdo-xsd-SDK-2.3.0.zip emf-sdo-xsd-SDK-2.3.0]
 +
*[http://download.eclipse.org/tools/gef/downloads/drops/R-3.3-200706281000/GEF-ALL-3.3.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/R-2.0-200706260303/wtp-sdk-R-2.0-200706260303.zip  wtp-sdk-S-2.0]
 +
*[http://download.eclipse.org/modeling/gmf/downloads/drops/R-2.0-200706210000/GMF-sdk-2.0.zip GMF-sdk-2.0]
 +
*[http://download.eclipse.org/modeling/mdt/ocl/downloads/drops/1.1.0/R200706201142/mdt-ocl-SDK-1.1.zip mdt-ocl-SDK-1.1]
 +
*[http://download.eclipse.org/modeling/emf/validation/downloads/drops/1.1.0/R200706201210/emf-validation-SDK-1.1.zip emf-validation-SDK-1.1]
 +
*[http://download.eclipse.org/modeling/emf/query/downloads/drops/1.1.0/R200706201159/emf-query-SDK-1.1.zip emf-query-SDK-1.1]
 +
*[http://download.eclipse.org/modeling/emf/transaction/downloads/drops/1.1.0/R200706201332/emf-transaction-SDK-1.1.zip emf-transaction-SDK-1.1]
 +
*[http://download.eclipse.org/tools/orbit/downloads/drops/R200709171314/bundles/javax.wsdl_1.5.1.v200709050115.jar  javax.wsdl 1.5.1]
 +
 
 
=== Install runtime (JAX-WS) ===
 
=== Install runtime (JAX-WS) ===
 
*Apache CXF, JDK5, JAXWS 2.0
 
*Apache CXF, JDK5, JAXWS 2.0

Revision as of 04:16, 19 December 2007

Installation

Download from STP website

The latest stp 0.7.0 build can be downloaded from here

Install from update site

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

Install runtime (JAX-WS)

  • Apache CXF, JDK5, JAXWS 2.0
  • Sun JAX-WS RI, JDK 5&6, JAXWS 2.0&2.1

Install to eclipse

Example

Create service component

Create JAX-WS component

Create RESTful service (TBD)

Create JBI component (TBD)

Create SCA component (TBD)

Package and deploy service component

Add a server

Create deployable package

Deploy component

Undeploy component

Test and debug your component

Create a test client

Use REST test client (TBD)

Debug your application

Report bug/Get help

Where to report STP bug

open new bugs.

Where to get help

Maillist

There are two maillists:

stp-user maillist for stp users.

stp-dev maillist for stp developers.

For detail information on how to subscribe, please refer to stp-user, stp-dev

Newsgroup

STP newsgroup is used by end users to ask questions.

server: news.eclipse.org

For detail information on how to register, please refer to here

Back to the top