JavaReference.com AllDevNet.com"
Welcome Guest     Login     Register    
 [ Home > Books > Java Reflection in Action (Review) ]  Submit Book   
Java Reflection in Action (Review)
from Manning Publications Co. 

Previous   [ Page 2 of 2 ]
Print   E-Mail 
Java Reflection in Action (Review)
 Sample Chapters:
    Chapter 1, A few basics
    Chapter 5, Call stack introspection
  Download Code
  Buy this book now from Amazon.com
  Read and submit reviews for this book
Advertisement

Book Review

If you are a java developer and want to get powered with Reflective Programming techniques in java, Java Reflection in Action is the book for you.

This book is written in a unique style considering real problems and how reflection can be used in such cases for better and flexible implementation.

This book starts with the basics of reflection and later shows you the magic that you can perform using the Reflection API in java. It explains in detail areas like, Proxies, Introspection, Class Loaders, Class-to-class transformation framework. These concepts are explained with proper examples. It shows use of different Design Patterns in reflection, this is demonstrated by a code generation example.

Developers are usually concerned about performance while using reflection; this book includes a chapter that shows how to evaluate the performance of reflection using benchmarking techniques.

This book also talks about the pitfalls of reflection and how to tackle those. At the end it talks about the future release (1.5, which is already out) and its impact on using reflection.

Overall it is a very informative and helpful book, which will add to your skill set.

by JavaReference.com
Page 1 : Java Reflection in Action
Page 2 : Book Review
Previous   [ Page 2 of 2 ] Print   E-Mail 
  Java and all Java-based marks are trademarks or registered trademarks of Sun Microsystems, Inc. and its subsidiaries in the U.S. and other countries.