JAX-RS Jersey library

Really cool Java library to build ReSTful web services in a Java application.

Basic steps are

  1. build a java class
  2. determine what do you want to expose
    1. so think about the way it will be used
    2. the data to be sent to it and the expected results