Hi Jean-Yves, There is only the org.restlet.test.WadlTestCase.java source code that you can look at. The feature implemented configures a Restlet Component by adding applications to it described solely via a WADL file.
The resources are resolved using ID parameters in the WADL file. Some aspects need to be improved, but it proves that we can leverage WADL to describe the application without having to duplicate the URI templates in the Restlet code. Could you share with us how you would like to see WADL supported in Restlet ? Best regards, Jerome 2007/12/5, Jean-Yves Cronier <[EMAIL PROTECTED]>: > > Is there any sample pieces of working example code? > > Jerome Louvel a écrit : > > Hi Jean-Yves, > > > > We have started building support for WADL in Restlet SVN trunk (1.1 > > snapshot). You should have a look at the org.restlet.ext.wadl extension > > Javadocs to see how we have this support for now. > > > > For more details about the current and planned support, have a look at: > > http://restlet.tigris.org/issues/show_bug.cgi?id=59 > > > > Best regards, > > Jerome > > > >> -----Message d'origine----- > >> De : news [mailto:[EMAIL PROTECTED] De la part de Jean-Yves Cronier > >> Envoyé : mardi 27 novembre 2007 21:44 > >> À : [email protected] > >> Objet : WADL tutorial ? > >> > >> Is there any WADL tutorials for RESTlet ? > > >

