Peter Ledbrook has released version 1.0 of the Grails Remoting Plugin [release notes]. As you probable know Grails has no problem producing/consuming XML/JSON data, which can be used as interchange format for almost anything. In the case those formats are not enough to send your data across the wire you can rely on the Spring framework remoting facilities, which is precisely what this plugin offers. The Remoting Plugin makes it a breeze to export and consume services with the following protocols

  • RMI
  • Hessin
  • Burlap
  • HttpInvoker (Spring’s own RMI version over HTTP)

Tags: , ,



Leave a Comment