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
This step is the actual service development which includes the following four steps:
- Creating the entity
- Creating the data access tier
- Creating the business service tier
- Creating the JSON based REST competencies
We will start by creating the entity and finish with the REST service.
First, we create three instances of Member
and then, check if three instances exist. Next, we remove one existence and check to see if the count is two. Finally, we associate an instance of Member
with another and check to see if the associated count is single.
Get hands-on with 1400+ tech skills courses.