<?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>Tech Raving &#187; CherryPy</title>
	<atom:link href="http://www.techraving.com/category/applications/cherrypy-applications/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.techraving.com</link>
	<description>An Opinion is a Terrible Thing To Waste</description>
	<lastBuildDate>Sat, 26 Dec 2009 14:29:09 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Testing Your Cherrypy App</title>
		<link>http://www.techraving.com/2008/12/07/testing-your-cherrypy-app/</link>
		<comments>http://www.techraving.com/2008/12/07/testing-your-cherrypy-app/#comments</comments>
		<pubDate>Sun, 07 Dec 2008 14:06:29 +0000</pubDate>
		<dc:creator>ScottK</dc:creator>
				<category><![CDATA[CherryPy]]></category>

		<guid isPermaLink="false">http://www.techraving.com/?p=182</guid>
		<description><![CDATA[When I started with CherryPy, luckily 3.1, I not only needed to learn how to work with it but also test my app as well. Others where using Nose and Twill with some success, the problem the other testing frameworks had seemed to surround the controller tests.
I discovered the testing framework within CherryPy and easily [...]]]></description>
		<wfw:commentRss>http://www.techraving.com/2008/12/07/testing-your-cherrypy-app/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CherryPy, RESTFul Routing</title>
		<link>http://www.techraving.com/2008/10/12/cherrypy-restful-routing/</link>
		<comments>http://www.techraving.com/2008/10/12/cherrypy-restful-routing/#comments</comments>
		<pubDate>Sun, 12 Oct 2008 16:52:17 +0000</pubDate>
		<dc:creator>ScottK</dc:creator>
				<category><![CDATA[CherryPy]]></category>
		<category><![CDATA[cherrypy]]></category>
		<category><![CDATA[dispatcher]]></category>
		<category><![CDATA[restful]]></category>
		<category><![CDATA[routes]]></category>

		<guid isPermaLink="false">http://www.techraving.com/?p=140</guid>
		<description><![CDATA[Using CherryPy as a web server allows us to quickly create services and gain a lot more free time, or rest. I don&#8217;t miss those times where we worked none stop on other frameworks to provide services to other apps.  OK moving from on project immediately to another project takes up that free time and [...]]]></description>
		<wfw:commentRss>http://www.techraving.com/2008/10/12/cherrypy-restful-routing/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>CherryPy, The Deploy Script</title>
		<link>http://www.techraving.com/2008/09/28/cherrypy-the-deploy-script/</link>
		<comments>http://www.techraving.com/2008/09/28/cherrypy-the-deploy-script/#comments</comments>
		<pubDate>Sun, 28 Sep 2008 14:10:15 +0000</pubDate>
		<dc:creator>ScottK</dc:creator>
				<category><![CDATA[CherryPy]]></category>
		<category><![CDATA[cherrypy]]></category>
		<category><![CDATA[cherrypyd]]></category>
		<category><![CDATA[script]]></category>

		<guid isPermaLink="false">http://www.techraving.com/?p=131</guid>
		<description><![CDATA[To start a CherryPy application begins with a startup script for assigning all your controllers and generally telling it what to do. How your application runs is greatly dependent upon how this script operates. By default the CherryPy tutorial doesn&#8217;t allow for RESTFul routing or allowing the controllers access to the configuration files as they [...]]]></description>
		<wfw:commentRss>http://www.techraving.com/2008/09/28/cherrypy-the-deploy-script/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>CherryPy, The Setup</title>
		<link>http://www.techraving.com/2008/09/27/cherrypy-the-setup/</link>
		<comments>http://www.techraving.com/2008/09/27/cherrypy-the-setup/#comments</comments>
		<pubDate>Sat, 27 Sep 2008 13:42:10 +0000</pubDate>
		<dc:creator>ScottK</dc:creator>
				<category><![CDATA[CherryPy]]></category>
		<category><![CDATA[application]]></category>
		<category><![CDATA[cherrypy]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[web site]]></category>
		<category><![CDATA[website]]></category>

		<guid isPermaLink="false">http://www.techraving.com/?p=125</guid>
		<description><![CDATA[When the requirement was given to create a web application that was merely more than an API service CherryPy was chosen. CherryPy is an HTTP Framework without all the bells and whistles of database libraries, and templating libraries. As a web service provider it&#8217;s turned out to be very fast because of the lack of [...]]]></description>
		<wfw:commentRss>http://www.techraving.com/2008/09/27/cherrypy-the-setup/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
