Java 8 (and 9!) in Anger • Trisha Gee • YOW! 2016

This presentation was recorded at YOW! 2016. #GOTOcon #YOW Trisha Gee - Lead Developer Evangelist at Gradle, Java Champion & Co-Author of “Getting to Know IntelliJ IDEA“ @TrishaGee ABSTRACT Java 9 is just around the corner, but many of us developers are still getting to grips with thinking in terms of Java 8 idioms. This presentation shows how use lambda expressions and the streams API to to build a fully working end-to-end application using minimal external dependencies and the very latest version of Java. In fact, since we’ll be using the OpenJDK Java 9 build, we’ll even sneak in some of the lesser-known Java 9 features and see how these are going to make developers’ lives easier. In this session, Trisha will build, live on stage, an application that consumes a real-time feed of high velocity data, architected as small (possibly micro-sized) independent services that make sense of the data, and present it in a JavaFX dashboard. Along the way, we’ll encounter Java 8 streams, lambdas, new ways of working with collections (from Java 8 and 9), and bump into the new date and time API. As we design and build the application, we’ll see how to slice up our application into small, independent services, and almost certainly encounter some of the common issues around running a system in this fashion. [...] RECOMMENDED BOOKS Trisha Gee, Kathy Sierra & Bert Bates • Head First Java • Trisha Gee & Kevlin Henney • 97 Things Every Java Programmer Should Know • Trisha Gee • Getting to Know IntelliJ IDEA • #Java #Java8 #Java9 #JavaProgramming #TrishaGee #JDK #Programming #ProgrammingLanguages #SoftwareDevelopment #YOWcon Looking for a unique learning experience? Attend the next GOTO conference near you! Get your ticket at Sign up for updates and specials at SUBSCRIBE TO OUR CHANNEL - new videos posted almost daily.
Back to Top