-
Book Overview & Buying
-
Table Of Contents
-
Feedback & Rating

Modular Programming in Java 9
By :

In the previous chapter, we looked at several strategies and approaches to migrate an existing Java code base to Java 9. In this chapter, we'll wrap up our journey of Java 9 modularity by looking at two important topics that you are very likely to encounter, irrespective of whether you are migrating a legacy code base or creating a new modular application from scratch. They are build tool integration and unit testing.
Here's what we'll cover in this chapter:
Considering that build systems and unit testing are extremely common and important parts of a modern Java developer's workflow, it may seem odd that we are tackling both these topics in the final chapter of this book. This is for a good reason. Understanding and working...