REST API basic frontend application - Webpage to manage books database. Tech used: JavaScript, JQuery, AJAX, JSON, REST, Jersey
Single page that include:
- form that allows a user to add new book.
- list of books that currently exists.
- ability to delete book from existing list.
Java Back-end for this application with data stored in memory: http://github.com/AdamSokolowski/BookREST
This application is just a simple example of how to communicate javascript front-end with java back-end via REST API using JSON. No database was included in this example.