Develop the Resource Tier
We'll cover the following...
The final step is the service development which involves the following four steps:
- Creating the entity
- Creating the data access tier
- Creating the business service tier
- Creating the JSON based REST service
We will start with the entity and go up to the REST service.
First, we ...