You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by Jarek Gawor <jg...@gmail.com> on 2007/08/14 04:54:32 UTC

tooling for web services

I'm wondering what people think about exposing tools such as wsdl2java
or java2wsdl in Geronimo. Geronimo already contains and uses these
tools internally but they are not exposed as command line clients.
This could make developing web services on Geronimo a little bit
easier.

I see that such tools were not exposed before in Geronimo 1.1 so maybe
the recommendation is to use the eclipse plug-in? Does the eclipse
plug-in support JAX-WS services?

Jarek

Re: tooling for web services

Posted by Daniel Kulp <da...@iona.com>.
On Tuesday 14 August 2007, Lin Sun wrote:
> I think it would be great to provide some .sh/.bat files to expose
> these tools so that people can use them directly without going through
> sun's website and installing the tooling from Sun (which is what we
> recommend our users to do in our jaxrpc web service example on the
> wiki.).

Just FYI: if you want some apache licensed tooling for JAX-WS, the Apache 
CXF stuff does generate code that properly passes the reverse tests for 
the TCK.  (at least for standalone)

That said, for eclipse, keep an eye on the STP project at eclipse.   It 
supports some extra tooling in eclipse for doing JAX-WS annotations and 
such.    

Dan



> Lin
>
> Jarek Gawor wrote:
> > I'm wondering what people think about exposing tools such as
> > wsdl2java or java2wsdl in Geronimo. Geronimo already contains and
> > uses these tools internally but they are not exposed as command line
> > clients. This could make developing web services on Geronimo a
> > little bit easier.
> >
> > I see that such tools were not exposed before in Geronimo 1.1 so
> > maybe the recommendation is to use the eclipse plug-in? Does the
> > eclipse plug-in support JAX-WS services?
> >
> > Jarek



-- 
J. Daniel Kulp
Principal Engineer
IONA
P: 781-902-8727    C: 508-380-7194
daniel.kulp@iona.com
http://www.dankulp.com/blog

Re: tooling for web services

Posted by Lin Sun <li...@gmail.com>.
I think it would be great to provide some .sh/.bat files to expose these 
tools so that people can use them directly without going through sun's 
website and installing the tooling from Sun (which is what we recommend 
our users to do in our jaxrpc web service example on the wiki.).

Lin

Jarek Gawor wrote:
> I'm wondering what people think about exposing tools such as wsdl2java
> or java2wsdl in Geronimo. Geronimo already contains and uses these
> tools internally but they are not exposed as command line clients.
> This could make developing web services on Geronimo a little bit
> easier.
> 
> I see that such tools were not exposed before in Geronimo 1.1 so maybe
> the recommendation is to use the eclipse plug-in? Does the eclipse
> plug-in support JAX-WS services?
> 
> Jarek
>