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 "Getting start on STP.SC"

Line 1: Line 1:
 
Ten steps to get started on stp service creation development
 
Ten steps to get started on stp service creation development
 +
(Last updated on Sep 18th)
  
1. home page
+
== home page ==
 
  http://www.eclipse.org/stp/
 
  http://www.eclipse.org/stp/
  
2. check out the source code
+
== check out the source code ==
 
  * following instruction on eclipse site to check out /cvsroot/stp
 
  * following instruction on eclipse site to check out /cvsroot/stp
 
   http://wiki.eclipse.org/index.php/CVS_Howto
 
   http://wiki.eclipse.org/index.php/CVS_Howto
Line 12: Line 13:
 
   http://wiki.eclipse.org/index.php/Install_and_run_the_snapshot_build
 
   http://wiki.eclipse.org/index.php/Install_and_run_the_snapshot_build
  
3. presentation on stp
+
== presentation on stp ==
 
  http://wiki.eclipse.org/index.php/STP_Presentation_at_EclipseCon_2007
 
  http://wiki.eclipse.org/index.php/STP_Presentation_at_EclipseCon_2007
  
4. service creation plugins structure
+
== service creation plugins structure ==
 
  http://wiki.eclipse.org/index.php/STP_SC_plugins_structure
 
  http://wiki.eclipse.org/index.php/STP_SC_plugins_structure
  
5. wiki
+
== wiki ==
 
  http://wiki.eclipse.org/index.php/STP
 
  http://wiki.eclipse.org/index.php/STP
 
  http://wiki.eclipse.org/index.php/STP_Sub-project_specific_pages
 
  http://wiki.eclipse.org/index.php/STP_Sub-project_specific_pages
  
6. apache cxf plugin and tuscany plugin
+
== apache cxf and tuscany runtime ==
  * apache cxf plugin http://people.apache.org/repo/m2-snapshot-repository/org/apache/cxf/cxf-eclipse-plugin/2.1-incubator-SNAPSHOT/cxf-eclipse-plugin-2.1-incubator-20070621.083347-1.zip
+
  [http://people.apache.org/dist/incubator/tuscany/java/sca/0.99-incubating/apache-tuscany-sca-0.99-incubating.zip  *Tuscany SCA Java 0.99 for SCA development]
  * apache tuscany plugin http://www.eclipse.org/stp/sc/plugins/tuscany-eclipse-plugin-1.0-incubator-M2.zip
+
  [http://people.apache.org/dist/incubator/cxf/2.0.1-incubator/apache-cxf-2.0.1-incubator.zip *Apache CXF 2.0.1 for JAX-WS development]
  * apache cxf runtime http://people.apache.org/repo/m2-snapshot-repository/org/apache/cxf/cxf-distribution/2.0-incubator-SNAPSHOT/cxf-distribution-2.0-incubator-20070606.203457-21.zip
+
  
7. bugzilla
+
 
 +
 
 +
 
 +
 
 +
 
 +
== bugzilla ==
 
  * register to bugzilla
 
  * register to bugzilla
 
  https://bugs.eclipse.org/bugs/
 
  https://bugs.eclipse.org/bugs/
  
8. maillist
+
== maillist ==
 
  https://dev.eclipse.org/mailman/listinfo/stp-dev
 
  https://dev.eclipse.org/mailman/listinfo/stp-dev
 +
http://dev.eclipse.org/mhonarc/lists/stp-pmc/maillist.html
 
  https://dev.eclipse.org/mailman/listinfo/stp-cvs-commit
 
  https://dev.eclipse.org/mailman/listinfo/stp-cvs-commit
 
  http://dev.eclipse.org/mhonarc/lists/stp-dev/maillist.html
 
  http://dev.eclipse.org/mhonarc/lists/stp-dev/maillist.html
  
  
9. unittest and build
+
== unittest and build ==
 +
http://wiki.eclipse.org/STP_Build_101
 
  http://wiki.eclipse.org/index.php/STP_Build_Process_and_Procedures
 
  http://wiki.eclipse.org/index.php/STP_Build_Process_and_Procedures
  
10. links
+
 
 +
== links ==
 
  http://www.eclipse.org/resources/
 
  http://www.eclipse.org/resources/

Revision as of 22:32, 17 September 2007

Ten steps to get started on stp service creation development (Last updated on Sep 18th)

home page

http://www.eclipse.org/stp/

check out the source code

* following instruction on eclipse site to check out /cvsroot/stp
  http://wiki.eclipse.org/index.php/CVS_Howto
* Development conventions and Guidelines
  http://wiki.eclipse.org/index.php/Development_Conventions_and_Guidelines
* dependency.
  http://wiki.eclipse.org/index.php/Install_and_run_the_snapshot_build

presentation on stp

http://wiki.eclipse.org/index.php/STP_Presentation_at_EclipseCon_2007

service creation plugins structure

http://wiki.eclipse.org/index.php/STP_SC_plugins_structure

wiki

http://wiki.eclipse.org/index.php/STP
http://wiki.eclipse.org/index.php/STP_Sub-project_specific_pages

apache cxf and tuscany runtime

*Tuscany SCA Java 0.99 for SCA development
*Apache CXF 2.0.1 for JAX-WS development




bugzilla

* register to bugzilla
https://bugs.eclipse.org/bugs/

maillist

https://dev.eclipse.org/mailman/listinfo/stp-dev
http://dev.eclipse.org/mhonarc/lists/stp-pmc/maillist.html
https://dev.eclipse.org/mailman/listinfo/stp-cvs-commit
http://dev.eclipse.org/mhonarc/lists/stp-dev/maillist.html


unittest and build

http://wiki.eclipse.org/STP_Build_101
http://wiki.eclipse.org/index.php/STP_Build_Process_and_Procedures


links

http://www.eclipse.org/resources/

Back to the top