QUOTE WEBAPP for Android App
It's a basic webapp with RESTful webservice for an android application. It'use JPA to store objects into database, and Jersey servlet for webservices. You have a little form to add quotes with the webapp.
JERSEY SERVLET
Mapped to /resources/* in the web.xml
You can access to /resources/quotes/ for all quotes
And /resource/quotes/{id} for one quote.
Webservice can produce XML or JSON, depends on request of client.
ANDROID APP
See other repository with the associated app.