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 "SCA Java support in STP"

(Setup Eclipse Plugins)
Line 2: Line 2:
 
The SCA Java in stp.sc is ??
 
The SCA Java in stp.sc is ??
 
== Setup Eclipse Plugins ==
 
== Setup Eclipse Plugins ==
 +
The STP do not have update site yet. So we need to setup the Eclipse env manually.
 +
Please install the following plugins to your eclipse/plugins dir:
 +
{| style="width:25%; height:200px" border="1"
 +
| Apache Tuscany pluin
 +
| http://www.eclipse.org/stp/plugins/tuscany-eclipse-plugin-1.0-incubator-M2.zip
 +
|-
 +
| Apache CXF plugin
 +
| http://people.apache.org/repo/m2-snapshot-repository/org/apache/cxf/cxf-eclipse-plugin/2.0-incubator-RC-SNAPSHOT
 +
|}
 +
 
== Creating SCA Java Component using STP Service Creation and Tuscany ==
 
== Creating SCA Java Component using STP Service Creation and Tuscany ==
 
=== Creating SCA Java component project ===
 
=== Creating SCA Java component project ===

Revision as of 04:40, 23 January 2007

Introduction

The SCA Java in stp.sc is ??

Setup Eclipse Plugins

The STP do not have update site yet. So we need to setup the Eclipse env manually. Please install the following plugins to your eclipse/plugins dir:

Apache Tuscany pluin http://www.eclipse.org/stp/plugins/tuscany-eclipse-plugin-1.0-incubator-M2.zip
Apache CXF plugin http://people.apache.org/repo/m2-snapshot-repository/org/apache/cxf/cxf-eclipse-plugin/2.0-incubator-RC-SNAPSHOT

Creating SCA Java Component using STP Service Creation and Tuscany

Creating SCA Java component project

SCDL Editing

SCA annotation editing

Generating WSDL

WSDL Editor

Generating Jar file

Run the SCA Java component

Create client project

Deploy to tomcat container

Todo list

References

Back to the top