Develop the Resource Tier
Understand how to develop the resource tier by creating entities and implementing bi-directional many-to-many relationships with join attributes. Learn how to build the data access, business service layers, and JSON REST controllers using Java Spring and Hibernate in a test-driven approach.
We'll cover the following...
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 ...