Page 2 of 2 FirstFirst 12
Results 11 to 13 of 13

Thread: New Remoting Strategy: HTTP Invoker

  1. #11
    Join Date
    Aug 2004
    Location
    Brno, Czech Republic
    Posts
    48

    Default

    Do I need a servlet container on the server side to run this? I think so.

    This may be in some cases disadvantage of web services over RMI, because I don't need anything else than plain Java to run RMI.

    But if I understand it well there may be problems to setup RMI through firewalls. Right? So that's an advantage of web services that it always runs on a defined port.

    Karel

  2. #12
    Join Date
    Sep 2004
    Posts
    1

    Default

    Martin, I am very interested in your socket implementations. That will benefit applet/mobile client a lot. I had played with Hessian and am going to switch to HTTP Invoker. My project has an applet client and I do prefer socket connections so that server side can track conversations and push messages to applet easily.

    Is there a way that I can get a copy of your code? Thanks.

  3. #13
    Join Date
    Aug 2004
    Location
    u.s.a
    Posts
    399

    Default

    The HttpInvoker is pretty amazing. I was surprised that it worked as described. Of course, it took a few hours until I puzzled out what not to do. But, it really was just changes to bean config files and three lines in the web.xml file. That rocks.

    It and the other remoting approaches via Spring really show how powerful the AOP/DI combination is. The forthcoming JMX will be big icing on the cake.

    Of course, my effort was a demo and proof of concept, and no one bought into the light-weight remoting approach. The ole Butsitis syndrome perhaps.

Similar Threads

  1. Spring HTTP Invoker and HTTP Forwarding Proxy
    By dkar77 in forum Remoting
    Replies: 3
    Last Post: Sep 21st, 2005, 08:59 PM
  2. Spring http invoker: retrieving the application context...?
    By gvl@foundation.be in forum Remoting
    Replies: 1
    Last Post: Jun 21st, 2005, 12:59 AM
  3. Possible HTTP Invoker Timout on Long Transaction?
    By jgulisano in forum Remoting
    Replies: 1
    Last Post: May 30th, 2005, 05:32 PM
  4. Replies: 1
    Last Post: Dec 17th, 2004, 04:57 AM
  5. HTTP Invoker server in standalone app
    By murrayd in forum Remoting
    Replies: 0
    Last Post: Oct 1st, 2004, 09:04 AM

Posting Permissions

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