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

Line 22: Line 22:
 
|style="width:50%;"|
 
|style="width:50%;"|
 
<h1>Getting Started</h1>
 
<h1>Getting Started</h1>
* Stuff goes here
+
* Since our builds are in progress, right now you have to check out the source code and build in your IDE. We've aimed to build on both 3.4 and 3.5 platforms, so let us know if you have any issue with either. The easiest way to check out the code is to use this Team Project Set file  - [[Image:JaxwsIncubator_14jan09.psf]]. Just save the file, then, in the IDE, do File > Import > Team > Team Project Set and browse for the file where you have saved it. Eclipse will toddle off and check out the code, perhaps after asking you about re-using some of your existing Team repository settings.
 
|
 
|
 
<h1>Builds</h1>
 
<h1>Builds</h1>
* Stuff goes here
+
* We are just tweaking our build system right now and producing the first committer builds. These aren't available from the Eclipse mirrors yet, but when they are you will get to know - either watch this page, or subscribe to [http://oisinh.wordpress.com Oisin's blog], for updates.
 +
 
 
|-valign="top"  
 
|-valign="top"  
 
|style="width:50%;"|
 
|style="width:50%;"|

Revision as of 09:33, 14 January 2009


JAX-WS Tools Project

Welcome to the JAX-WS Tools wiki. The JAX-WS Tools project is a member of the Web Tools Incubator. The goal of the project is to construct frameworks for the development of Eclipse-based tools for JAX-WS development of Web Services and to provide an example of how to use the frameworks.

The JAX-WS project code is based upon the rich framework set that is offered by the Web Tools Project and will extend it where necessary.

JAX-WS is a standardized set of extensions for Java to allow the construction of Java-based Web services using both POJO and WSDL interface approaches. It was developed to superceded the older JAX-RPC standard. See The JAX-WS FAQ for more details, or you can go the whole hog and download the JSR224 spec.

For our exemplar implementation, we're using Apache CXF, which is a top-notch implementation of the JAX-WS and other WS-* standards. There are other runtimes that support JAX-WS programming, such as Metro from SUN, and Apache Axis. If you are using one of those, and need the tools, we'll welcome any patches you might have for us!

Webtools-logo.png


Getting Started

  • Since our builds are in progress, right now you have to check out the source code and build in your IDE. We've aimed to build on both 3.4 and 3.5 platforms, so let us know if you have any issue with either. The easiest way to check out the code is to use this Team Project Set file - File:JaxwsIncubator 14jan09.psf. Just save the file, then, in the IDE, do File > Import > Team > Team Project Set and browse for the file where you have saved it. Eclipse will toddle off and check out the code, perhaps after asking you about re-using some of your existing Team repository settings.

Builds

  • We are just tweaking our build system right now and producing the first committer builds. These aren't available from the Eclipse mirrors yet, but when they are you will get to know - either watch this page, or subscribe to Oisin's blog, for updates.

Getting Involved

  • Stuff goes here

News, Articles & Events

  • Stuff goes here

Back to the top