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

 
(3 intermediate revisions by the same user not shown)
Line 23: Line 23:
 
  http://wiki.eclipse.org/index.php/STP_Sub-project_specific_pages
 
  http://wiki.eclipse.org/index.php/STP_Sub-project_specific_pages
  
== apache cxf and tuscany runtime ==
+
== jsr plugins ==
[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]
+
[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]
+
  
 
+
Please download [http://repo.open.iona.com/test-update-site/download/stp-jsr-R20070912.zip JSR API plugins from open.iona.com].
 +
It contains: javax.jws, javax.xml.bind, javax.xml.ws, org.osoa.sca plugins.
 +
We have filled Eclipse IPZilla for those APIs, and will add them to Orbit once passed the review.
  
  
    
+
 
 +
== apache cxf and tuscany runtime ==
 +
   [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]
 +
 
 +
[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]
 +
[https://jax-ws.dev.java.net/2.1.2/JAXWS2.1.2-20070917.jar *Sun JAX-WS RI 1.2.1 for JAX-WS development]
  
 
== bugzilla ==
 
== bugzilla ==
Line 42: Line 47:
 
  http://dev.eclipse.org/mhonarc/lists/stp-dev/maillist.html
 
  http://dev.eclipse.org/mhonarc/lists/stp-dev/maillist.html
  
 +
== IRC ==
 +
server:irc.freenode.net:6667
 +
channel:#eclipse-stp
 +
 +
== weekly meeting ==
 +
Every Thursday 11:00 CET
 +
http://wiki.eclipse.org/STP_Planning_Meetings
  
 
== unittest and build ==
 
== unittest and build ==

Latest revision as of 00:46, 20 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

jsr plugins

Please download JSR API plugins from open.iona.com. It contains: javax.jws, javax.xml.bind, javax.xml.ws, org.osoa.sca plugins. We have filled Eclipse IPZilla for those APIs, and will add them to Orbit once passed the review.


apache cxf and tuscany runtime

 *Tuscany SCA Java 0.99 for SCA development
*Apache CXF 2.0.1 for JAX-WS development
*Sun JAX-WS RI 1.2.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

IRC

server:irc.freenode.net:6667 
channel:#eclipse-stp

weekly meeting

Every Thursday 11:00 CET http://wiki.eclipse.org/STP_Planning_Meetings

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