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 FAQ"

(Service Creation)
Line 1: Line 1:
==Eclipse SOA Tools Frequent Asked Questions==
+
Eclipse SOA Tools Frequent Asked Questions
  
 
This list of frequently asked questions should be your first resort when you have any queries about the SOA Tools Platform project.
 
This list of frequently asked questions should be your first resort when you have any queries about the SOA Tools Platform project.
 
If you have identified a FAQ that is not in this list, please add it to the list. You will need a [http://bugs.eclipse.org/bugs bugzilla] user id in order to edit the page.
 
If you have identified a FAQ that is not in this list, please add it to the list. You will need a [http://bugs.eclipse.org/bugs bugzilla] user id in order to edit the page.
  
Looking for FAQ's related to the development of WTP? See the [http://www.eclipse.org/stp/faq/CommitterFAQ.php Committer FAQ].
+
Looking for FAQ's related to the development of STP? See the [http://www.eclipse.org/stp/faq/CommitterFAQ.php Committer FAQ].
  
==General==
+
Last updated by Johnson Ma at Dec21, 2007
  
===If I want to integrate my ESB runtime with STP, do I have to change it so that it can natively accept the artifacts defined in the STP Assembly Model?===
 
  
No. Since STP is a framework you can construct extensions to the packaging and deployment facilities offered by STP. Your extensions will do the work of making sure that the STP Assembly and your runtime can work together.
+
==How to install STP?==
 
+
===How to install STP?===
+
  
 
There are two ways to install STP:
 
There are two ways to install STP:
1. Automatic installation using the Update Manager, the update site url is:http://download.eclipse.org/stp/updates/.
+
Automatic installation using the Update Manager, the update site url is:http://download.eclipse.org/stp/updates/.
2. Download from stp web site, see [http://wiki.eclipse.org/STP_Service_Creation_User_Guide#Download_from_STP_website here].
+
Download from stp web site, see [http://wiki.eclipse.org/STP_Service_Creation_User_Guide#Download_from_STP_website here].
  
==Service Creation==
+
==How to report bugs?==
 +
You can check the [http://www.eclipse.org/stp/development/bugs/bugs.php bug report]
 +
and [https://bugs.eclipse.org/bugs/enter_bug.cgi?classification=STP report bug here]
  
===After deploying a web service, what's the address of the service===
+
==Where to ask question and get help==
If the service is deployed successfully, you should see the link to your WSDL at this
+
Please post your questions and suggestions to [news://news.eclipse.org/eclipse.stp STP newsgroup]. You will get quick response from developers and other users.
address: « http: //<your server>:<port>/<deployment name>/services ».
+
The newsgroup archive can be found [http://www.eclipse.org/newsportal/thread.php?group=eclipse.stp here]
  
===Is it doable with stp to create a Web Service based on an implementation class?===
+
==If I want to integrate my ESB runtime with STP, do I have to change it so that it can natively accept the artifacts defined in the STP Assembly Model?==
STP does support that, it also support to create a web service based on a Java interface, but you need setup a Web Service runtime implementation, like Apache CXF
+
  
===Are there any Sevice Creation tutorials available?===
+
No. Since STP is a framework you can construct extensions to the packaging and deployment facilities offered by STP. Your extensions will do the work of making sure that the STP Assembly and your runtime can work together.
Yes, see [http://wiki.eclipse.org/STP_Service_Creation_User_Guide#Download_from_STP_website STP Service Creation User Guide].
+

Revision as of 22:27, 20 December 2007

Eclipse SOA Tools Frequent Asked Questions

This list of frequently asked questions should be your first resort when you have any queries about the SOA Tools Platform project. If you have identified a FAQ that is not in this list, please add it to the list. You will need a bugzilla user id in order to edit the page.

Looking for FAQ's related to the development of STP? See the Committer FAQ.

Last updated by Johnson Ma at Dec21, 2007


How to install STP?

There are two ways to install STP:

Automatic installation using the Update Manager, the update site url is:http://download.eclipse.org/stp/updates/.
Download from stp web site, see here.

How to report bugs?

You can check the bug report
and report bug here

Where to ask question and get help

Please post your questions and suggestions to STP newsgroup. You will get quick response from developers and other users. The newsgroup archive can be found here

If I want to integrate my ESB runtime with STP, do I have to change it so that it can natively accept the artifacts defined in the STP Assembly Model?

No. Since STP is a framework you can construct extensions to the packaging and deployment facilities offered by STP. Your extensions will do the work of making sure that the STP Assembly and your runtime can work together.

Back to the top