Java EE 8 High Performance

Romain Manni-Bucau

  • 出版商: Packt Publishing
  • 出版日期: 2018-01-30
  • 售價: $2,010
  • 貴賓價: 9.5$1,910
  • 語言: 英文
  • 頁數: 350
  • 裝訂: Paperback
  • ISBN: 178847306X
  • ISBN-13: 9781788473064
  • 相關分類: Java 程式語言
  • 下單後立即進貨 (約3~4週)

商品描述

Key Features

  • Learn how to write a EE applicaton with performances constraints (Service Level Agreement - SLA)
  • Investigate and resolve JavaEE performance issues.
  • How to get the crucial information to avoid bad performance surprises.

Book Description

The ease with which we write an application has been increasing, but with increasingly complex application come the need to address their performance. A balancing act between implementing complex applications easily and keeping its performance optimum is need of the hour. In this book we explore how to achieve this crucial balance while developing and deploying application with Java EE 8.

The book starts with analyzing various specification of Java EE to identify those affecting performance adversely. We then move on to monitoring techniques to help us zero down on the metrics to be used that help in identifying the performance bottlenecks. Next we looks at techniques that help us achieve high performance: top down optimization, scaling, and caching. We will 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 gain insight into the various techniques and solutions that will help create high performance application in Java EE 8 environment.

What you will learn

  • Identify performance bottleneck in an application.
  • Locate application hotspots using setup tools.
  • Understand the work done under the cover by the EE container and its impact on performances
  • Identify the common optimization patterns related to JavaEE applications.
  • Implement transparent (technical) and business caching on your application.
  • Extract more information from your application using JavaEE without modifying existing code.
  • Ensure constant performance of application and eliminate regression.