By rick
via weblogs.java.net
Published: Oct 19 2006 / 17:28
Sometimes static code isn't enough and you need to build code dynamically, at run time. That's usually a hefty proposition, but if the code you need to build is just an interface, it's actually relatively simple. Here are some of the reasons you might want to build interfaces at run time and how you might go about it.
Add your comment