Develop the Resource Tier
Explore how to develop the resource tier focusing on many-to-many bi-directional relationships using Java and Spring. Learn to create entities, implement data access and business service tiers, and build JSON-based REST services. This lesson guides you through managing clients and accounts with test-driven methods to ensure proper association handling.
We'll cover the following...
We'll cover the following...
The final step is the service development which involves the following four steps:
- Creating the entity
- Creating the data access tier
- Creating the business service tier
- Creating the JSON based REST service
We will start with the entity and go up to the REST service. ...