Groovy Interchange Format?
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.
Tags : groovy java web-services xml programming
You will be redirected to Groovy Interchange Format?, in 20 seconds.
