Results 1 to 3 of 3

Thread: Java enums

  1. #1
    dashie is offline Registered User
    Name: Maurizio Merli
    Organization: Università degli Studi di Milano
    Project: N/A
    Join Date
    Dec 2004
    Location
    Milan, Italy
    Posts
    26

    Java enums

    Now with Java 5 why don't you implement ICE enums with native Java enums?

  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
    For backwards compatibility with older Java versions. However, we might add a metadata directive that allows you to map Slice enums to these new Java enums.

  3. #3
    Mjollnir is offline Registered User
    Join Date
    Jul 2004
    Posts
    21
    Quote Originally Posted by marc
    For backwards compatibility with older Java versions. However, we might add a metadata directive that allows you to map Slice enums to these new Java enums.
    great, and there're many some other new java characteristic: generic, template...

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. Replies: 1
    Last Post: 06-30-2006, 02:32 PM
  5. Class-Scoped Enums
    By acbell in forum Comments
    Replies: 3
    Last Post: 09-08-2005, 12:18 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
  •