Hi,
  When I read OJB source code, I find a ClassHelper
class, but it seems that its usage seems not wide.
What I mean is that there are many codes in OJB doing
object instantation do not use it but have their own.
There are ways to instantiate a new object in java.
The simplest one is Class.newInstance(). On the other
hand, we may first get a constructor and then set its
access flag to true and then invoke it to let private
constructor can be used (hence object model not
instrumented for ojb). I think the latter way seems
the best. However, ClassHelper itself have both these
two ways (but without setting access flag). Could it
be changed to be one way and the latter one?

  Maybe OJB developers have their own considerations. 

Regards,
Rice


__________________________________
Do you Yahoo!?
SBC Yahoo! DSL - Now only $29.95 per month!
http://sbc.yahoo.com

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to