Walkthrough of the Server-side of the FolderApplication Case Study

Опубликовано: 28 Декабрь 2024
на канале: Douglas Schmidt
25
2

This video walks through the server-side of the FolderApplication case study, which uses Spring WebMVC to apply Java sequential and parallel streams to process entries in a recursively-structured directory folder sequentially and/or concurrently in a client/server environment. This example also shows how Spring automatically encodes/decodes complex objects that use inheritance relationships and transmits them between processes.

This code for this example is available in open-source form from https://github.com/douglascraigschmid....