Develop the Presentation Tier
Explore how to develop the presentation tier in Java Spring for one-to-many bi-directional relationships. Learn to write and test REST-based controllers that interact with business services and real databases, then integrate these services with the user interface for complete application functionality.
We'll cover the following...
We'll cover the following...
REST-based Spring Controller
The final tier is the REST-based Spring Controller, for which we will write the test first. The test covers create, then edit, followed by ...