<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.3.3" -->
<rss version="0.92">
<channel>
	<title>Guyvdb.info</title>
	<link>http://www.guyvdb.info</link>
	<description>A Journal of Guy van den Berg</description>
	<lastBuildDate>Sat, 12 Apr 2008 07:45:16 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>Serialization and Materialization</title>
		<description>I want to take a serious look at serialization and materialization in the coming days. I have some ideas on using contexts for this, similar to what has been done in validations and lazy loading.


  class Invoice
    include DataMapper::Resource
    include DataMapper::Serialization
   ...</description>
		<link>http://www.guyvdb.info/ruby/serialization-and-materialization/</link>
			</item>
	<item>
		<title>Builing an ACL Plugin for DataMapper - Part II</title>
		<description>Last time I wrote about the internals of a proposed ACL plugin. Today I want to focus on the model. How would you define the ACL on the model? What additional methods will be made available on the model? 

We should consider the following items:

	How to set up a default ...</description>
		<link>http://www.guyvdb.info/ruby/datamapper-ruby/builing-an-acl-plugin-for-datamapper-part-ii/</link>
			</item>
	<item>
		<title>Builing an Access Control List Plugin for DataMapper - Part I</title>
		<description>What about the idea of transparently integrating an access control list into the model via a plugin. Having domain model instance based security is a requirement for some of the projects I work on. The basic idea is to have a GrantedAuthority resource something like:


  class GrantedAuthority
   ...</description>
		<link>http://www.guyvdb.info/ruby/datamapper-ruby/builing-an-access-control-list-plugin-for-datamapper-part-i/</link>
			</item>
	<item>
		<title>Lazy Loading Properties in DataMapper</title>
		<description>When your web application accesses data in the model, it normally does it in couple of different contexts. You are either listing all available resources in a "summary" context, or you are listing the details of a single resource in a "detailed" context. I'm sure you'll find cases where this ...</description>
		<link>http://www.guyvdb.info/ruby/lazy-loading-properties-in-datamapper/</link>
			</item>
	<item>
		<title>15 Things To Write About</title>
		<description>Starting a blog is all about having something to say. Something that others may find interesting. Wanting to be successful at blogging, I regularly need something interesting to say. Some homework, come up with 15 10 on-topic ideas that I can write a few paragraphs on.  In no particular ...</description>
		<link>http://www.guyvdb.info/ruby/15-things-to-write-about/</link>
			</item>
	<item>
		<title>Welcome</title>
		<description>
About Me
I live in Johannesburg,  South Africa. I work in the IT sector. For the last few years, most of my time has been devoted to a project for a  physical security equipment manufacture. The project is made up of an embedded micro-processor (ARM7), a home grown embedded ...</description>
		<link>http://www.guyvdb.info/uncategorized/welcome/</link>
			</item>
</channel>
</rss>
