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 SC plugins structure"

 
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
->org.eclipse.stp.servicecreation                (feature plugin for STP.SC plugins)
+
''Johnson Ma, Update on Sep 17th, for STP 0.7.0''
->org.eclipse.stp.doc                            (doc plugin shared by STP project)
+
->    org.eclipse.stp.sc.doc                    (doc plugin for stp.sc)
+
->org.eclipse.stp.common                        (common plugin shared by stp project)
+
->    org.eclipse.stp.sc.common                  (common plugin shared by stp.sc project)
+
->          org.eclipse.stp.sc.jax-ws          (plugin for creating jax-ws component)
+
->                  org.eclipse.stp.sc.cxf 
+
->          org.eclipse.stp.sc.sca              (plugin for creating SCA component)
+
->                  org.eclipse.stp.sc.sca.java          (plugin for creating SCA-JAVA component)
+
->                          org.eclipse.stp.sc.sca.java.tuscany  (tuscany SCA-JAVA component)
+
  
org.apache.cxf             (package jax-ws API, CXF API and CXF tools lib used in STP.SC)
+
*org.eclipse.stp.servicecreation                (feature plugin for STP.SC plugins)
org.apache.tuscany        (package sca api, tuscany api and tools used in STP.SC)
+
*org.eclipse.stp.doc                            (doc plugin shared by STP project)
 +
*org.eclipse.stp.sc.doc                    (doc plugin for stp.sc)
 +
 
 +
*org.eclipse.stp.common                        (common plugin shared by stp project)
 +
*org.eclipse.stp.sc.common                  (common plugin shared by stp.sc project)
 +
*org.eclipse.stp.sc.jax-ws          (plugin for creating jax-ws component)
 +
*org.eclipse.stp.sc.cxf             (apache cxf jax-ws java component dev plugin)
 +
*org.eclipse.stp.sc.jaxwrui              (Sun JAX-WS RI jax-ws java component dev plugin)  
 +
 
 +
*org.eclipse.stp.sc.sca              (plugin for creating SCA component)
 +
*org.eclipse.stp.sc.sca.java          (plugin for creating SCA-JAVA component)
 +
*org.eclipse.stp.sc.sca.java.tuscany (apache tuscany SCA-JAVA component dev plugin)
 +
 
 +
*org.eclipse.stp.soas.deploy.runtime.cxf  (Apache CXF runtime plugin)
 +
*org.eclipse.stp.soas.deploy.runtime.tuscany  (Apache Tuscany Java runtime plugin)
 +
*org.eclipse.stp.soas.deploy.runtime.jaxwsri  (Sun Jax-Ws RI runtime plugin)
 +
 
 +
*org.eclipse.stp.sc.xmlvalidator (rule based xml validator plugin)
 +
*org.eclipse.stp.sc.annvalidator (rule based java annotation validator plugin)
 +
 
 +
*org.eclipse.stp.xef(editor plugin for editing WS-Policy)
 +
 
 +
 
 +
 
 +
[[Image:Stp plugins structures.PNG]]

Latest revision as of 05:10, 17 September 2007

Johnson Ma, Update on Sep 17th, for STP 0.7.0

  • org.eclipse.stp.servicecreation (feature plugin for STP.SC plugins)
  • org.eclipse.stp.doc (doc plugin shared by STP project)
  • org.eclipse.stp.sc.doc (doc plugin for stp.sc)
  • org.eclipse.stp.common (common plugin shared by stp project)
  • org.eclipse.stp.sc.common (common plugin shared by stp.sc project)
  • org.eclipse.stp.sc.jax-ws (plugin for creating jax-ws component)
  • org.eclipse.stp.sc.cxf (apache cxf jax-ws java component dev plugin)
  • org.eclipse.stp.sc.jaxwrui (Sun JAX-WS RI jax-ws java component dev plugin)
  • org.eclipse.stp.sc.sca (plugin for creating SCA component)
  • org.eclipse.stp.sc.sca.java (plugin for creating SCA-JAVA component)
  • org.eclipse.stp.sc.sca.java.tuscany (apache tuscany SCA-JAVA component dev plugin)
  • org.eclipse.stp.soas.deploy.runtime.cxf (Apache CXF runtime plugin)
  • org.eclipse.stp.soas.deploy.runtime.tuscany (Apache Tuscany Java runtime plugin)
  • org.eclipse.stp.soas.deploy.runtime.jaxwsri (Sun Jax-Ws RI runtime plugin)
  • org.eclipse.stp.sc.xmlvalidator (rule based xml validator plugin)
  • org.eclipse.stp.sc.annvalidator (rule based java annotation validator plugin)
  • org.eclipse.stp.xef(editor plugin for editing WS-Policy)


Stp plugins structures.PNG

Back to the top