Results 1 to 2 of 2

Thread: HttpInvoker client install

  1. #1
    Join Date
    Sep 2004
    Location
    USA
    Posts
    27

    Default HttpInvoker client install

    Hi,

    What are the minimal jars required on the client, so that it can access Spring beans remotely that were exposed using the org.sprfr.remoting.httpinvoker.HttpInvokerServiceE xporter as described in the online manual - section 17.4.

    Any help is greatly appreciated.

    Thank you,
    Edmon

  2. #2
    Join Date
    Sep 2004
    Location
    USA
    Posts
    27

    Default An answer

    To answer my own question and to help others who may ask the same:

    If the HttpInvokerProxyFactoryBean is used only than
    clients would only need a spring jar plus the jar that holds the interfaces for your objects invoked from the client.

    If the CommonsHttpInvokerRequestExecutor is set as you would need to provide commons-httpclient.jar and commons-codec.jar as well.

Similar Threads

  1. Rich Client - HttpInvoker - Security
    By token in forum Security
    Replies: 3
    Last Post: Oct 17th, 2005, 08:41 AM
  2. HttpInvoker server and client deployment
    By silly_me in forum Remoting
    Replies: 1
    Last Post: Aug 24th, 2005, 08:37 PM
  3. Replies: 11
    Last Post: Jul 13th, 2005, 12:51 AM
  4. Replies: 1
    Last Post: May 15th, 2005, 12:51 AM
  5. Replies: 14
    Last Post: Feb 21st, 2005, 05:41 PM

Posting Permissions

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