Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [wtp-dev] REST in WTP?


Check the WTP newsgroups as well regarding support for REST and JAX-RS, since there have been discussions about these topics.  I've opened  https://bugs.eclipse.org/bugs/show_bug.cgi?id=275011 to track this work.  

Regards,
Keith Chong
WTP Web Services




From: Oisin Hurley <oisin.hurley@xxxxxxxxx>
To: "General discussion of project-wide or architectural issues." <wtp-dev@xxxxxxxxxxx>
Date: 07/06/2009 11:52 AM
Subject: Re: [wtp-dev] REST in WTP?
Sent by: wtp-dev-bounces@xxxxxxxxxxx





On Mon, Jul 6, 2009 at 2:22 PM, David Carver<dcarver@xxxxxxxxxxxxxxxx> wrote:
> Axis 2 can generate both SOAP and REST based services from WSDL.   but REST
> is just an Architectural style.   Are you talking something like WRDL?
>
>
http://www.prescod.net/rest/wrdl/wrdl.html

Ugh, WRDL, not another one.

I think that the REST community are keen to remove themselves entirely from
the shackles of WSDL-like description, even WADL has not really penetrated
to any major extent that I can see (although such things are useful
for automated
testing tools and documentation).

No, if one was to do REST tools in Eclipse, it would be better approached to
have some kind of mapping to a programming model like JAX-RS, and something
like a form-based editor for resource planning.

The annotations framework in the JAXWS project has minor support in that you
can write an extension for the JAXRS annotations, and provide validations rules
for their use.

--oh
_______________________________________________
wtp-dev mailing list
wtp-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/wtp-dev



Back to the top