1 Apr 2003 01:25
Re: Generating method Code for setters
Mark Proctor (mproctor <mproctor <at> cisco.com>
2003-03-31 23:25:39 GMT
2003-03-31 23:25:39 GMT
I've downloaded org.apache.commons.jelly.tags.bcel; and successfully used that as the basis of my own setter and getter generators. I'm having problems understanding the Class loader stuff. There are a lot of methods there and I don't understand why you can't got to using Class.forName for the class you've just created, why all the other stuff? public Object newInstance() public Object newInstance(ClassLoader loader) public Class defineClass() public Class defineClass(ClassLoader loader) I would really appreciate it if someone could enlighten me. Regards Mark
RSS Feed