Book Image

Java EE 7 Performance Tuning and Optimization

By : Osama Oransa
Book Image

Java EE 7 Performance Tuning and Optimization

By: Osama Oransa

Overview of this book

<p>With the expansion of online enterprise services, the performance of an enterprise application has become a critical issue. Even the smallest change to service availability can severely impact customer satisfaction, which can cause the enterprise to incur huge losses. Performance tuning is a challenging topic that focuses on resolving tough performance issues.</p> <p>In this book, you will explore the art of Java performance tuning from all perspectives using a variety of common tools, while studying many examples.</p> <p>This book covers performance tuning in Java enterprise applications and their optimization in a simple, step-by-step manner. Beginning with the essential concepts of Java, the book covers performance tuning as an art. It then gives you an overview of performance testing and different monitoring tools. It also includes examples of using plenty of tools, both free and paid.</p>
Table of Contents (20 chapters)
Java EE 7 Performance Tuning and Optimization
Credits
About the Author
Acknowledgments
About the Reviewers
www.PacktPub.com
Preface
Index

Summary


In this chapter, we briefly covered the different design and architecture considerations that are required when we make different design decisions. We have classified these decisions into architecture layers, integration, component selection, interaction, security, regulatory, and miscellaneous decisions.

We also explored in more detail the SOA performance consideration for the SOA services in particular and compared it with the ROA services. Then, we gave a quick performance measurement for a simple application that uses both SOAP and RESTful web services.

We also discussed data caching in more detail, since it is an important performance improvement factor in our enterprise application. Finally, we discussed some of the performance design aspects of the cloud environment.

In the next chapter, Chapter 11, Performance Tuning Tips, we will move from the design discussion to different development techniques and performance considerations, such as agile and Test-Driven Development (TDD...