On Mon, Jul 6, 2009 at 2:22 PM, David Carver<[email protected]> 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 [email protected] https://dev.eclipse.org/mailman/listinfo/wtp-dev
