Develop the Presentation Tier
Explore how to develop the presentation tier by implementing REST-based Spring Controllers in a one-to-many unidirectional relationship. Learn to connect controllers with business services and databases, and integrate the REST service into the user interface while ensuring functionality through thorough testing.
We'll cover the following...
We'll cover the following...
REST-based Spring Controller
The final tier in the batch is the REST-based Spring Controller for which we will write the test. The test covers create, then edit, ...