Results 1 to 2 of 2

Thread: Spring Remoting for Android

  1. #1
    Join Date
    Aug 2007
    Posts
    9

    Default Spring Remoting for Android

    I currently have server side remoting calls provided by
    Code:
    <bean name="/application" class="org.springframework.remoting.httpinvoker.HttpInvokerServiceExporter">
    What would be the best way to consume these methods on an android ? Or should I look at using a different remoting technology ?

  2. #2
    Join Date
    Nov 2010
    Posts
    174

    Default

    Currently, the Spring for Android project only supports consuming RESTful services through the use of RestTemplate. You may want to look at Android's documentation for Android Interface Definition Language (AIDL), which is Android's provided method of performing RPC requests.
    Roy Clarkson
    Spring Mobile Projects Lead

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •