Develop the Presentation Tier
Explore how to develop the presentation tier in a multi-layer Spring application. Learn to create REST controllers that handle test-driven integration with business and data tiers, connecting to real databases and user interfaces.
We'll cover the following...
We'll cover the following...
REST-based Spring Controller
The final tier in the stack is the REST-based Spring Controller, for which we will first do a trial test. The test creates a link object and then checks if it ...