Search⌘ K

Develop the Resource Tier

Explore how to develop the resource tier for many-to-many self-referencing relationships involving join attributes. Understand the step-by-step process of creating entities, data access layers, business services, and JSON-based REST endpoints using Java Spring and Hibernate frameworks.

We'll cover the following...

The next step is the actual service development, which includes four key steps

  • Creating the entity
  • Creating the data access tier
  • Creating the business service tier
  • Creating the JSON based REST
...