<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Beyond Java &#8220;Hello World&#8221;</title>
	<atom:link href="http://www.devpicayune.com/entry/113242010325402381/feed" rel="self" type="application/rss+xml" />
	<link>http://www.devpicayune.com/entry/113242010325402381</link>
	<description>picayune: of little value or importance</description>
	<lastBuildDate>Mon, 31 May 2010 21:40:50 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: ScW</title>
		<link>http://www.devpicayune.com/entry/113242010325402381/comment-page-1#comment-5</link>
		<dc:creator>ScW</dc:creator>
		<pubDate>Mon, 21 Nov 2005 16:00:29 +0000</pubDate>
		<guid isPermaLink="false">#comment-5</guid>
		<description>I don&#039;t know about &quot;automatic&quot; accessor methods in C#.  There is the special &quot;Set&quot; and &quot;Get&quot; definitions and syntax for defining them.  And I am sure either VS.NET 2003 or 2005 has something that will generate stubbed versions of those for you if you click on something.  &lt;br/&gt;&lt;br/&gt;Eclipse does have a getter/setter generator thing that seems pretty slick.  But of course, the problem I have with it all is that if something is really a property/attribute I want to access it as such.  It&#039;s not a killer, but once you are used to myObject.x or myObject.width.  It seems silly to have to a myObject.getX() and myObject.getWidth and then the set methods accordingly.       What I am looking for is eligance.  The attribute syntax has it... and the Java style getters and setters don&#039;t.&lt;br/&gt;&lt;br/&gt;But then again, maybe I am just easily annoyed.</description>
		<content:encoded><![CDATA[<p>I don&#8217;t know about &#8220;automatic&#8221; accessor methods in C#.  There is the special &#8220;Set&#8221; and &#8220;Get&#8221; definitions and syntax for defining them.  And I am sure either VS.NET 2003 or 2005 has something that will generate stubbed versions of those for you if you click on something.  </p>
<p>Eclipse does have a getter/setter generator thing that seems pretty slick.  But of course, the problem I have with it all is that if something is really a property/attribute I want to access it as such.  It&#8217;s not a killer, but once you are used to myObject.x or myObject.width.  It seems silly to have to a myObject.getX() and myObject.getWidth and then the set methods accordingly.       What I am looking for is eligance.  The attribute syntax has it&#8230; and the Java style getters and setters don&#8217;t.</p>
<p>But then again, maybe I am just easily annoyed.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brandon</title>
		<link>http://www.devpicayune.com/entry/113242010325402381/comment-page-1#comment-4</link>
		<dc:creator>Brandon</dc:creator>
		<pubDate>Mon, 21 Nov 2005 10:55:45 +0000</pubDate>
		<guid isPermaLink="false">#comment-4</guid>
		<description>For those of us that aren&#039;t familiar, what is so bad about Java&#039;s version of getters/setters? Is it just that you have to write your accessor methods manually? (I seem to vaguely recall that C# has some sort of automatic accessor methods that get defined when you add a property?)&lt;br/&gt;&lt;br/&gt;I&#039;ve written plenty of explicit getters/setters in Python. One advantage is that making them all explicit forces me to reduce them to a minimum set, since I hate typing.</description>
		<content:encoded><![CDATA[<p>For those of us that aren&#8217;t familiar, what is so bad about Java&#8217;s version of getters/setters? Is it just that you have to write your accessor methods manually? (I seem to vaguely recall that C# has some sort of automatic accessor methods that get defined when you add a property?)</p>
<p>I&#8217;ve written plenty of explicit getters/setters in Python. One advantage is that making them all explicit forces me to reduce them to a minimum set, since I hate typing.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
