<?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"
	>
<channel>
	<title>Comments on: Naked Objects</title>
	<atom:link href="http://www.nobugs.org/blog/archives/2003/05/26/naked-objects/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.nobugs.org/blog/archives/2003/05/26/naked-objects/</link>
	<description>Thoughts of a software engineer</description>
	<pubDate>Tue, 06 Jan 2009 15:32:45 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.3</generator>
		<item>
		<title>By: Reinout Heeck</title>
		<link>http://www.nobugs.org/blog/archives/2003/05/26/naked-objects/#comment-7</link>
		<dc:creator>Reinout Heeck</dc:creator>
		<pubDate>Thu, 01 Jan 1970 01:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.nobugs.org/blog/archives/2003/05/26/naked-objects/#comment-7</guid>
		<description>Some short notes...

--Naked objects require a grammar to decide which UI to display. Java uses the type declariations as a grammar declaration. Smalltalk doesn't have type declarations for its ivars so it won't work: objects cannot be 'naked' we need to add some sort of grammar declaration before such a UI can be synthesized.

--Self is not Morphic-esque, AFAIK it's the other way around: Morphic was designed on and for Self and was later ported to Squeak. So Squeak has a Morphic-esque UI ;-)

--There _are_ self VMs for Windows/Linux86 but they are experimental, see http://www.gliebe.de/self/download.html

Cheers!
</description>
		<content:encoded><![CDATA[<p>Some short notes&#8230;</p>
<p>&#8211;Naked objects require a grammar to decide which UI to display. Java uses the type declariations as a grammar declaration. Smalltalk doesn&#8217;t have type declarations for its ivars so it won&#8217;t work: objects cannot be &#8216;naked&#8217; we need to add some sort of grammar declaration before such a UI can be synthesized.</p>
<p>&#8211;Self is not Morphic-esque, AFAIK it&#8217;s the other way around: Morphic was designed on and for Self and was later ported to Squeak. So Squeak has a Morphic-esque UI <img src='http://www.nobugs.org/blog/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /><br />
&#8211;There _are_ self VMs for Windows/Linux86 but they are experimental, see <a href="http://www.gliebe.de/self/download.html" rel="nofollow">http://www.gliebe.de/self/download.html</a></p>
<p>Cheers!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
