Skip to content

Latest commit

 

History

History

PalantiriManagerApplication

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

This folder contains source code for the following two apps that implement pattern-oriented variants of the PalantiriManagerApplication:

original -- This folder provides the original implementation of this app from my Java Concurrency LiveLesson tutorial.

updated -- This folder provides an updated version of my LiveLessons tutorial that uses Java 8 features, such as lambdas, method references, Streams, and CompletableFutures: