Skip to content
Guruprasad Kulkarni edited this page Jan 18, 2018 · 17 revisions

Welcome to the Java-9-Discovery Meetup.


As Java 8 was hailed as a great release for developers, due to the introduction of Streams, Lambda expressions, Method references, Completable future, Optionals and many others things that helped us write code in functional style. It was really a new way to think how we write code. Dare I say the buzz word? It was a "paradigm shift". I agree when Dr. Venkat Subramaniam Says Java 9 modularity does nothing for the way we write code but is all for packaging / deploying the code.

Of course there are things in Java 9 that affect us developers and some of those are the ones that we are here to talk about, But biggest change in Java 9, the "Project Jigsaw", as it is called actually affects how we package and hence at the end deploy code. We will have a look at this in once we look at the Java 9 Modularization.


Disclaimer!

Examples copied / "inspired" over from

  1. Exploring Java 9 by Venkat Subramaniam
  2. Exploring Java 9: The Key Parts by Venkat Subramaniam
  3. Real World Java 9

For more detailed examples -- See above videos. :)