Develop the Resource Tier
Explore how to develop the resource tier by creating entities, data access, business service, and REST layers. Understand implementing one-to-one self-referencing relationships using test-driven development with Java Spring and Hibernate frameworks.
We'll cover the following...
We'll cover the following...
The next step is the actual service development, which involves four major 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 finish with ...