Release Notes: A bug in accessing resources via the browser was fixed. When no media type is specified (as with a browser link), the default is XML. Adding "." notations will work also (.json, etc.).


Release Notes: A bug in accessing resources via the browser was fixed. When no media type is specified (as with a browser link), the default is XML. Adding "." notations will work also (.json, etc.).


Release Notes: Media (content) types were added to the URI template, allowing for versioning of resources without specifying an actual version in the URI. Existing resources default to "applicaton/xml" if no media type matches. Caches are now based on both URI and media/content type. The supplied representation builders were created and exposed for users of the framework. Media types will now also drive these (so you don't need ".xml", ".xsd", ".json", etc. at the end of a resource).