Hello,
if you wan to serve static content, you can use the Directory Restlet
(http://www.restlet.org/documentation/1.1/tutorial#part06).
best regards,
Thierry Boileau
Hello Guys ,
I am trying to make small application where user can pass a date and
report ID and html report is returned with graphs (which is flash
based graphing solution , fusion charts ) which needs certain flash or
swf objects sent, js and css to included in html and image as response
object , i have set response media type to HTML.
Problem even though I get html response how to specify path css ,
image files , flash objects which needs to be loaded in order to
display graphs
Do I have use 3rd party web server to access these static contents
resources like flash file ,images ?
Regards,
Code Dude