Reflective systems allow their own structures to be altered from within. Here we are concerned with a style of reflection, called linguistic reflection, which is the ability of a running program to generate new program fragments and to integrate these into its own execution. In particular, we descri
Java Reflection in Action
✍ Scribed by Ira R. Forman, Nate Forman
- Book ID
- 127445311
- Publisher
- Manning; Pearson Education
- Year
- 2005
- Tongue
- English
- Weight
- 2 MB
- Series
- In Action series
- Edition
- illustrated edition
- Category
- Library
- City
- Greenwich, Conn. :, London
- ISBN
- 1932394184
No coin nor oath required. For personal study only.
✦ Synopsis
Intended for intermediate Java programmers, this book presents several ways to produce flexible code using reflection. The authors, who have taught a software patterns course at the University of Texas, discuss dynamic loading, dynamic proxies, class stack introspection, the class loader, class-to-class transformations, and performance measurement techniques. Example code for an imaginary animal simulation software company runs throughout the book. Distributed in the U.S. by Independent Publishers Group.
✦ Subjects
Программирование на Java
📜 SIMILAR VOLUMES
A practical handbook for anyone interested in programming rule-based systems and written by the creator of the popular Java rule engine, Jess, this book is structured around a series of large, fully developed practical examples of rule-based programming in Java. After the topic of rule-based systems