<?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 - Bill Venners asks, What are your Java Pain Points</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>Sun, 19 May 2013 01:58:24 -0400</pubDate>


    <item>

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

        

        
            <description><![CDATA[<blockquote><blockquote>2) There appears to be no datediff methods on Calendar, Date, etc... if I want to know how many seconds have passed between to Date objects I have to write that myself.  </blockquote><br><br>long secondCount = date1.getTime() -...]]></description>
        

        <pubDate>Thu, 15 Mar 2007 23:30:48 -0400</pubDate>

        

        <jf:creationDate>Thu, 15 Mar 2007 23:30:48 -0400</jf:creationDate>
        <jf:modificationDate>Thu, 15 Mar 2007 23:30:48 -0400</jf:modificationDate>
        <jf:date>Mar 15, 2007</jf:date>
        <jf:author>Ryan de Laplante</jf:author>
        <jf:replyCount>0</jf:replyCount>
    </item>


    <item>

        <title>Re: ByteBuffers - parsing performance</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=44371</link>

        

        
            <description><![CDATA[I was beginning to believe you, until I looked at this:...]]></description>
        

        <pubDate>Tue, 06 Mar 2007 19:37:30 -0500</pubDate>

        

        <jf:creationDate>Tue, 06 Mar 2007 19:37:30 -0500</jf:creationDate>
        <jf:modificationDate>Tue, 06 Mar 2007 19:37:30 -0500</jf:modificationDate>
        <jf:date>Mar 6, 2007</jf:date>
        <jf:author>Clive Brettingham-Moore</jf:author>
        <jf:replyCount>0</jf:replyCount>
    </item>


    <item>

        <title>java pain points</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=44371</link>

        

        
            <description><![CDATA[1.GUI: Building UIs is such a pain. In MS Visual Studio, UI is so damn easy and building UI with Java (in any editor) is a big task in itself. I fear building GUI much more than coding the entire backend....]]></description>
        

        <pubDate>Thu, 01 Mar 2007 12:29:33 -0500</pubDate>

        

        <jf:creationDate>Thu, 01 Mar 2007 12:29:33 -0500</jf:creationDate>
        <jf:modificationDate>Thu, 01 Mar 2007 12:29:33 -0500</jf:modificationDate>
        <jf:date>Mar 1, 2007</jf:date>
        <jf:author>Vikas Phonsa</jf:author>
        <jf:replyCount>0</jf:replyCount>
    </item>


    <item>

        <title>Re: 7 wishes...</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=44371</link>

        

        
            <description><![CDATA[<blockquote>(7) Maybe a better way of debugging NullPointerExceptions. e.g. if I have<br><br>objectA.getB().getC().getD()<br><br>and a NPE is thrown, there is no way to determine which object was null. </blockquote>...]]></description>
        

        <pubDate>Thu, 01 Mar 2007 11:27:11 -0500</pubDate>

        

        <jf:creationDate>Thu, 01 Mar 2007 11:27:11 -0500</jf:creationDate>
        <jf:modificationDate>Thu, 01 Mar 2007 11:27:11 -0500</jf:modificationDate>
        <jf:date>Mar 1, 2007</jf:date>
        <jf:author>Ray Dysart</jf:author>
        <jf:replyCount>0</jf:replyCount>
    </item>


    <item>

        <title>Re: ByteBuffers</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=44371</link>

        

        
            <description><![CDATA[Our input is based on tokenizing a variable number of bytes, interpreting it in a predefined manner, and possibly using it to interpret future data....]]></description>
        

        <pubDate>Thu, 01 Mar 2007 09:17:34 -0500</pubDate>

        

        <jf:creationDate>Thu, 01 Mar 2007 09:17:34 -0500</jf:creationDate>
        <jf:modificationDate>Thu, 01 Mar 2007 09:17:34 -0500</jf:modificationDate>
        <jf:date>Mar 1, 2007</jf:date>
        <jf:author>Mark Maxey</jf:author>
        <jf:replyCount>1</jf:replyCount>
    </item>


    <item>

        <title>Re: ByteBuffers</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=44371</link>

        

        
            <description><![CDATA[java.util.Scanner do any good?
It takes the stream/channel directly and seems pretty directed at parsing text only streams, but if that what you're doing it looks right.]]></description>
        

        <pubDate>Wed, 28 Feb 2007 22:06:18 -0500</pubDate>

        

        <jf:creationDate>Wed, 28 Feb 2007 22:06:18 -0500</jf:creationDate>
        <jf:modificationDate>Wed, 28 Feb 2007 22:06:18 -0500</jf:modificationDate>
        <jf:date>Feb 28, 2007</jf:date>
        <jf:author>Clive Brettingham-Moore</jf:author>
        <jf:replyCount>2</jf:replyCount>
    </item>


    <item>

        <title>Destructors would be nice</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=44371</link>

        

        
            <description><![CDATA[Deterministic destructors, a la C++. They make resource management so much more elegant and robust. Then we could finally say goodbye to 'finally'...]]></description>
        

        <pubDate>Wed, 28 Feb 2007 05:11:51 -0500</pubDate>

        

        <jf:creationDate>Wed, 28 Feb 2007 05:11:51 -0500</jf:creationDate>
        <jf:modificationDate>Wed, 28 Feb 2007 05:11:51 -0500</jf:modificationDate>
        <jf:date>Feb 28, 2007</jf:date>
        <jf:author>Dave Lorde</jf:author>
        <jf:replyCount>0</jf:replyCount>
    </item>


    <item>

        <title>From a language design</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=44371</link>

        

        
            <description><![CDATA[view...]]></description>
        

        <pubDate>Tue, 27 Feb 2007 07:42:17 -0500</pubDate>

        

        <jf:creationDate>Tue, 27 Feb 2007 07:42:17 -0500</jf:creationDate>
        <jf:modificationDate>Tue, 27 Feb 2007 07:42:17 -0500</jf:modificationDate>
        <jf:date>Feb 27, 2007</jf:date>
        <jf:author>Werner Punz</jf:author>
        <jf:replyCount>0</jf:replyCount>
    </item>


    <item>

        <title>Re: Bill Venners asks, What are your Java Pain Points</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=44371</link>

        

        
            <description><![CDATA[+1 for the autoboxing working correctly...]]></description>
        

        <pubDate>Tue, 27 Feb 2007 04:28:16 -0500</pubDate>

        

        <jf:creationDate>Tue, 27 Feb 2007 04:28:16 -0500</jf:creationDate>
        <jf:modificationDate>Tue, 27 Feb 2007 04:28:16 -0500</jf:modificationDate>
        <jf:date>Feb 27, 2007</jf:date>
        <jf:author>Joshua Long</jf:author>
        <jf:replyCount>0</jf:replyCount>
    </item>


    <item>

        <title>Re: Building Swing GUI in Java</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=44371</link>

        

        
            <description><![CDATA[<blockquote>Powerbuilder? VS.NET? Eclipse with Jigloo or whatever? Have you guys used Borland's Delphi/C++ Builder ever? It was (and still is, unfortunately without a strong corporate support, Borland is almost finished) by far the most advanced GUI...]]></description>
        

        <pubDate>Mon, 26 Feb 2007 09:12:12 -0500</pubDate>

        

        <jf:creationDate>Mon, 26 Feb 2007 09:12:12 -0500</jf:creationDate>
        <jf:modificationDate>Mon, 26 Feb 2007 09:12:12 -0500</jf:modificationDate>
        <jf:date>Feb 26, 2007</jf:date>
        <jf:author>Mark N</jf:author>
        <jf:replyCount>0</jf:replyCount>
    </item>


    <item>

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

        

        
            <description><![CDATA[When using the nio libraries, one is forced to use the awkward ByteBuffer class.  It is extremely difficult to understand what parts of this class a JVM supports.  Developers are basically left to experimentation....]]></description>
        

        <pubDate>Mon, 26 Feb 2007 08:55:45 -0500</pubDate>

        

        <jf:creationDate>Mon, 26 Feb 2007 08:55:45 -0500</jf:creationDate>
        <jf:modificationDate>Mon, 26 Feb 2007 08:55:45 -0500</jf:modificationDate>
        <jf:date>Feb 26, 2007</jf:date>
        <jf:author>Mark Maxey</jf:author>
        <jf:replyCount>3</jf:replyCount>
    </item>


    <item>

        <title>Re: Building Swing GUI in Java</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=44371</link>

        

        
            <description><![CDATA[<blockquote><blockquote><blockquote>I want a tool like Powerbuilder to Swing GUI.<br><br>It is amazing that Powerbuilder had/has a such nice tool long time before the java era.<br><br>Now the Java IDEs add their own proprietary java classes when   Swing...]]></description>
        

        <pubDate>Mon, 26 Feb 2007 08:44:55 -0500</pubDate>

        

        <jf:creationDate>Mon, 26 Feb 2007 08:44:55 -0500</jf:creationDate>
        <jf:modificationDate>Mon, 26 Feb 2007 08:44:55 -0500</jf:modificationDate>
        <jf:date>Feb 26, 2007</jf:date>
        <jf:author>Mark N</jf:author>
        <jf:replyCount>0</jf:replyCount>
    </item>


    <item>

        <title>7 wishes...</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=44371</link>

        

        
            <description><![CDATA[Here goes my wish list. Most of it is pure syntatic sugar, of course. But I think that productivity should always be an issue, and there is always room for improvement. ...]]></description>
        

        <pubDate>Mon, 26 Feb 2007 07:58:52 -0500</pubDate>

        

        <jf:creationDate>Mon, 26 Feb 2007 07:58:52 -0500</jf:creationDate>
        <jf:modificationDate>Mon, 26 Feb 2007 07:58:52 -0500</jf:modificationDate>
        <jf:date>Feb 26, 2007</jf:date>
        <jf:author>Holger Haag</jf:author>
        <jf:replyCount>1</jf:replyCount>
    </item>


    <item>

        <title>const Map .. an alternative approach</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=44371</link>

        

        
            <description><![CDATA[<blockquote>I come from the C++ world.  So, I am not at all pained by the semicolon or the explicit typing etc.  My biggest beef right now is the const keyword.  I would like to have it implemented.  The compiler should throw an error if I do...]]></description>
        

        <pubDate>Mon, 26 Feb 2007 05:25:43 -0500</pubDate>

        

        <jf:creationDate>Mon, 26 Feb 2007 05:25:43 -0500</jf:creationDate>
        <jf:modificationDate>Mon, 26 Feb 2007 05:25:43 -0500</jf:modificationDate>
        <jf:date>Feb 26, 2007</jf:date>
        <jf:author>Richard  Colvin</jf:author>
        <jf:replyCount>0</jf:replyCount>
    </item>


    <item>

        <title>Re: Building Swing GUI in Java</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=44371</link>

        

        
            <description><![CDATA[<blockquote><blockquote>I want a tool like Powerbuilder to Swing GUI.<br><br>It is amazing that Powerbuilder had/has a such nice tool long time before the java era.<br><br>Now the Java IDEs add their own proprietary java classes when   Swing GUI is built...]]></description>
        

        <pubDate>Sun, 25 Feb 2007 16:48:55 -0500</pubDate>

        

        <jf:creationDate>Sun, 25 Feb 2007 16:48:55 -0500</jf:creationDate>
        <jf:modificationDate>Sun, 25 Feb 2007 16:48:55 -0500</jf:modificationDate>
        <jf:date>Feb 25, 2007</jf:date>
        <jf:author>yujun liang</jf:author>
        <jf:replyCount>1</jf:replyCount>
    </item>



</channel>
</rss>

