Search⌘ K
AI Features

Develop the Presentation Tier

Explore how to develop the presentation tier using a REST-based Spring Controller in Spring. Understand the process of creating, retrieving, updating, and deleting a StudentDto instance through database integration, connecting the controller to the service and data access layers. This lesson helps you implement a fully functional presentation layer that interacts with the backend in a real-world application scenario.

We'll cover the following...

REST-based Spring Controller

The last tier in the stack is the REST-based Spring Controller. Here we will describe the test which creates an instance of StudentDto using the REST create ...