Lo,
Since this list recently took an open source turn, why don't you have
a look at the beanutils, which are part of the Apache Jakarta project.
I have used those classes quite a bit and they do make the reflection
classes pretty easy to digest. The Commons web site is at:
http://jakarta.apache.org/commons
David Morris
>>> Lo.Raikov@MISYS.COM 12/10/01 12:28AM >>>
Thanks, I'll think about it. Although, to be quite frank, at first
glance,
it does not look particularly transparent. :-)
Lo
-----Original Message-----
From: Gary L Peskin [mailto:garyp@firstech.com]
Sent: Monday, December 10, 2001 5:49 PM
To: java400-l@midrange.com
Subject: RE: Dynamic program calls/run-time class names
Have a look at the java reflection classes in java.lang.reflect,
particularly Method and Class.
Gary