Java EE 8 High Performance
β Scribed by Romain Manni-Bucau
- Publisher
- Packt Publishing
- Year
- 2018
- Tongue
- English
- Leaves
- 350
- Category
- Library
No coin nor oath required. For personal study only.
β¦ Synopsis
Get more control of your applications performances in development and production and know how to meet your Service Level Agreement on critical microservices.
Key Features
- Learn how to write a JavaEE application with performance constraints (Service Level Agreement-SLA) leveraging the platform
- Learn how to identify bottlenecks and hotspots in your application to fix them
- Ensure that you are able to continuously control your performance in production and during development
Book Description
The ease with which we write applications has been increasing, but with this comes the need to address their performance. A balancing act between easily implementing complex applications and keeping their performance optimal is a present-day need. In this book, we explore how to achieve this crucial balance while developing and deploying applications with Java EE 8.
The book starts by analyzing various Java EE specifications to identify those potentially affecting performance adversely. Then, we move on to monitoring techniques that enable us to identify performance bottlenecks and optimize performance metrics. Next, we look at techniques that help us achieve high performance: memory optimization, concurrency, multi-threading, scaling, and caching. We also look at fault tolerance solutions and the importance of logging. Lastly, you will learn to benchmark your application and also implement solutions for continuous performance evaluation.
By the end of the book, you will have gained insights into various techniques and solutions that will help create high-performance applications in the Java EE 8 environment.
What you will learn
- Identify performance bottlenecks in an application
- Locate application hotspots using performance tools
- Understand the work done under the hood by EE containers and its impact on performance
- Identify common patterns to integrate with Java EE applications
- Implement transparent caching on your applications
- Extract more information from your applications using Java EE without modifying existing code
- Ensure constant performance and eliminate regression
Who This Book Is For
If you're a Java developer looking to improve the performance of your code or simply wanting to take your skills up to the next level, then this book is perfect for you.
Table of Contents
- Money! The quote manager application
- Look under the cover : what is this "EE" thing?
- Monitor your applications
- Application optimization: memory management and server configuration
- Scale up: threading and implications
- Be lazy, cache your data
- Be fault tolerant
- Loggers and performances: a trade-off
- Benching your application
- Continuous performance evaluation
β¦ Subjects
Performance Optimization;Software Design, Testing & Engineering;Programming;Computers & Technology;Java;Beginnerβs Guides;Reference;Servlets;Programming Languages;Computers & Technology
π SIMILAR VOLUMES
Provides the concise roadmap Java developers and Web engineers need to build high-performance and scalable enterprise Web applications. Packed with general system architecture tips and balanced with succinct examples for each technology. Softcover.
Building Scalable and High-Performance JavaT Web Applications Using J2EET Technology provides the concise roadmap Java developers and Web engineers need to build high-performance and scalable enterprise Web applications. It is unique in its focus on building efficient end-to-end solutions based on t
I originally picked up this book thinking that it would serve as a design guide. As I started reading it I realized this was not quite the case. This book describes how J2EE in general can be applied to create scalable and reliable web applications. The book introduces the various aspects of J2EE te
<p><p>Quickly find solutions to dozens of common programming problems with the Java Enterprise Edition Platform for small business web applications, enterprise database applications, and microservices solutions. Content is presented in the popular problem-solution format. Look up the programming pro