Re: Which data format for end-to-end application

[email protected]
Newsgroups gmane.comp.java.sun.kvm
Message-ID <24324487.432791190662105177.JavaMail.tomcat@sdcst12.sjc.collab.net>
There is a small XML parser called NanoXML which is very lightweight, but in the end you are still taking java to XML and back.

Another option if you want really small and can live with a few limitations, look at MDO.dev.java.net, that is project I have built to transport DataObjects from a JavaEE server to ME devices, and used to save the records in the RMS as well.   It's a simple object data serialization that is a bit more work but more resilient to the serialization version issue/bug.

Json is nice but still uses a lot of bandwidth, not to mention the size of the extra libraries to parse it.

-Shawn
[Message sent by forum member 'sfitzjava' (sfitzjava)]

http://forums.java.net/jive/thread.jspa?messageID=236838

===========================================================================
To unsubscribe, send email to [email protected] and include in the body
of the message "signoff KVM-INTEREST".  For general help, send email to
[email protected] and include in the body of the message "help".
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.