<?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/"
	xmlns:creativeCommons="http://backend.userland.com/creativeCommonsRssModule"
	>
<channel>
	<title>Comments on: Using mogenerator — Code generation for Core Data — in Xcode 3.1</title>
	<atom:link href="http://aralbalkan.com/2152/feed" rel="self" type="application/rss+xml" />
	<link>http://aralbalkan.com/2152</link>
	<description>Passionate geekisms.</description>
	<lastBuildDate>Sun, 12 Feb 2012 17:52:56 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: NukemHill</title>
		<link>http://aralbalkan.com/2152/comment-page-1#comment-261427</link>
		<dc:creator>NukemHill</dc:creator>
		<pubDate>Fri, 01 Oct 2010 18:42:25 +0000</pubDate>
		<guid isPermaLink="false">http://aralbalkan.com/2152#comment-261427</guid>
		<description>I&#039;ve been hunting around for tips and tricks on Core Data, and found this.  I&#039;ve not dug into the specifics of what mogenerator does, but I&#039;m kinda wondering what the point is.  You&#039;ve got the code generation capabilities in Xcode, which allow you to build all of the .h/.m files whenever you make a change to the data model.  

There&#039;s really no need for subclasses, though.  I do all of my custom cruft in Categories.  This allows me to recreate the entity-based classes whenever I want, without having to worry about overwriting the subclasses, as it appears mogenerator would do everytime you run it.  Which is often, given the nature of how data models are built and maintained.

Am I missing something?  I&#039;m curious, because I think I&#039;ve found a pretty slick way of doing this kind of work.  Do you get extra goodies with mogenerator that make the process easier/more robust?

It&#039;s a great idea in general, though.  And I am definitely interested in getting into the guts of the xcdatamodel, as I would like to be able to generate other data from the model.  I went swimming in my model a few days ago, and quickly realized it&#039;s a horrifying mess!

I&#039;ll dig through your site, as you seem to have some interesting insights.</description>
		<content:encoded><![CDATA[<p>I&#8217;ve been hunting around for tips and tricks on Core Data, and found this.  I&#8217;ve not dug into the specifics of what mogenerator does, but I&#8217;m kinda wondering what the point is.  You&#8217;ve got the code generation capabilities in Xcode, which allow you to build all of the .h/.m files whenever you make a change to the data model.  </p>
<p>There&#8217;s really no need for subclasses, though.  I do all of my custom cruft in Categories.  This allows me to recreate the entity-based classes whenever I want, without having to worry about overwriting the subclasses, as it appears mogenerator would do everytime you run it.  Which is often, given the nature of how data models are built and maintained.</p>
<p>Am I missing something?  I&#8217;m curious, because I think I&#8217;ve found a pretty slick way of doing this kind of work.  Do you get extra goodies with mogenerator that make the process easier/more robust?</p>
<p>It&#8217;s a great idea in general, though.  And I am definitely interested in getting into the guts of the xcdatamodel, as I would like to be able to generate other data from the model.  I went swimming in my model a few days ago, and quickly realized it&#8217;s a horrifying mess!</p>
<p>I&#8217;ll dig through your site, as you seem to have some interesting insights.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mac</title>
		<link>http://aralbalkan.com/2152/comment-page-1#comment-260128</link>
		<dc:creator>mac</dc:creator>
		<pubDate>Tue, 04 May 2010 15:03:02 +0000</pubDate>
		<guid isPermaLink="false">http://aralbalkan.com/2152#comment-260128</guid>
		<description>thank you for point out the real location of momc.
it is not updated in Apple&#039;s official document.</description>
		<content:encoded><![CDATA[<p>thank you for point out the real location of momc.<br />
it is not updated in Apple&#8217;s official document.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Der&#160;M-Blog - Upgrade to Snow Leopard</title>
		<link>http://aralbalkan.com/2152/comment-page-1#comment-258781</link>
		<dc:creator>Der&#160;M-Blog - Upgrade to Snow Leopard</dc:creator>
		<pubDate>Sun, 29 Nov 2009 13:28:53 +0000</pubDate>
		<guid isPermaLink="false">http://aralbalkan.com/2152#comment-258781</guid>
		<description>[...] 1.5 plus trick $ ln -s /Developer/usr/bin/momc [...]</description>
		<content:encoded><![CDATA[<p>[...] 1.5 plus trick $ ln -s /Developer/usr/bin/momc [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nvie.com &#187; Blog Archive &#187; Automatically generate classes for your Core Data data model</title>
		<link>http://aralbalkan.com/2152/comment-page-1#comment-256826</link>
		<dc:creator>nvie.com &#187; Blog Archive &#187; Automatically generate classes for your Core Data data model</dc:creator>
		<pubDate>Thu, 30 Jul 2009 22:20:41 +0000</pubDate>
		<guid isPermaLink="false">http://aralbalkan.com/2152#comment-256826</guid>
		<description>[...] is a great way for automating this process, using mogenerator. The tool can be downloaded as a DMG installer (Aral Balkan&#8217;s blog mentions a workaround for older Xcode versions, but for Xcode 3.1.3 it [...]</description>
		<content:encoded><![CDATA[<p>[...] is a great way for automating this process, using mogenerator. The tool can be downloaded as a DMG installer (Aral Balkan&#8217;s blog mentions a workaround for older Xcode versions, but for Xcode 3.1.3 it [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mogenerator latest version, 1.13.1 installer, and build instructions. &#8211; 9950th Edition &#171; bölümü fragmanı izle</title>
		<link>http://aralbalkan.com/2152/comment-page-1#comment-256423</link>
		<dc:creator>Mogenerator latest version, 1.13.1 installer, and build instructions. &#8211; 9950th Edition &#171; bölümü fragmanı izle</dc:creator>
		<pubDate>Tue, 14 Jul 2009 17:05:03 +0000</pubDate>
		<guid isPermaLink="false">http://aralbalkan.com/2152#comment-256423</guid>
		<description>[...] is a very useful utility that creates model classes for you when working with Core Data. I&#8217;ve written about Mogenerator before but what I didn&#8217;t realize is that I wasn&#8217;t working with the latest version (the version [...]</description>
		<content:encoded><![CDATA[<p>[...] is a very useful utility that creates model classes for you when working with Core Data. I&#8217;ve written about Mogenerator before but what I didn&#8217;t realize is that I wasn&#8217;t working with the latest version (the version [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mogenerator latest version, 1.13.1 installer, and build instructions. &#8211; 18378th Edition &#171; bölümü fragmanı izle</title>
		<link>http://aralbalkan.com/2152/comment-page-1#comment-256416</link>
		<dc:creator>Mogenerator latest version, 1.13.1 installer, and build instructions. &#8211; 18378th Edition &#171; bölümü fragmanı izle</dc:creator>
		<pubDate>Tue, 14 Jul 2009 12:32:38 +0000</pubDate>
		<guid isPermaLink="false">http://aralbalkan.com/2152#comment-256416</guid>
		<description>[...] is a very useful utility that creates model classes for you when working with Core Data. I&#8217;ve written about Mogenerator before but what I didn&#8217;t realize is that I wasn&#8217;t working with the latest version (the version [...]</description>
		<content:encoded><![CDATA[<p>[...] is a very useful utility that creates model classes for you when working with Core Data. I&#8217;ve written about Mogenerator before but what I didn&#8217;t realize is that I wasn&#8217;t working with the latest version (the version [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mogenerator latest version, 1.13.1 installer, and build instructions. &#8211; 9871th Edition &#171; bölümü fragmanı izle</title>
		<link>http://aralbalkan.com/2152/comment-page-1#comment-256414</link>
		<dc:creator>Mogenerator latest version, 1.13.1 installer, and build instructions. &#8211; 9871th Edition &#171; bölümü fragmanı izle</dc:creator>
		<pubDate>Tue, 14 Jul 2009 08:34:44 +0000</pubDate>
		<guid isPermaLink="false">http://aralbalkan.com/2152#comment-256414</guid>
		<description>[...] is a very useful utility that creates model classes for you when working with Core Data. I&#8217;ve written about Mogenerator before but what I didn&#8217;t realize is that I wasn&#8217;t working with the latest version (the version [...]</description>
		<content:encoded><![CDATA[<p>[...] is a very useful utility that creates model classes for you when working with Core Data. I&#8217;ve written about Mogenerator before but what I didn&#8217;t realize is that I wasn&#8217;t working with the latest version (the version [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mogenerator latest version, 1.13.1 installer, and build instructions. &#8211; 9779th Edition &#171; bölümü fragmanı izle</title>
		<link>http://aralbalkan.com/2152/comment-page-1#comment-256412</link>
		<dc:creator>Mogenerator latest version, 1.13.1 installer, and build instructions. &#8211; 9779th Edition &#171; bölümü fragmanı izle</dc:creator>
		<pubDate>Tue, 14 Jul 2009 00:13:57 +0000</pubDate>
		<guid isPermaLink="false">http://aralbalkan.com/2152#comment-256412</guid>
		<description>[...] is a very useful utility that creates model classes for you when working with Core Data. I&#8217;ve written about Mogenerator before but what I didn&#8217;t realize is that I wasn&#8217;t working with the latest version (the version [...]</description>
		<content:encoded><![CDATA[<p>[...] is a very useful utility that creates model classes for you when working with Core Data. I&#8217;ve written about Mogenerator before but what I didn&#8217;t realize is that I wasn&#8217;t working with the latest version (the version [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aral Balkan - Mogenerator latest version, 1.13.1 installer, and build instructions.</title>
		<link>http://aralbalkan.com/2152/comment-page-1#comment-256411</link>
		<dc:creator>Aral Balkan - Mogenerator latest version, 1.13.1 installer, and build instructions.</dc:creator>
		<pubDate>Mon, 13 Jul 2009 19:59:09 +0000</pubDate>
		<guid isPermaLink="false">http://aralbalkan.com/2152#comment-256411</guid>
		<description>[...] is a very useful utility that creates model classes for you when working with Core Data. I&#039;ve written about Mogenerator before but what I didn&#039;t realize is that I wasn&#039;t working with the latest version (the version I was using [...]</description>
		<content:encoded><![CDATA[<p>[...] is a very useful utility that creates model classes for you when working with Core Data. I&#8217;ve written about Mogenerator before but what I didn&#8217;t realize is that I wasn&#8217;t working with the latest version (the version I was using [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kai Tischler</title>
		<link>http://aralbalkan.com/2152/comment-page-1#comment-250913</link>
		<dc:creator>Kai Tischler</dc:creator>
		<pubDate>Sun, 03 May 2009 17:36:30 +0000</pubDate>
		<guid isPermaLink="false">http://aralbalkan.com/2152#comment-250913</guid>
		<description>Hello Aral !

We write May 2009 a.d. and I am already more than chock full of approaches to (web) app dev ... But nevertheless Your Xcode/Core Data/mogenerator approach is new to me ... I have the impression that this approach is MAC-based only; is that correct ? If yes, it is no wonder I have not stumbled upon this approach before, because I am exploring the approaches in the WINDOWS world. What I like about Core Data at first glance is its baked-in Undo/Redo Management :-) ! So yes: Can one use this Xcode/Core Data/mogenerator approach to build RUEs (Rich User Experiences) of all kinds ? For example to build browser-based RIAs, too ? And could this approach be worth to switch from the WINDOWS world to the MAC world ? Or asked the other way round: Do You have a recommendation for an approach in the WINDOWS world which resembles the Xcode/Core Data/mogenerator approach ?


Cheers and Tschüss

Kai (Tischler) from Northrhine-Westfalia in Germany</description>
		<content:encoded><![CDATA[<p>Hello Aral !</p>
<p>We write May 2009 a.d. and I am already more than chock full of approaches to (web) app dev &#8230; But nevertheless Your Xcode/Core Data/mogenerator approach is new to me &#8230; I have the impression that this approach is MAC-based only; is that correct ? If yes, it is no wonder I have not stumbled upon this approach before, because I am exploring the approaches in the WINDOWS world. What I like about Core Data at first glance is its baked-in Undo/Redo Management :-) ! So yes: Can one use this Xcode/Core Data/mogenerator approach to build RUEs (Rich User Experiences) of all kinds ? For example to build browser-based RIAs, too ? And could this approach be worth to switch from the WINDOWS world to the MAC world ? Or asked the other way round: Do You have a recommendation for an approach in the WINDOWS world which resembles the Xcode/Core Data/mogenerator approach ?</p>
<p>Cheers and Tschüss</p>
<p>Kai (Tischler) from Northrhine-Westfalia in Germany</p>
]]></content:encoded>
	</item>
</channel>
</rss>

