[rest-practices] Relative uris

Mark McLoughlin markmc at redhat.com
Thu May 27 13:21:30 UTC 2010


On Thu, 2010-05-27 at 07:47 -0400, Bryan Kearney wrote:
> What happens if you do JSON over a message bus? Are you using the same 
> serialization? That may be an edge case, but I would not want ot have to 
> manage multiple serialiing layers per transprot. 

You're marshalling objects over QMF which contain URIs into the REST
API?

You'd probably be better with absolute URIs for that, but you could
include the entry point URI somehow so that relative URIs could be
resolved.

Cheers,
Mark.




More information about the rest-practices mailing list