Book Image

Getting Started with Clean Code Java SE 9 [Video]

By : Mohamed Taman
Book Image

Getting Started with Clean Code Java SE 9 [Video]

By: Mohamed Taman

Overview of this book

This practical video series will make you a master of Java SE 9's core concepts, components, tools, and new major features, so you can become a Java Ninja. By the end of the third section, you will have mastered Java Modularity and its core JDK structure changes. The second section introduces more advanced topics about modularity and covers all the techniques that will help you migrate your code smoothly to Java 9. The final section introduces the great new features shipped with the language to show you how to create custom runtime images (aka customized JREs) and loosely coupled modules with services, service provider, and service consumers. All the topics are powered by examples to make the explanations practical. The code bundle for this video course is available at https://github.com/PacktPublishing/Getting-Started-with-Clean-Code-Java-SE-9-Video
Table of Contents (5 chapters)
Chapter 3
Project Jigsaw and Basic Module Concepts
Content Locked
Section 2
What Is a Module?
The aim of this video is to explore module development in Java. How JDK 9 is different from other releases, how java SE 9 application is different, and list all the modularity related JEPs and JSRs. - What are the Java SE 9 module and its core components? Also look at how current JDK is modularized - List current JDK 9 modules, introduces base mother module, and compare Java SE 9 and 8 applications structure - Get familiarized by the list of all JEPs and JSRs that brought to us the Java modularity for more deep insights