November 2016
Intermediate to advanced
944 pages
21h 1m
English
This recipe shows how to populate the Spring MVC View with data and how to render this data within the View.
At this point, we don't have any real data to be displayed in our View. For this purpose, we have created three DTOs and two service layers that are injected from their Interface into the controller.
There are two dummy service implementations that are designed to produce a fake set of data. We will use the Java Server Tags Library (JSTL) and the JSP Expression Language (JSP EL) to render the server data in the right places in our JSP.
v2.x.x branch (in the previous recipe), a couple of new components are now showing-up in the cloudstreetmarket-core ...Read now
Unlock full access