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"

(Where to report STP bug)
(Where to send out email/newsgroup to get help)
Line 31: Line 31:
 
[https://bugs.eclipse.org/bugs/enter_bug.cgi?classification=STP open new bugs. ]
 
[https://bugs.eclipse.org/bugs/enter_bug.cgi?classification=STP open new bugs. ]
  
=== Where to send out email/newsgroup to get help ===
+
=== 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 reference [https://dev.eclipse.org/mailman/listinfo/stp-user stp-user], [https://dev.eclipse.org/mailman/listinfo/stp-dev 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 reference [http://www.eclipse.org/newsgroups/index_project.php here]

Revision as of 03:55, 19 December 2007

Installation

Download

Install from update site

Required Eclipse Plugins

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 reference 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 reference here

Back to the top