Develop the Resource Tier
Explore how to develop the resource tier by creating entities, data access, business service layers, and JSON-based REST services using class table inheritance. Understand the use of inheritance strategies for efficient database design and CRUD operations in Java applications.
We'll cover the following...
We'll cover the following...
The service development will be spread across four tasks:
- Creating the entity
- Creating the data access tier
- Creating the business service tier
- Creating the JSON based REST service that will be integrated with the user interface
Let’s look at these one at a time, starting with the entity and finishing with the ...