How to write RESTful web services using jax-rs and jaxb in java [HATEOAS example] - HowToDoInJava
REST-style architectures consist of clients and servers. Clients initiate requests to servers; servers process requests and return appropriate responses. Requests and responses are built around the transfer of "representations" of "resources". A resource can be any coherent and meaningful concept that may be addressed. A representation of a resource is typically a document that captures the current or intended state of a resource.Read full article from How to write RESTful web services using jax-rs and jaxb in java [HATEOAS example] - HowToDoInJava
No comments:
Post a Comment