In light of today's compressed development cycles, multi-tiered application
architectures and complex technologies, many organizations are challenged to
get reliable yet scalable enterprise Java applications out the door in a
timely manner. Devoting a small amount of energy throughout the development
process to identify, address, and correct performance obstacles can lower the
risks and costs associated with poorly performing applications over the life
of the code.
Java performance tuning simply means optimizing your code for speed,
reliability, scalability and maintainability. Producing truly scalable,
lightning-fast Java SE and Java EE applications demands clarity of purpose
and well-understood programming priorities. A major benefit of adopting
regular performance tuning cycles is instantly seeing exactly which parts of
your applications represent critical bottl... (more)