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

The service development will be created using the following four steps:

  • 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

Let’s go one at a time, starting with the entity and finishing with the REST service.

First, we will look at the test for the Protocol entity which constitutes basic operations like insert, update, delete, and find.

Get hands-on with 1200+ tech skills courses.