How to use reflection package for dynamic object creation

I want to convert a "DataObject (SDO) " into "Pure java object".For this i want to create a java object with the fields in Dataobject, and this should be in generic way.
[183 byte] By [srikanth_era83a] at [2007-10-3 3:28:02]
# 1
Use Java reflection if you have the java class already created.Otherwise use Java IO API for creating the .java file and compile it dynamically by calling javac exe from java code and executing using reflection
Vchutkia at 2007-7-14 21:21:33 > top of Java-index,Core,Core APIs...