Develop the Resource Tier
Explore how to develop the resource tier by creating entities, data access layers, business services, and JSON REST services using Concrete Table Inheritance in Java. Understand the structure and testing of entities like Estate, Land, and Building, and how they map to database tables using inheritance strategies.
We'll cover the following...
We'll cover the following...
The service development will be spread across four main tasks:
- Creating the entity
- Creating the data access tier
- Creating the business service tier
- Creating the JSON based REST service, which will be integrated with the user interface
Let’s look at these one ...