Appendix 1. Other Books You May Enjoy
If you enjoyed this book, you may be interested in these other books by Packt:
Java: High-Performance Apps with Java 9 Mayur Ramgir, Nick Samoylov
ISBN: 9781789130515
- Familiarize with modular development and its impact on performance
- Learn various string-related performance improvements, including compact string and modify string concatenation
- Explore various underlying compiler improvements, such as tiered attribution and Ahead-of-Time (AOT) compilation
- Learn security manager improvements
- Understand enhancements in graphics rasterizers
- Use of command-line tools to speed up application development
- Learn how to implement multithreading and reactive programming
- Build microservices in Java 9
- Implement APIs to improve application code
Java 9 Dependency Injection Krunal Patel, Nilang Patel
ISBN: 9781788296250
- Understand the benefits of DI and fo from a tightly coupled design to a cleaner design organized around dependencies
- See Java 9's new features and modular framework
- Set up Guice and Spring in an application so that it can be used for DI
- Write integration tests for DI applications
- Use scopes to handle complex application scenarios
- Integrate any third-party library in your DI-enabled application
- Implement Aspect-Oriented Programming to handle common cross-cutting concerns such as logging, authentication, and transactions
- Understand IoC patterns and anti-patterns in DI