Develop the Resource Tier

We will develop the resource (entity) tier in this lesson, which is the first step in the process of developing the service.

We'll cover the following...

There are four major steps in service development

  • Creating the entity
  • Creating the data access tier
  • Creating the business service tier
  • Creating the JSON-based REST service, which will be integrated with the user interface

We will follow a bottom-up approach here, starting with the entity and ending ...