You do understand how this works, don't you? Login and vote now.
By mironsadziak
via javablogging.com
Published: Nov 04 2009 / 20:24
Java Dynamic Proxies API is a way to create dynamically a class implementing a given interface. All the method calls on that interface will be passed to an instance of InvocationHandler which you must implement. Thanks to that you can have very general wrapping for any given interface. It is also a way to implement Aspect Oriented Programming.
Add your comment
Voters For This Link (21)
-
Jacek -
aclarke -
mswatcher -
motxilo -
ppow -
shane.k.j -
zaph0d -
kolorobot80 -
sfranklyn -
fabiocaseri -
cretzel -
westside -
hrum -
john.jian.fang -
gubbes -
greenday -
mkyong -
henk -
gautamsaggar -
mironsadziak -
julitopower


