Re: Which data format for end-to-end application
Roger Riggs <[email protected]>
| Newsgroups | gmane.comp.java.sun.kvm |
|---|---|
| Message-ID | <[email protected]> |
Hi, I think I would lean towards JSON, it is easy to produce and consume and is flexible and extensive in almost any platform. But for binary data like images, I would suggest just putting the URL of the image into the JSON structure. That will allow a separate mechanism for retrieval that can more easily support caching and asynchronous retrieval and local storage. $0.02, Roger =========================================================================== 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".