Hello Hendrik,

if you simply want to Get a representation of the state of a ressource,
and, let's say, write it to the console:
new ClientResource("http://192.168.0.1/foo";).get().write(System.out);

Best regards,
Thierry Boileau

Hi,
> I'm searching for an easy way to interact with a local HTTP resource
> without the need to actually open a network connection and to serialize
> and deserialze the representation.
> With other words: Given that my restlet instance has the ip 192.168.0.1,
> I want to GET the resource "http://192.168.0.1/foo"; without the overhead
> of creating xml, open a network connection, transferring the bytestream
> and finally parsing the representation.
> I can't find any solution in the docs. Did I miss something here?
>
> ------------------------------------------------------
>
> http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=2938266
>

------------------------------------------------------
http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=2945369

Reply via email to