November 2017
Intermediate to advanced
398 pages
10h 14m
English
In the previous chapters, we talked about possible ways to improve the performance of your Java application--from using the new command and monitoring tools to adding multithreading and introducing reactive programming and even to radically re-architecting your current solution into an unruly and flexible bunch of small independent deployment units and microservices. Without knowing your particular situation, there is no way for us to guess which of the provided recommendations can be helpful to you. That's why, in this chapter, we will describe a few recent additions to the JDK that can be helpful to you too. As we mentioned in the previous chapter, the gain in performance and overall code improvement ...