<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Balancing innovation against deadlines &#187; django</title>
	<atom:link href="http://www.aaronheld.com/post/tag/django/feed" rel="self" type="application/rss+xml" />
	<link>http://www.aaronheld.com</link>
	<description>because work and life have hard deadlines.....</description>
	<lastBuildDate>Wed, 02 Nov 2011 19:25:29 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Rest as a boring servlet</title>
		<link>http://www.aaronheld.com/post/rest-as-a-boring-servlet</link>
		<comments>http://www.aaronheld.com/post/rest-as-a-boring-servlet#comments</comments>
		<pubDate>Tue, 22 Apr 2008 14:32:36 +0000</pubDate>
		<dc:creator>Aaron</dc:creator>
				<category><![CDATA[Professional]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[django]]></category>

		<guid isPermaLink="false">http://www.aaronheld.com/?p=8</guid>
		<description><![CDATA[A coworker whipped up a generic REST interface for any Ruby on Rails activerecord (data model).  What he described (in 5 minutes) was a nice implementation.  I wanted see how the generic django REST interface was coded. http://code.google.com/p/django-rest-interface/ I was pleasantly surprised to realize that they Python developers simply used the normal form processing to [...]]]></description>
			<content:encoded><![CDATA[<p>A coworker whipped up a generic REST interface for any Ruby on Rails activerecord (data model).  What he described (in 5 minutes) was a nice implementation.  I wanted see how the generic django REST interface was coded.</p>
<p><a href="http://code.google.com/p/django-rest-interface/">http://code.google.com/p/django-rest-interface/</a></p>
<p>I was pleasantly surprised to realize that they Python developers simply used the normal form processing to handle rest and didn't invent a new paradigm.</p>
<p>On an early project we tried to implement RESTlet for a java based REST application.  Under load we saw some strange problems and the code was reverted to normal servlets without too much pain.</p>
<p>The beauty of REST is its simplicity, yet there is so much energy being expended to 'simplify' it.</p>
<p>The real magic is to standardize on sending XML or JSON rather then url encoded data of an http form POST.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.aaronheld.com/post/rest-as-a-boring-servlet/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

