Search⌘ K
AI Features

Develop the Presentation Tier

Explore how to develop the presentation tier in a Java Spring application by creating REST-based controllers. Learn to connect the controller to business services and databases while integrating with the user interface, completing the single table inheritance implementation.

We'll cover the following...

REST-based Spring Controller

The final tier in the stack is the REST-based Spring Controller. First, we will learn how to write the test and then follow with the corresponding method in the controller. ...