So I've been looking at xstream and I am not sure it will do what I need:
I want to:
1) pass json as text from a client to an
ejb and create a pojo - xstream can do this
2) generate xml from the pojo with xstream - xstream can do this too BUT - no namespace support - I need namespaces in my xml.
Anyone have any solutions for this (creating xml with namespaces?)
thanks!
Max