Results 1 to 3 of 3

Thread: Why IceJ is full realization with Java?

  1. #1
    damingyipai is offline Registered User
    Join Date
    Jan 2004
    Posts
    59

    Why IceJ is full realization with Java?

    Hi:

    I don't understand why IceJ is full realization with Java,
    I think, Ice can build a .dll or .so, then write a JNI module or COM plug it
    into java and .NET etc. it's better efficiency than pure java or C# realization.
    and make maintenance more simple. right ?

  2. #2
    marc's Avatar
    marc is offline ZeroC Staff
    Name: Marc Laukien
    Organization: ZeroC, Inc.
    Project: The Internet Communications Engine
    Join Date
    Feb 2003
    Location
    Florida
    Posts
    1,860
    If it were not pure Java, it wouldn't be platform independent. Also, integrating C++ code into Java with something like JNI is pretty ugly, and would make the code very hard to maintain.

  3. #3
    damingyipai is offline Registered User
    Join Date
    Jan 2004
    Posts
    59

    understand, thanks.

    why can not be empty?

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. IceJ and Eclipse
    By albertods in forum Help Center
    Replies: 0
    Last Post: 10-19-2006, 12:08 PM
  2. IceJ 3.1.0 Problem
    By rc_hz in forum Help Center
    Replies: 2
    Last Post: 08-17-2006, 04:47 AM
  3. Make the full version of Ice to run in S3C2410.
    By zhangzq71 in forum Comments
    Replies: 4
    Last Post: 10-19-2005, 01:34 AM
  4. IceJ and Ice C++
    By damingyipai in forum Help Center
    Replies: 2
    Last Post: 03-18-2004, 11:37 PM
  5. IceJ-1.2.0 failing tests?
    By SteveWampler in forum Help Center
    Replies: 24
    Last Post: 01-12-2004, 01:33 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
  •