Hi there,
I am using javassist to create a dynamic bean for a result set from a database. The
bean is then inserted into a velocity template for processing.
The name of the dynamic class is simply row. Once the class file is written out the
class if frozen and so cannot be modified againl. I ca
Hi all,
Ok so I create a class from scratch using the makeClass method. How do I get an
instance of this newly created class? I thought maybe trying
newclass x = new newclass but wont the compiler complain about not being able to find
the class at compile time?
thanks
View the original post :