Database CRUD operations as REST
- Add a product
- Retrieve the product based on product id
- Retrieve the list of products based on simple search criteria e.g. product type
- Remove a product from the catalogue.
Technical specifications from development and deployment perspective
- Build & Configuration - Maven
- Database - H2
- REST - Jersey
- Server Runtime - Eclipse embedded Jetty server.