I just wanted to compliment Joe et al on a job well done. XStream rocks! If you need to marshal Java objects easily over XML on some transport (HTTP, sockets, JMS etc) then it comes highly recommended.
We wanted a simple XML over HTTP tunnel API for ActiveMQ to allow JMS to be used over firewalls and allowing other languages to post XML over HTTP instead of having to write complex marshalling code. So I gave XStream a try and got it all working in minutes.
So if you need a neat alternative to Java Serialization that doesn't tie you into a binary opaque format with version hell attached, then give XStream a try. Great job Joe!
12:08:05 AM
|
|