-
Notifications
You must be signed in to change notification settings - Fork 4
Java library for building clients for XHTML-based hypermedia APIs
License
cimlabs/hypermedia-client-java
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
This library provides a foundation for building XHTML hypermedia API clients. The major notion of a hypermedia API is that clients start from a known entry-point URL and proceed to use the API by following links and submitting forms--exactly the way humans do when they use the web. This style of API provides a lot of server-side flexibility in terms of controlling its own URL space, since clients never construct URLs themselves. Instead, clients construct their HTTP requests by following the existing, standardized semantics for HTTP <a> and <form> elements, which means the mechanisms for those requests are under the server's control. See also the "Hypermedia APIs" talk given by Jon Moore at Øredev 2010: http://oredev.org/2010/sessions/hypermedia-apis
About
Java library for building clients for XHTML-based hypermedia APIs
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published