Voting at DZone is super easy, but you aren't logged in. Login and vote now.
By dh72331
via isocra.com
Published: May 02 2008 / 03:58
Is Groovy a good way to pass complex data from one server to another (instead of JSON or XML)?
If you're already using Groovy, you can use it very easily to transfer complex data (say for a graph). Parsing it is much easier than parsing XML or JSON and it is just as compact and readable as JSON. Then you can use the parsed results directly in your Java (or Groovy) code.
Add your comment