Develop the Presentation Tier
Explore how to develop the presentation tier through REST-based Spring Controllers. Understand the integration of REST services with business and data access layers, and how to build user interfaces based on mock models for effective server-side rendering in Java applications.
We'll cover the following...
We'll cover the following...
REST-based Spring Controller
The last tier in the collection is the REST-based Spring Controller. The test we will create covers a create link object, checks to see if ...