Share this

Sunday, July 27, 2008

Java Performance Tuning


Java Peformance Tuning, 2nd edition provides a comprehensive and indispensable guide to eliminating all types of performance problems. Using many real-life examples to work through the tuning process in detail, JPT shows how tricks such as minimizing object creation and replacing strings with arrays can really pay off in improving your code's performance. Tuning J2EE applications bears many similarities to tuning J2SE apps, but important and specific considerations apply. For this reason, Java Performance Tuning, Second Edition includes four new chapters: a new chapter on J2EE application tuning in general followed by chapters on tuning JDBC, servlets and JSPs, and EJBs.

Table of Content
Chapter 1: Introduction
Chapter 2: Profiling Tools
Chapter 3: Underlying JDK Improvements
Chapter 4: Object Creation
Chapter 5: Strings
Chapter 6: Exceptions, Assertions, Casts, and Variables
Chapter 7: Loops, Switches, and Recursion
Chapter 8: I/O, Logging, and Console Output
Chapter 9: Sorting
Chapter 10: Threading
Chapter 11: Appropriate Data Structures and Algorithms
Chapter 12: Distributed Computing
Chapter 13: When to Optimize
Chapter 14: Underlying Operating System and Network Improvements
Chapter 15: J2EE Performance Tuning
Chapter 16: Tuning JDBC
Chapter 17: Tuning Servlets and JSPs
Chapter 18: Tuning EJBs
Chapter 19: Further Resources

Download

0 comments:

Post a Comment