<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.3.3" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>
<channel>
	<title>Comments for Guyvdb.info</title>
	<link>http://www.guyvdb.info</link>
	<description>A Journal of Guy van den Berg</description>
	<pubDate>Thu, 21 Aug 2008 19:41:50 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.3</generator>
		<item>
		<title>Comment on Serialization and Materialization by guyvdb</title>
		<link>http://www.guyvdb.info/ruby/serialization-and-materialization/#comment-7</link>
		<dc:creator>guyvdb</dc:creator>
		<pubDate>Sat, 12 Apr 2008 08:29:45 +0000</pubDate>
		<guid>http://www.guyvdb.info/ruby/serialization-and-materialization/#comment-7</guid>
		<description>There is also a schema for YAML: http://www.kuwata-lab.com/kwalify/</description>
		<content:encoded><![CDATA[<p>There is also a schema for YAML: <a href="http://www.kuwata-lab.com/kwalify/" rel="nofollow">http://www.kuwata-lab.com/kwalify/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Serialization and Materialization by guyvdb</title>
		<link>http://www.guyvdb.info/ruby/serialization-and-materialization/#comment-6</link>
		<dc:creator>guyvdb</dc:creator>
		<pubDate>Sat, 12 Apr 2008 07:43:28 +0000</pubDate>
		<guid>http://www.guyvdb.info/ruby/serialization-and-materialization/#comment-6</guid>
		<description>Hi Dan,

Opps, typo on W3C Schema. I meant W3C XML Schema (http://www.w3.org/XML/Schema).



I looked at RelaxNG very briefly after I heard you mention it on #datamapper (irc). I am not familiarly with it, having never used it. 
It should definitely be considered. As Wycats pointed out to me, we should build the serialization as a pluggable system. Doing so would allow us to have both XML Schema and RelaxNG and allow the end user to plug either/or into the model to describe their models meta data.</description>
		<content:encoded><![CDATA[<p>Hi Dan,</p>
<p>Opps, typo on W3C Schema. I meant W3C XML Schema (http://www.w3.org/XML/Schema).</p>
<p>I looked at RelaxNG very briefly after I heard you mention it on #datamapper (irc). I am not familiarly with it, having never used it.<br />
It should definitely be considered. As Wycats pointed out to me, we should build the serialization as a pluggable system. Doing so would allow us to have both XML Schema and RelaxNG and allow the end user to plug either/or into the model to describe their models meta data.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Serialization and Materialization by Dan Kubb</title>
		<link>http://www.guyvdb.info/ruby/serialization-and-materialization/#comment-5</link>
		<dc:creator>Dan Kubb</dc:creator>
		<pubDate>Fri, 11 Apr 2008 22:05:12 +0000</pubDate>
		<guid>http://www.guyvdb.info/ruby/serialization-and-materialization/#comment-5</guid>
		<description>I think RelaxNG should be looked at in addition to XML Schema (not W3C Schema as mentioned in the article).  Not having used either before I did some research and came across alot of articles saying that RelaxNG was superior to XML Schema, and that it was possible to convert Relax NG to XML Schema, but not the reverse.. leading me to believe RelaxNG could describe a richer set of constraints.</description>
		<content:encoded><![CDATA[<p>I think RelaxNG should be looked at in addition to XML Schema (not W3C Schema as mentioned in the article).  Not having used either before I did some research and came across alot of articles saying that RelaxNG was superior to XML Schema, and that it was possible to convert Relax NG to XML Schema, but not the reverse.. leading me to believe RelaxNG could describe a richer set of constraints.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Lazy Loading Properties in DataMapper by guyvdb</title>
		<link>http://www.guyvdb.info/ruby/lazy-loading-properties-in-datamapper/#comment-4</link>
		<dc:creator>guyvdb</dc:creator>
		<pubDate>Fri, 11 Apr 2008 14:12:07 +0000</pubDate>
		<guid>http://www.guyvdb.info/ruby/lazy-loading-properties-in-datamapper/#comment-4</guid>
		<description>Adam, when you access a lazy property, it is loaded along with all other properties in contexts shared with the contexts of the property you are accessing. So yes, they do chain.</description>
		<content:encoded><![CDATA[<p>Adam, when you access a lazy property, it is loaded along with all other properties in contexts shared with the contexts of the property you are accessing. So yes, they do chain.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Lazy Loading Properties in DataMapper by Adam (afrench)</title>
		<link>http://www.guyvdb.info/ruby/lazy-loading-properties-in-datamapper/#comment-3</link>
		<dc:creator>Adam (afrench)</dc:creator>
		<pubDate>Sat, 05 Apr 2008 22:34:28 +0000</pubDate>
		<guid>http://www.guyvdb.info/ruby/lazy-loading-properties-in-datamapper/#comment-3</guid>
		<description>Whenever I request the `email` property, it would load up all of the other properties marked :detailed.....and `first_name` and `last_name` get loaded with that.

Does DM then trigger the load of properties with the :notes context now too, since `first_name` was loaded with :detailed?

I guess my question is 'Does lazy-loading context chain loading of multiple contexts if a property is assigned to more than one lazy-context?'</description>
		<content:encoded><![CDATA[<p>Whenever I request the `email` property, it would load up all of the other properties marked :detailed&#8230;..and `first_name` and `last_name` get loaded with that.</p>
<p>Does DM then trigger the load of properties with the :notes context now too, since `first_name` was loaded with :detailed?</p>
<p>I guess my question is &#8216;Does lazy-loading context chain loading of multiple contexts if a property is assigned to more than one lazy-context?&#8217;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Builing an Access Control List Plugin for DataMapper - Part I by Guyvdb.info &#187; Blog Archive &#187; Builing an ACL Plugin for DataMapper - Part II</title>
		<link>http://www.guyvdb.info/ruby/datamapper-ruby/builing-an-access-control-list-plugin-for-datamapper-part-i/#comment-2</link>
		<dc:creator>Guyvdb.info &#187; Blog Archive &#187; Builing an ACL Plugin for DataMapper - Part II</dc:creator>
		<pubDate>Wed, 02 Apr 2008 10:10:32 +0000</pubDate>
		<guid>http://www.guyvdb.info/ruby/datamapper-ruby/builing-an-access-control-list-plugin-for-datamapper-part-i/#comment-2</guid>
		<description>[...] time I wrote about the internals of a proposed ACL plugin. Today I want to focus on the model. How would you [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] time I wrote about the internals of a proposed ACL plugin. Today I want to focus on the model. How would you [&#8230;]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
