developerFusion reflection
Related reflection tutorials
-
Creating Extensible Applications with MAF
by Mark Smith
Learn how using MAF allows you to easily create extensible applications that allow new features to be added without jeopardizing the stability of the existing code base. MAF provides a higher-level service that allow you to dynamically discover, load, secure and interact with external assemblies used to provide features for your application.
Related reflection podcasts
-
GoingDeep: Expert to Expert: Rich Hickey and Brian Beckman - Inside Clojure
Published 1 month ago, running time 0h52m
Clojure is a dynamic programming language created by Rich Hickey that targets both the Java Virtual Machine and the CLR. It is designed to be a general-purpose language, combining the approachability and interactive development of a scripting language with an efficient and robust infrastructure f.
Related book
-
Java Reflection in Action (In Action series)
Explaining the Java Reflection API and providing techniques for using it successfully, this guide describes the capabilities that allow a program to examine and modify itself at runtime. The book examines the java.lang.reflect package, explains how y...