/
JAX-RS Jersey library
JAX-RS Jersey library
Really cool Java library to build ReSTful web services in a Java application.
Basic steps are
- build a java class
- determine what do you want to expose
- so think about the way it will be used
- the data to be sent to it and the expected results