<?xml version="1.0" encoding="UTF-8"?>











<rss version="2.0" xmlns:jf="http://www.jivesoftware.com/xmlns/jiveforums/rss">



<channel>
    <title>Support Forums: Message List - JSR 59: J2SE 1.5.0 Beta 1 Maintenance Review</title>
    <link>http://www.theserverside.com</link>
    <description>Most recent forum messages</description>
    <language>en</language>
    
        <generator>Jive Forums Silver 5.5.30 (www.jivesoftware.com)</generator>
    
    <pubDate>Fri, 24 May 2013 16:07:25 -0400</pubDate>


    <item>

        <title>ByteBuffer: Nothing about passing binary float/double with C?</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=24986</link>

        

        
            <description><![CDATA[See <a href="http://java.sun.com/j2se/1.4.2/docs/api/java/nio/ByteBuffer.html" target="_blank">http://java.sun.com/j2se/1.4.2/docs/api/java/nio/ByteBuffer.html</a> (&quot;Access to binary data&quot;). <br><br>Combine with direct access to memory buffers...]]></description>
        

        <pubDate>Fri, 09 Apr 2004 04:58:17 -0400</pubDate>

        

        <jf:creationDate>Fri, 09 Apr 2004 04:58:17 -0400</jf:creationDate>
        <jf:modificationDate>Fri, 09 Apr 2004 04:58:17 -0400</jf:modificationDate>
        <jf:date>Apr 9, 2004</jf:date>
        <jf:author>Matthias Ernst</jf:author>
        <jf:replyCount>0</jf:replyCount>
    </item>


    <item>

        <title>cant find anything on transivity</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=24986</link>

        

        
            <description><![CDATA[Please notice that A and B are two different objects, so A &lt;&gt; B;<br>When you use Integer.equal(), it compare the int values in the two Object.<br>So, your examples are not weird.<br><br>William]]></description>
        

        <pubDate>Thu, 08 Apr 2004 14:41:21 -0400</pubDate>

        

        <jf:creationDate>Thu, 08 Apr 2004 14:41:21 -0400</jf:creationDate>
        <jf:modificationDate>Thu, 08 Apr 2004 14:41:21 -0400</jf:modificationDate>
        <jf:date>Apr 8, 2004</jf:date>
        <jf:author>zhu yi</jf:author>
        <jf:replyCount>0</jf:replyCount>
    </item>


    <item>

        <title>Nothing about passing binary float/double with C?</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=24986</link>

        

        
            <description><![CDATA[Since you have direct access to memory in C, you can do it yourself.  You just have to be aware of byte ordering and alignment issues. <br><br>If buf is aligned, and the endian-ness matches, you can just cast:<br>&nbsp;double d =...]]></description>
        

        <pubDate>Thu, 08 Apr 2004 14:24:27 -0400</pubDate>

        

        <jf:creationDate>Thu, 08 Apr 2004 14:24:27 -0400</jf:creationDate>
        <jf:modificationDate>Thu, 08 Apr 2004 14:24:27 -0400</jf:modificationDate>
        <jf:date>Apr 8, 2004</jf:date>
        <jf:author>Yonik Seeley</jf:author>
        <jf:replyCount>0</jf:replyCount>
    </item>


    <item>

        <title>getEnv is back!</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=24986</link>

        

        
            <description><![CDATA[Just wanted to say WOO HOO! The getEnv bug report has attracted a lot of comments over the years on Sun's Java Bug Parade, and now Sun finally got around fixing it. Lots of people will rejoice as platform dependent workarounds are no longer needed.]]></description>
        

        <pubDate>Thu, 08 Apr 2004 13:22:36 -0400</pubDate>

        

        <jf:creationDate>Thu, 08 Apr 2004 13:22:36 -0400</jf:creationDate>
        <jf:modificationDate>Thu, 08 Apr 2004 13:22:36 -0400</jf:modificationDate>
        <jf:date>Apr 8, 2004</jf:date>
        <jf:author>Adam Karppinen</jf:author>
        <jf:replyCount>0</jf:replyCount>
    </item>


    <item>

        <title>Is your problem an big/little Endian issue?</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=24986</link>

        

        
            <description><![CDATA[NT]]></description>
        

        <pubDate>Thu, 08 Apr 2004 11:46:19 -0400</pubDate>

        

        <jf:creationDate>Thu, 08 Apr 2004 11:46:19 -0400</jf:creationDate>
        <jf:modificationDate>Thu, 08 Apr 2004 11:46:19 -0400</jf:modificationDate>
        <jf:date>Apr 8, 2004</jf:date>
        <jf:author>Gerry G</jf:author>
        <jf:replyCount>0</jf:replyCount>
    </item>


    <item>

        <title>Disjoint</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=24986</link>

        

        
            <description><![CDATA[<blockquote>Disjoint isn't described correctly.  It actually returns true if there are no elements in common.  So, rephrased:<blockquote>For example, you will learn that the Collections API now has a method to tell you if two collections do not share any...]]></description>
        

        <pubDate>Thu, 08 Apr 2004 07:54:42 -0400</pubDate>

        

        <jf:creationDate>Thu, 08 Apr 2004 07:54:42 -0400</jf:creationDate>
        <jf:modificationDate>Thu, 08 Apr 2004 07:54:42 -0400</jf:modificationDate>
        <jf:date>Apr 8, 2004</jf:date>
        <jf:author>randall mcphearson</jf:author>
        <jf:replyCount>0</jf:replyCount>
    </item>


    <item>

        <title>Nothing about passing binary float/double with C?</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=24986</link>

        

        
            <description><![CDATA[I see they added an easier way to get floats and doubles as hex strings.<br>Is there a way to transfer floats/doubles in BINARY form with C/C++?<br>I am aware of longBitsToDouble and friends, but I couldn't manage to get<br>C/C++ on the other side...]]></description>
        

        <pubDate>Thu, 08 Apr 2004 07:36:27 -0400</pubDate>

        

        <jf:creationDate>Thu, 08 Apr 2004 07:36:27 -0400</jf:creationDate>
        <jf:modificationDate>Thu, 08 Apr 2004 07:36:27 -0400</jf:modificationDate>
        <jf:date>Apr 8, 2004</jf:date>
        <jf:author>Amos Shapira</jf:author>
        <jf:replyCount>3</jf:replyCount>
    </item>


    <item>

        <title>Finally something good on swing and memory , repaint etc issues</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=24986</link>

        

        
            <description><![CDATA[<blockquote>Im quite interested to see what they do with SWING. WHat differences/changes are there going to be 1.5?Cheers,Smythe</blockquote>Also has anyone tried swing out in 1.5 any faster?]]></description>
        

        <pubDate>Thu, 08 Apr 2004 04:17:01 -0400</pubDate>

        

        <jf:creationDate>Thu, 08 Apr 2004 04:17:01 -0400</jf:creationDate>
        <jf:modificationDate>Thu, 08 Apr 2004 04:17:01 -0400</jf:modificationDate>
        <jf:date>Apr 8, 2004</jf:date>
        <jf:author>Smythe  </jf:author>
        <jf:replyCount>0</jf:replyCount>
    </item>


    <item>

        <title>cant find anything on transivity</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=24986</link>

        

        
            <description><![CDATA[good point. this is for backward compatibility + impossible to implement w/out operator overloading.<br><br>reference comparison as opposed to content comparison of objects.<br><br>i can see this as a source of confusion for new java developers who start...]]></description>
        

        <pubDate>Thu, 08 Apr 2004 04:16:44 -0400</pubDate>

        

        <jf:creationDate>Thu, 08 Apr 2004 04:16:44 -0400</jf:creationDate>
        <jf:modificationDate>Thu, 08 Apr 2004 04:16:44 -0400</jf:modificationDate>
        <jf:date>Apr 8, 2004</jf:date>
        <jf:author>Nikolay Botev</jf:author>
        <jf:replyCount>0</jf:replyCount>
    </item>


    <item>

        <title>Finally something good on swing and memory , repaint etc issues</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=24986</link>

        

        
            <description><![CDATA[Im quite interested to see what they do with SWING. WHat differences/changes are there going to be 1.5?<br><br>Cheers,<br><br>Smythe]]></description>
        

        <pubDate>Thu, 08 Apr 2004 04:14:50 -0400</pubDate>

        

        <jf:creationDate>Thu, 08 Apr 2004 04:14:50 -0400</jf:creationDate>
        <jf:modificationDate>Thu, 08 Apr 2004 04:14:50 -0400</jf:modificationDate>
        <jf:date>Apr 8, 2004</jf:date>
        <jf:author>Smythe  </jf:author>
        <jf:replyCount>1</jf:replyCount>
    </item>


    <item>

        <title>cant find anything on transivity</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=24986</link>

        

        
            <description><![CDATA[does it deal with some wierd effects of boxing/unboxing<br><br>int a = 1;<br>Integer A = a;<br>int b = 1;<br>Integer B = b;<br><br>a==b true<br>A==B false // oh no, why??<br>a==B true<br>A==b true<br>A.equals(B) true<br>A.equals(b) true<br>B.equals(a)...]]></description>
        

        <pubDate>Thu, 08 Apr 2004 02:56:35 -0400</pubDate>

        

        <jf:creationDate>Thu, 08 Apr 2004 02:56:35 -0400</jf:creationDate>
        <jf:modificationDate>Thu, 08 Apr 2004 02:56:35 -0400</jf:modificationDate>
        <jf:date>Apr 8, 2004</jf:date>
        <jf:author>Anton Rechenauer</jf:author>
        <jf:replyCount>2</jf:replyCount>
    </item>


    <item>

        <title>Finally something good on swing and memory , repaint etc issues</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=24986</link>

        

        
            <description><![CDATA[I hate to have a un predicateble behavior of swing regarding when to call pack or repaint or anyother method to refresh a swing component. It was amazing to see it work differently on different machines - especially running low on memory. Looks like SUN...]]></description>
        

        <pubDate>Thu, 08 Apr 2004 01:53:31 -0400</pubDate>

        

        <jf:creationDate>Thu, 08 Apr 2004 01:53:31 -0400</jf:creationDate>
        <jf:modificationDate>Thu, 08 Apr 2004 01:53:31 -0400</jf:modificationDate>
        <jf:date>Apr 8, 2004</jf:date>
        <jf:author>sean decor</jf:author>
        <jf:replyCount>2</jf:replyCount>
    </item>


    <item>

        <title>My favorite fixes and new stuff</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=24986</link>

        

        
            <description><![CDATA[I'm a J2EE programmer by day, game programming hobbyist by night.  Most of my favorite new stuff after reading the list are related to improved performance and reduced memory footprint:<br><br><a...]]></description>
        

        <pubDate>Wed, 07 Apr 2004 19:03:24 -0400</pubDate>

        

        <jf:creationDate>Wed, 07 Apr 2004 19:03:24 -0400</jf:creationDate>
        <jf:modificationDate>Wed, 07 Apr 2004 19:03:24 -0400</jf:modificationDate>
        <jf:date>Apr 7, 2004</jf:date>
        <jf:author>Gerry G</jf:author>
        <jf:replyCount>3</jf:replyCount>
    </item>


    <item>

        <title>Finally</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=24986</link>

        

        
            <description><![CDATA[Finally an easy way to see if a host is available<br><br>isReachable(int timeout)]]></description>
        

        <pubDate>Wed, 07 Apr 2004 17:45:14 -0400</pubDate>

        

        <jf:creationDate>Wed, 07 Apr 2004 17:45:14 -0400</jf:creationDate>
        <jf:modificationDate>Wed, 07 Apr 2004 17:45:14 -0400</jf:modificationDate>
        <jf:date>Apr 7, 2004</jf:date>
        <jf:author>Abraham Tehrani</jf:author>
        <jf:replyCount>0</jf:replyCount>
    </item>


    <item>

        <title>Not Odd</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=24986</link>

        

        
            <description><![CDATA[Why create methods for any of the set operations - they all exist in Jakarta Commons Collections anyway.]]></description>
        

        <pubDate>Wed, 07 Apr 2004 16:16:49 -0400</pubDate>

        

        <jf:creationDate>Wed, 07 Apr 2004 16:16:49 -0400</jf:creationDate>
        <jf:modificationDate>Wed, 07 Apr 2004 16:16:49 -0400</jf:modificationDate>
        <jf:date>Apr 7, 2004</jf:date>
        <jf:author>J. Russell Smyth</jf:author>
        <jf:replyCount>0</jf:replyCount>
    </item>



</channel>
</rss>

