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>


-- 
Vincent Ricard

Reply via email to