
In this video we provide a brief introduction to the course.
In this video we will download and install the Java 9 JDK on the Windows platform
In this video we will download and install INtelliJ on the Windows platform
In this video we will download and install the Java 9 JDK on the Mac OSX platform
In this video we will download and install INtelliJ on the Mac OSX platform
In this video we will configure IntelliJ to work with JDK 9 on Mac OSX and Windows
In this video we will provide an overview of the Java Shell
In this video we learn the basics of using the Java Shell
In this video we will show how to get help from within the Java Shell
In this video we will explain snippets and how there are using in the Java Shell
In this video we will show how to navigate and edit code snippetes in the Java Shell
In this video we will discuss the basics of using variables in the Java Shell
In this video we will see how to configure and use an external editor in the Java Shell
In this video we will see how we can using our own Classes in the Java Shell
In this video we will look at how auto-complete and shortcuts make the Java Shell more efficient to use
In this video we will learn how to load and save snippets and other Java Shell information to and from files
In this video we will learn how to use external JAR files directly in the Java Shell
In this video we will learn how to use JAVA 9 Modular JAR files directly in the Java Shell
In this video we will provide an introduction to the Java 9 Plaform Module System
In this video we will look at the motivation for and the goals of the Java 9 Platform Module System
In this video we will describe the elements of a Java 9 module
In this video we will learn how to use the requires and exports module diectives
In this video we will decribe the new modular JDK
In this video we will learn about module graphs and how the module system uses them
In this video we will create a modular JokeServer application using simple editor and command-line tools
In this video we will create the modular JokeServer application in IntelliJ
In this video we refactor our JokeServer to use and interface and support multiple JokeServers
In this video we review the Java ServiceLoader and see how we can use it in Java 9 with the uses and provides-with module directives
In this video we refactor our JokeServer to use and provides services using ServiceLoader
In this video we'll examine the opn, opens, and opens-to module directives used to used to allow reflection
In this video we will add a JavaFX GUI to the JokeServer and use the opens module driective to allow reflection at runtime
In this video we will learn about jlink and how to use it to create custom runtime images
In this video we will create custom JREs for our Modular App and JokeServer
In this video we we look at various scenarios for using existing code within the Java 9 Module System
In this video we will look at the process that we will use to migrate an existing Java 8 application to Java 9 modules
In this video we take an existing Java 8 application and migrate it to Java 9 using the classpath and the unnamed module
In this video we continue the migration process by moving a non-modular JAR file to the modulepath and using it as an automatic module
In this video we continue the migration process by converting our own code to explicity named Java 9 modules
In this video we complete the migration process by converting a 3rd party library to a modular JAR file
In this video we will look at the Graphical Joke Server App as a Maven project in IntelliJ that works with Java 9 Modules
In this video we will examine the Java 9 additions to the Streams API
In this video we will examine the Java 9 additions to interface methods
In this video we wills see live code examples of the new Java 9 private methods in interfaces
In this video we will examine the Java 9 convenience factor methods for collections
In this video we will see live code examples of the new Java 9 convenience factory methods for collections
In this video we will examine the Java 9 additions to the try-with-resources statement
In this video we will see live code examples of the Java 9 additions to the try-with-resources statemen
In this video we will see the Java 9 additions to the diamond operator
In this video we will see live code examples of the Java 9 additions to the diamond operator
In this video we will examine the Java 9 additions to the @SafeVarargs annotation
In this video we will see live code examples of the the Java 9 additions to the @SaveVarargs annotation
Do you know some Java, but worry that with the recent release of Java 9, your skills are now outdated?
Maybe you are a programmer in another language, but want to improve your career prospects by learning about Java 9?
Perhaps you know Java 8 well, and want to find out about the new features in Java 9 so you can put them to use as quickly as possible?
Whatever the reason, if you want to find out about the new features in Java that are relevant to the majority of Java developers, then this course is for you.
The goal of the course was not to simply go quickly through all the new features in Java 9 at a very high-level. Nor was the goal to get into such detail that we forget about the feature we are studying.
Instead, the course was designed to help you really understand these new features.
So, we'll look at what motivated the changes in Java 9 so we can better understand why there are needed and what issues they address.
Then simple, but relevant examples are provided to demonstrate each feature.
Your instructor in this course is Frank Mitropoulos Ph.D, a university professor with over 23 years of software development teaching experience.
What are some of the new features in Java 9?
Among the many new features in Java 9 are the Java Shell, The Java Platform Module System, and updates to the Process API.
In this course we'll look at the Java Shell in detail.
We think you will love the Java shell! It makes learning Java, exploring APIs, and experimenting with Java code so much easier and very productive.
Once you start using it, we think you will go back to it over and over again when you have to write small snippets of code and especially when you are learning a new concept.
The Java Platform Module System is probably the feature that most developers have heard about when they think about Java 9.
The Java 9 Platform Module System allows Java to move forward by modularizing the JDK as well as adding modules as first class citizens to Java.
The module system is actually quite intuitive and we think you will understand it and appreciate its impact straight away.
In this course we explain the motivation and goals for the module system and then we look at every detail. Along the way we create a modular JokeServer application that we take from not using modules at all, all the way through being completely modularized and having a JavaFX front end.
Finally, we discuss some of the issues you may have when migrating existing non-modular code in Java 9 and we walk through a simple example.
Another exciting addition to Java 9 are the updates to the Process API.
The Process API allows developers to work with native processes directly in Java code.
No more hacky code and no more Java Native Interface code is needed to do things that were previously impossible to do directly in Java.
In this course we look at the main use-cases where the Process API can be used and show live code examples right in the Java shell. You won’t believe how easy we can now work with processes on any OS.
That's just an example of some of the content of What's New in Java 9.
If you are ready to learn about the wonderful new features of Java 9, then click the enrolling button and get started today.