Are there any good examples out there of implementing
a server resource using just the @path and not extending serverresource and
then having it picked up by your application. The
<!-- Add the Servlet context path to routes (Optional) -->
<init-param>
<param-name>org.restlet.autoWire</param-name>
<param-value>true</param-value>
</init-param>
Does not seem to pick up and deploy the resources...
I think I am missing something. I do not want to have to put them in manually
in my application class.
------------------------------------------------------
http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=2734406