[Book Cover]

Java 2 Performance and Idiom Guide, 1/e

Craig Larman, Frisco, Texas
Rhett Guthrie, Dallas, Texas

Published August, 1999 by Prentice Hall PTR (ECS Professional)

Copyright 2000, 350 pp.
Cloth
ISBN 0-13-014260-3
$39.99


Sign up for future
mailings
on this subject.

See other books about:
    JAVA

[Preface]





Thank you for considering the Java 2 Performance and Idiom Guide. The goal of this book is to document the common idioms and optimization techniques that experienced Java developers should know. The topics are presented specifically for Java 2, including coverage of features such as the Collections Framework and the HotSpot JVM. High Performance Java-write fast code Our goal is to help catapult the beginner or intermediate Java developer over the chasm of performance pitfalls the Java platform challenges us with. Thus, the book includes a broad introduction to optimizing for speed and space, including:

  • Design level optimization principles
  • Environment and tool strategies
  • Algorithm and data structure strategies
  • Language and library specific optimization techniques.
Idioms in Java-write code fast

There are a wide variety of "tricks of the Java trade" or idioms that experienced Java developers apply to develop solid code. Like design patterns, coding idioms provide out-of-the-box solutions for many problems. Unlike design patterns, these idioms are very close to code and therefore take maximum advantage of the Java language and libraries. They include:
  • Idiomatic usage of particular JDK classes and APIs, such as the Reflection API.
  • Concurrency idioms to create thread-safe code
  • Packaging and application structure idioms
  • Naming and coding style idioms


  • Author Bio

    CRAIG LARMAN is the author of the popular text Applying UML and Patterns, and writes the Java and Modeling column in Java Report. He works as a technical director, instructor, and mentor at ObjectSpace, a company specializing in Java and distributed object technologies.

    RHETT GUTHRIE is a veteran of Java, with over 3 years of in-the-trenches Java middleware and custom application development. He is a co-founder and Senior Technology Partner of Axys Solutions, LLC, a consulting firm specializing in e-commerce software solutions.




    1. Improving Performance—Major-Moderate.
    2. Improving Performance—Moderate-Minor.
    3. Improving Performance—Minor.
    4. Library Idioms—Introduction.
    5. Library Idioms—Java.Lang.Object.
    6. Library Idioms—Reflection.
    7. Library Idioms—Concurrency.
    8. Library Idioms—Collections.
    9. Library Idioms—Resources.
    10. Library Idioms—Exceptions.
    11. Language Idioms.
    12. Packaging Idioms.
    13. Testing Idioms.
    14. Coding Idioms—Naming.
    15. Coding Idioms—Style.


[Help] [Home]


© Prentice-Hall, Inc. A Pearson Education Company
Comments To webmaster@prenhall.com