Skip to main content

Notice: This Wiki is now read only and edits are no longer 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"

(Install runtime)
Line 4: Line 4:
  
 
=== Download from STP website ===
 
=== Download from STP website ===
The latest stp 0.7.0 build can be downloaded from [http://download.eclipse.org/stp/downloads/drops/I-I200710300730-200710300730/ here]
+
The latest STP 0.7.0 build can be downloaded from [http://download.eclipse.org/stp/downloads/drops/I-I200710300730-200710300730/ here]
  
 
=== Plugins required from other Eclipse projects ===
 
=== Plugins required from other Eclipse projects ===
Line 18: Line 18:
 
  *[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/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]
 
  *[http://download.eclipse.org/tools/orbit/downloads/drops/R200709171314/bundles/javax.wsdl_1.5.1.v200709050115.jar  javax.wsdl 1.5.1]
 +
 +
==== Install to eclipse ====
 +
Extract all required plugins to the STP Installation directory
  
 
=== Install runtime ===
 
=== Install runtime ===
Line 25: Line 28:
 
*Apache Tomcat (Install only if you want to deploy the generated service to [http://tomcat.apache.org/download-55.cgi Tomcat Container])
 
*Apache Tomcat (Install only if you want to deploy the generated service to [http://tomcat.apache.org/download-55.cgi Tomcat Container])
  
=== Install to eclipse ===
+
=== 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
  
 
== Example ==
 
== Example ==

Revision as of 04:47, 19 December 2007

Installation

Install from update site

This kind of installation downloads STP plugins, and plugins required from other Eclipse projects automatically.

Download from STP website

The latest STP 0.7.0 build can be downloaded from here

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 to eclipse

Extract all required plugins to the STP Installation directory

Install runtime

Select one of the following as Pre-requisite 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

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