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"

(Eclipse SOA Tools Frequent Asked Questions)
(Eclipse SOA Tools Frequent Asked Questions)
Line 3: Line 3:
 
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 cannot find what you are looking for in this FAQ, then you should post your question to the the STP newsgroup.
 
If you cannot find what you are looking for in this FAQ, then you should post your question to the the STP newsgroup.
 +
 +
==General==
 +
 +
==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.

Revision as of 04:31, 18 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 cannot find what you are looking for in this FAQ, then you should post your question to the the STP newsgroup.

General

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