Develop the Business Service Tier
Explore how to develop the business service tier by implementing core operations such as finding, creating, removing, and verifying links between entities. This lesson focuses on managing bi-directional many-to-many relationships with join attributes in a Java Spring context.
We'll cover the following...
We'll cover the following...
We will shift to the business service tier.
“Find all records” operation
First, we will review the test to find all records.
Let’s review how to code a similar method in the business service.
Create operation
Let’s move on to the create operation that ...