Search⌘ K
AI Features

Develop the Presentation Tier

Explore how to develop the presentation tier in Java Spring applications, focusing on REST-based Spring Controllers for many-to-many self-referencing relationships. Learn to implement test-driven methods that link the UI with business services and data access layers for effective database interaction and user interface integration.

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 look at the test first. The test generates a create ...