this is my first post here, so be nice please.
I'm actually learning RESTEasy (JBoss), and I'm having some trouble of understanding the utility of putting atom links in my web responses.
Let me clarify some things :
I'm reading the jboss RESTEasy reference manual, and I quote :
There are two mechanisms available in RESTEasy to link a resource to another, and to link resources to operations: the Link HTTP header, and Atom links inside the resource representations.
I don't get what linking one resource to another means. What the point of doing that ? What benefits it offers ?
source : http://docs.jboss.org/resteasy/docs/2.3.1.GA/userguide/html/LinkHeader.html