1 2 Previous Next 16 Replies Latest reply on Oct 22, 2003 5:00 AM by juha Go to original post
      • 15. Re: jboss to non-j2ee connection
        alu1344

        Juha, sorry to snoop in, but one question regarding the HTTP invoker: does it reduce the traffic between client and server? I would consider it as an option if it forced less calls between both (since my project bandwith is very limited).

        Instead, I am using webwork with native java serialization interceptor to get the same result. Does the HTTP invoker use a reasonable amount of traffic or is it simply a new channel? Because RMI does too many go-and-return calls for a single RMI method.

        • 16. Re: jboss to non-j2ee connection

          I have not looked. You need to try it with a network sniffer.

          Of course you could always build your own invoker with specialized custom protocol as well.

          -- Juha

          1 2 Previous Next