Results 1 to 4 of 4

Thread: IceJ 1.2.0 limited functionality

  1. #1
    alexander is offline Registered User
    Join Date
    Nov 2003
    Posts
    22

    IceJ 1.2.0 limited functionality

    Hi, All!

    Why does IceJ 1.2.0 has less packages then C++ version of toolkit? In particular, I'm missing IceSSL Java implementation, Ice.Communicator doesn't use registered Stats, etc. Is that because of low demand of it?

    Anyway, I'd like to get involved in that project as Java developer and add my couple coins.
    Please let me know if that is appropriated (alexander at ethtech d0t com)

  2. #2
    mes's Avatar
    mes
    mes is offline ZeroC Staff
    Name: Mark Spruiell
    Organization: ZeroC, Inc.
    Project: Ice Developer
    Join Date
    Feb 2003
    Location
    California
    Posts
    1,441
    Welcome!

    Regarding SSL: IceJ uses Java's non-blocking I/O classes (java.nio.*) for better scalability. Unfortunately, the JDK does not provide a non-blocking SSL implementation yet. JDK 1.5 supposedly will provide some kind of solution for this.

    Regarding Stats: Can you provide more information?

  3. #3
    alexander is offline Registered User
    Join Date
    Nov 2003
    Posts
    22
    Well, according to documentations, one can register callback object that implements Stats interface in order to catch incoming/outgoing transfers.
    In IceJ 1.2.0, it is possible to register such a callback. However, the registered callback never receives bytesSent() nor bytesReceived() messages from Udp/TcpTransceiver as it's implemented in C++ version.

  4. #4
    mes's Avatar
    mes
    mes is offline ZeroC Staff
    Name: Mark Spruiell
    Organization: ZeroC, Inc.
    Project: Ice Developer
    Join Date
    Feb 2003
    Location
    California
    Posts
    1,441
    You're right, this appears to be an oversight on our part. We'll fix it for the next release.

    Thanks!

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. IcePatch2-Server adding new functionality
    By Ewgenijkkg in forum Help Center
    Replies: 8
    Last Post: 04-11-2007, 09:35 AM
  2. IceJ and Eclipse
    By albertods in forum Help Center
    Replies: 0
    Last Post: 10-19-2006, 12:08 PM
  3. IceJ 3.1.0 Problem
    By rc_hz in forum Help Center
    Replies: 2
    Last Post: 08-17-2006, 04:47 AM
  4. icepackadmin extra functionality
    By StuartA in forum Patches
    Replies: 0
    Last Post: 09-08-2005, 11:19 PM
  5. IceJ and Ice C++
    By damingyipai in forum Help Center
    Replies: 2
    Last Post: 03-18-2004, 11:37 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
  •