Skip to content

soulwing/jax-rs-href

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jax-rs-href

A resource path resolver mechanism for JAX-RS.

A resource entity returned from a REST resource will often contain links to other resources. When a resource referenced in such a link is part of the same REST service, it desirable to derive the path to the referenced resource using the same annotations that are used to direct HTTP requests to that resource.

This module provides a simple annotation-based mechanism that allows a model builder for a resource to resolve a path to a referenced resource.

TODO: need to provide some examples of how this thing gets used.

About

Resource path resolver for JAX-RS

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages