Results 1 to 4 of 4

Thread: ICE and Java RMI

  1. #1
    jschina is offline Registered User
    Name: Sha Jiang
    Organization: CE
    Project: None
    Join Date
    Oct 2004
    Location
    Beijing, China
    Posts
    14

    ICE and Java RMI

    I am very interested in ICE and Java, I want to use them comprehensively.
    Then I can take advantage of the simpleness of Java programming and multi-language of ICE.

    CORBA has a mechanism for communicating between Java RMI and IIOP (RMI over IIOP), does ICE protocol has a similar mechamism?
    Last edited by jschina; 10-18-2004 at 06:23 AM.
    a cup of Java, cheers!

  2. #2
    michi's Avatar
    michi is offline Registered User
    Name: Michi Henning
    Organization: Triodia Technologies
    Project: I have a passing interest in Ice :-)
    Join Date
    Feb 2003
    Location
    Brisbane, Australia
    Posts
    1,055
    No. We don't provide anything to interoperate between RMI and Ice. Doing this would be quite a lot work (although not quite as much work as for CORBA), and with little benefit. Having worked an quite few object model integration projects in the past, believe me, the easiest way to do it is to write yourself an application-specific proxy server. Generic solutions always fall short of expectations, typically because they are difficult to configure and, in order to deal with the impedance mismatches between different object models, end up generating APIs that look like a dog's breakfast...

    Cheers,

    Michi.

  3. #3
    jschina is offline Registered User
    Name: Sha Jiang
    Organization: CE
    Project: None
    Join Date
    Oct 2004
    Location
    Beijing, China
    Posts
    14
    Thanks for your reply!
    a cup of Java, cheers!

  4. #4
    OrNot is offline Registered User
    Name: Bin.Li
    Organization: GE Healthcare
    Project: Enterprise solution
    Join Date
    Jun 2005
    Location
    Shanghai
    Posts
    181
    hi, Michi,
    As an ICE fan, I believe that Ice will succeed. Now as a user of Ice, one of my tasks is to let my clients also believe this and our ice-based system. It is a hard thing for me to compare Ice to other popular technologys such as web service , corba, EJB, RMI-IIOP and so on. I noticed a post of Benard

    http://www.zeroc.com/vbulletin/showt...highlight=iiop

    and hope you can give a panoramic infomation in one of the future connections. I think it is helpful for us to propagandize ICE.


    Thanks

    OrNOt
    ------------------------------------------
    ornot2008@yahoo.com
    --------------------------------------------

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Is the ICE for Java based on Java NIO?
    By Jiangyubao in forum Comments
    Replies: 1
    Last Post: 03-30-2008, 06:04 PM
  2. java:type:java.util.Vector
    By jesse in forum Help Center
    Replies: 1
    Last Post: 04-23-2007, 12:49 PM
  3. Replies: 2
    Last Post: 11-24-2006, 03:03 AM
  4. ICE vs Remoting vs RMI
    By zhushisong in forum Help Center
    Replies: 0
    Last Post: 11-22-2005, 06:21 AM
  5. ice or java rmi?
    By lfarkas in forum Help Center
    Replies: 1
    Last Post: 03-28-2004, 05:56 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
  •