Develop the Resource Tier
Understand how to develop the resource tier in Java applications by implementing one-to-many bi-directional relationships. Learn to create entities, data access layers, business services, and JSON REST capabilities while utilizing test-driven development practices.
We'll cover the following...
We'll cover the following...
This section is the actual service development, which involves the following four main steps:
- Creating the entity
- Creating the data access tier
- Creating the business service tier
- Creating the JSON based REST capability
We will begin with the entity and finish with the REST ...