Is there a library that will recursively dump/print an objects properties? I\'m looking for something similar to the console.dir() function in Firebug.
I\'m aware o
Maybe you could use an XML binding framework like XStream, Digester or JAXB for that.