These tutorials from Sun cover Reflection, which is what you will be using:
http://java.sun.com/docs/books/tutorial/reflect/index.html
http://java.sun.com/docs/books/tutorial/reflect/member/ctorInstance.html
Another tutorial article:
http://www.javaworld.com/javaworld/jw-09-1997/jw-09-indepth.html
and
http://www.onjava.com/pub/a/onjava/2007/03/15/reflections-on-java-reflection.html?page=2