I've been following the tutorials about how to use Jersey for RESTful web services, in particular the tutorials that start with a database schema, generate entity classes, and then generate RESTful services for those entity classes. The result is GET and POST methods that fetch from and populate the database. Nice -- if, that is, one wants to start with a ...