Mail sent on the 08/21 and apparently lost.

Best regards,
Thierry Boileau
--
Restlet ~ Core developer ~ http://www.restlet.org
Noelios Technologies ~ Co-founder ~ http://www.noelios.com
--- Begin Message ---
Hi Bora and Vincent.

Bora, does Vincent's answer fit your needs? Do you need more information?

best regards,
Thierry Boileau

Hi Bora,
So far I ve been using wadl files to start my component. I was running
them as standalone applications. Is there an easy way to use Wadls within
the servlet container?

Here, i'm starting to use restlet to replace our own rest layer. For the
moment, i just used the servlet extension and added a restlet.xml:
<?xml version="1.0"?>
<component xmlns="http://www.restlet.org/schemas/1.1/Component";
        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
        xsi:schemaLocation="http://www.restlet.org/schemas/1.1/Component";>
        <client protocols="CLAP" />
        <server protocols="HTTP" />
        <defaultHost>
                <attach 
targetDescriptor="clap://class/connector/rest/app.wadl"/>
        </defaultHost>
</component>




--- End Message ---

Reply via email to