Case Study - MyRetail RESTful Service
Case Study - MyRetail RESTful Service
For UI We will be using HTML. The decoration and designing of UI will be done by CSS.
JavaScript will be used to handle events like click and submit of form and the request
will be directed to Java application code through AJAX. The Ajax will pass the request to
Rest Api which will handle the request.
Backend will be completely developed in Java. To make the application light we will be
using in memory database instead of heavy relational and non- relational database.
The goal for this exercise is to create an end-to-end project for a products API, which
will aggregate product data from multiple sources and return it as JSON to the caller.
Our goal is to create a Project that can retrieve product and price details by ID. The URL
structure is up to you to define, but try to follow some sort of logical convention.