Or are you looking to generate the Java source code? In that case there wouldn't be much more to it than parsing the XML and using file I/O to write the source file.
Yes Ulf, I need to generate the source code at runtime using properties from XMl.
And that's too using Java Reflection as being told. That's the main proprblem
I am familier with Reflection for calling methods at run time.
But not such kind of thing in which we have to read data from XML and creat Java source code as per that..
Regards,
Rohit
[ October 11, 2007: Message edited by: Rohit Menon ]