Languages  >>  Java

REST Describe & Compile, or WADL2Anything

Language : English Quality : Average Has Audio : true Source : Youtube Media : Flash
REST Describe & Compile is an editor and a compiler for REST Web services based on SUN engineer Marc Hadley's Web Application Description Language (WADL). REST Describe & Compile is implemented using the Google Web Toolkit (GWT) and is split up in two sub-apps:

REST Describe:

This component takes a (set of) URL(s) as input and tries to analyze the parameters regarding parameter types and Web service structure. It then generates a WADL representation for the given URL(s), represented in an editable, tree-like form. Typical input would be GET http://webservices.amazon.com/onca/xm..., or GET http://picasaweb.google.com/data/feed...{userID}/albumid/{albumID}/photoid/{photoID}?kind=kinds=0=10.

REST Compile:

This component allows for the WADL representation of a Web service to be "compiled" to working programming code in various languages (for the moment these languages are Java, PHP5, Python, and Ruby). The idea is thus similar to WSDL2Java, however in a more general WADL2Anything way.

The application can be tested online: http://tomayac.de/rest-describe/lates...     [SUGGEST  A  ARTICLE]

Tags: Java, Rest, Web Service, Compile,     [SUGGEST  A  TAG]

Created : 2008-01-15   Duration : 53:44