My company stores WDDX packets in our database and we are needing to 'unpack'
or parse these WDDX packets into Java equivalents. Does anyone know of any
existing packages already available to do this? If not and I have to reinvent
the wheel, I've been looking into using Apache Xerces and DOM method to work
with the WDDX packet I need to parse. Would anyone have any ideas or
suggestions before I start out? For example, I'm wanting this class to take a
wddx packet (string) and be able to transform it into an object to be returned.
Instead of 'structs' it would instead create and use HashMaps, etc. Any help,
suggestion or ideas would be appreciated.