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

Developing the service involves the following four steps:

  • Creating the entity
  • Creating the data access tier
  • Creating the business service tier
  • Creating the JSON based REST abilities

We will start with the entity and finish with the REST service.

First, we create two instances of ManuscriptAuthor and then check to make sure two instances exist. Next, we remove one record and check to see if the count is one.

Get hands-on with 1200+ tech skills courses.