<?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:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments for Tech behind Tech</title>
	<atom:link href="http://techbehindtech.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://techbehindtech.com</link>
	<description>Raw information. No finesse :)</description>
	<lastBuildDate>Mon, 16 Jan 2012 05:14:43 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>Comment on Compojure Demystified with an example &#8211; Part 1 by Jim Smiley</title>
		<link>http://techbehindtech.com/2010/08/14/compojure-demystified-with-an-example-part-1/#comment-269</link>
		<dc:creator><![CDATA[Jim Smiley]]></dc:creator>
		<pubDate>Mon, 16 Jan 2012 05:14:43 +0000</pubDate>
		<guid isPermaLink="false">https://sivajag.wordpress.com/?p=100#comment-269</guid>
		<description><![CDATA[Hi,
I am looking
g at your project. It looks interesting. I downloaded part 1 and ran lein deps. 
How do i run it to see what it is doing.?
I am trying to learn Clojure.]]></description>
		<content:encoded><![CDATA[<p>Hi,<br />
I am looking<br />
g at your project. It looks interesting. I downloaded part 1 and ran lein deps.<br />
How do i run it to see what it is doing.?<br />
I am trying to learn Clojure.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Clojure Macros Simplified by adria</title>
		<link>http://techbehindtech.com/2010/09/28/clojure-macros-simplified/#comment-268</link>
		<dc:creator><![CDATA[adria]]></dc:creator>
		<pubDate>Tue, 10 Jan 2012 02:33:29 +0000</pubDate>
		<guid isPermaLink="false">http://techbehindtech.com/2010/09/28/clojure-macros-simplified/#comment-268</guid>
		<description><![CDATA[Thank you, I need to read a lot of macro examples to understand it.]]></description>
		<content:encoded><![CDATA[<p>Thank you, I need to read a lot of macro examples to understand it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Parsing XML in Clojure by Otavio Macedo</title>
		<link>http://techbehindtech.com/2010/06/25/parsing-xml-in-clojure/#comment-267</link>
		<dc:creator><![CDATA[Otavio Macedo]]></dc:creator>
		<pubDate>Mon, 02 Jan 2012 12:50:07 +0000</pubDate>
		<guid isPermaLink="false">https://sivajag.wordpress.com/?p=68#comment-267</guid>
		<description><![CDATA[Hey, Siva,

I have been playing with your example, making slight changes to understand what each function does. Could you explain me why does this code doesn&#039;t work?

    (get-value xml :friends :person :name)

Thank you]]></description>
		<content:encoded><![CDATA[<p>Hey, Siva,</p>
<p>I have been playing with your example, making slight changes to understand what each function does. Could you explain me why does this code doesn&#8217;t work?</p>
<p>    (get-value xml :friends :person :name)</p>
<p>Thank you</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Leiningen &#8211; Adding git submodule to Leiningen project by dave</title>
		<link>http://techbehindtech.com/2010/12/11/leiningen-adding-git-submodule-to-leiningen-project/#comment-266</link>
		<dc:creator><![CDATA[dave]]></dc:creator>
		<pubDate>Sat, 17 Dec 2011 04:54:04 +0000</pubDate>
		<guid isPermaLink="false">https://sivajag.wordpress.com/?p=221#comment-266</guid>
		<description><![CDATA[however, if you add the  :checkout-deps-shares option this can be resolved and you can include these dependencies

e.g:

 :checkout-deps-shares [:source-path :test-path
                                        ~(fn [p] (str (:root p) &quot;/lib/*&quot;))]

I am not sure, yet, as to whether this will work if you had more checkouts in a checkouts module.
My suspicion would be no. but I have not looked.]]></description>
		<content:encoded><![CDATA[<p>however, if you add the  :checkout-deps-shares option this can be resolved and you can include these dependencies</p>
<p>e.g:</p>
<p> :checkout-deps-shares [:source-path :test-path<br />
                                        ~(fn [p] (str (:root p) &#8220;/lib/*&#8221;))]</p>
<p>I am not sure, yet, as to whether this will work if you had more checkouts in a checkouts module.<br />
My suspicion would be no. but I have not looked.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Leiningen &#8211; Adding git submodule to Leiningen project by dave</title>
		<link>http://techbehindtech.com/2010/12/11/leiningen-adding-git-submodule-to-leiningen-project/#comment-265</link>
		<dc:creator><![CDATA[dave]]></dc:creator>
		<pubDate>Sat, 17 Dec 2011 04:22:42 +0000</pubDate>
		<guid isPermaLink="false">https://sivajag.wordpress.com/?p=221#comment-265</guid>
		<description><![CDATA[This is a useful feature,

but, you will need to include all of the module dependencies manually, &quot;lein deps&quot; will not look into submodules]]></description>
		<content:encoded><![CDATA[<p>This is a useful feature,</p>
<p>but, you will need to include all of the module dependencies manually, &#8220;lein deps&#8221; will not look into submodules</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Introduction to Clojure Web Development using Ring, Compojure and Sandbar by Mark</title>
		<link>http://techbehindtech.com/2011/01/19/introduction-to-clojure-web-development-using-ring-compojure-and-sandbar/#comment-260</link>
		<dc:creator><![CDATA[Mark]]></dc:creator>
		<pubDate>Wed, 19 Oct 2011 04:50:08 +0000</pubDate>
		<guid isPermaLink="false">https://sivajag.wordpress.com/?p=224#comment-260</guid>
		<description><![CDATA[Siva, great post! 

When I run &quot;lein run address_book.core start&quot;, lein reports the following error.

Exception in thread &quot;main&quot; java.lang.NoSuchMethodError: clojure.lang.RestFn.(I)V (params.clj:1)
        at clojure.lang.Compiler.eval(Compiler.java:5440)
        at clojure.lang.Compiler.eval(Compiler.java:5415)

Stack trimmed. Any thoughts on this error?

Thanks!]]></description>
		<content:encoded><![CDATA[<p>Siva, great post! </p>
<p>When I run &#8220;lein run address_book.core start&#8221;, lein reports the following error.</p>
<p>Exception in thread &#8220;main&#8221; java.lang.NoSuchMethodError: clojure.lang.RestFn.(I)V (params.clj:1)<br />
        at clojure.lang.Compiler.eval(Compiler.java:5440)<br />
        at clojure.lang.Compiler.eval(Compiler.java:5415)</p>
<p>Stack trimmed. Any thoughts on this error?</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Introduction to Clojure Web Development using Ring, Compojure and Sandbar by abimaran</title>
		<link>http://techbehindtech.com/2011/01/19/introduction-to-clojure-web-development-using-ring-compojure-and-sandbar/#comment-258</link>
		<dc:creator><![CDATA[abimaran]]></dc:creator>
		<pubDate>Tue, 13 Sep 2011 09:52:24 +0000</pubDate>
		<guid isPermaLink="false">https://sivajag.wordpress.com/?p=224#comment-258</guid>
		<description><![CDATA[That&#039;s a valuable, help! Thanks Simon Brooke....]]></description>
		<content:encoded><![CDATA[<p>That&#8217;s a valuable, help! Thanks Simon Brooke&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Introduction to Clojure Web Development using Ring, Compojure and Sandbar by Siva Jagadeesan</title>
		<link>http://techbehindtech.com/2011/01/19/introduction-to-clojure-web-development-using-ring-compojure-and-sandbar/#comment-257</link>
		<dc:creator><![CDATA[Siva Jagadeesan]]></dc:creator>
		<pubDate>Fri, 19 Aug 2011 21:56:06 +0000</pubDate>
		<guid isPermaLink="false">https://sivajag.wordpress.com/?p=224#comment-257</guid>
		<description><![CDATA[In src/address_book/core.clj there is a start function. You can call that in a repl to start the server.]]></description>
		<content:encoded><![CDATA[<p>In src/address_book/core.clj there is a start function. You can call that in a repl to start the server.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Introduction to Clojure Web Development using Ring, Compojure and Sandbar by jvandal (@jvandal)</title>
		<link>http://techbehindtech.com/2011/01/19/introduction-to-clojure-web-development-using-ring-compojure-and-sandbar/#comment-256</link>
		<dc:creator><![CDATA[jvandal (@jvandal)]]></dc:creator>
		<pubDate>Sun, 14 Aug 2011 22:50:25 +0000</pubDate>
		<guid isPermaLink="false">https://sivajag.wordpress.com/?p=224#comment-256</guid>
		<description><![CDATA[I try to run &quot;http://localhost:8080&quot;   and I get an error. I run Vista OS What makes the server active?
Thanks]]></description>
		<content:encoded><![CDATA[<p>I try to run &#8220;http://localhost:8080&#8243;   and I get an error. I run Vista OS What makes the server active?<br />
Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Compojure Demystified with an example &#8211; Part 4 by Emiliano Zilocchi</title>
		<link>http://techbehindtech.com/2010/08/24/compojure-demystified-with-an-example-part-4/#comment-255</link>
		<dc:creator><![CDATA[Emiliano Zilocchi]]></dc:creator>
		<pubDate>Sun, 14 Aug 2011 13:29:04 +0000</pubDate>
		<guid isPermaLink="false">https://sivajag.wordpress.com/?p=146#comment-255</guid>
		<description><![CDATA[First of all thanks for this great tutorial!, in just a few minutes you can see a web application up and running with Clojure. 
Just a quick comment, I had to add this line: &quot;:repl-init address_book.webserver&quot; to project.clj and then run: &quot;lein repl&quot; instead of &quot;lein swank&quot;. Otherwise my browser stayed loading forever and nothing happened.
Thanks again for all this info!]]></description>
		<content:encoded><![CDATA[<p>First of all thanks for this great tutorial!, in just a few minutes you can see a web application up and running with Clojure.<br />
Just a quick comment, I had to add this line: &#8220;:repl-init address_book.webserver&#8221; to project.clj and then run: &#8220;lein repl&#8221; instead of &#8220;lein swank&#8221;. Otherwise my browser stayed loading forever and nothing happened.<br />
Thanks again for all this info!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Compojure Demystified with an example &#8211; Part 2 by William Roe</title>
		<link>http://techbehindtech.com/2010/08/15/compojure-demystified-with-an-example-part-2/#comment-254</link>
		<dc:creator><![CDATA[William Roe]]></dc:creator>
		<pubDate>Sun, 17 Jul 2011 15:36:41 +0000</pubDate>
		<guid isPermaLink="false">https://sivajag.wordpress.com/?p=104#comment-254</guid>
		<description><![CDATA[The repl line doesn&#039;t work any more :

address_book% lein repl src/address_book/core.clj 
Wrong number of arguments to repl task. 
Expected ([] [project])

It looks like the best way to achieve that is to add:
:repl-init address_book.core
to the project.clj file - then you can run &quot;lein repl&quot;.]]></description>
		<content:encoded><![CDATA[<p>The repl line doesn&#8217;t work any more :</p>
<p>address_book% lein repl src/address_book/core.clj<br />
Wrong number of arguments to repl task.<br />
Expected ([] [project])</p>
<p>It looks like the best way to achieve that is to add:<br />
:repl-init address_book.core<br />
to the project.clj file &#8211; then you can run &#8220;lein repl&#8221;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Introduction to Clojure Web Development using Ring, Compojure and Sandbar by Siva Jagadeesan</title>
		<link>http://techbehindtech.com/2011/01/19/introduction-to-clojure-web-development-using-ring-compojure-and-sandbar/#comment-253</link>
		<dc:creator><![CDATA[Siva Jagadeesan]]></dc:creator>
		<pubDate>Fri, 01 Jul 2011 22:10:20 +0000</pubDate>
		<guid isPermaLink="false">https://sivajag.wordpress.com/?p=224#comment-253</guid>
		<description><![CDATA[Thanks a lot Simon ...]]></description>
		<content:encoded><![CDATA[<p>Thanks a lot Simon &#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Introduction to Clojure Web Development using Ring, Compojure and Sandbar by Simon Brooke</title>
		<link>http://techbehindtech.com/2011/01/19/introduction-to-clojure-web-development-using-ring-compojure-and-sandbar/#comment-252</link>
		<dc:creator><![CDATA[Simon Brooke]]></dc:creator>
		<pubDate>Tue, 28 Jun 2011 12:32:01 +0000</pubDate>
		<guid isPermaLink="false">https://sivajag.wordpress.com/?p=224#comment-252</guid>
		<description><![CDATA[OK, the problem is, there is no &#039;edit-address-form&#039; so that the anonymous function defined at line 48 of address_list.js never gets called. If in both address_book.js and address_list.js, you replace all instances of &#039;edit-address-form&#039; with &#039;address-form&#039;, the address to be edited gets loaded into the form on RHS of the index.html page. However, when the address is edited and the &#039;create&#039; button pressed, although the log shows &#039;Processing :put /addresses/1&#039;, the address does not get updated.

Still investigating.]]></description>
		<content:encoded><![CDATA[<p>OK, the problem is, there is no &#8216;edit-address-form&#8217; so that the anonymous function defined at line 48 of address_list.js never gets called. If in both address_book.js and address_list.js, you replace all instances of &#8216;edit-address-form&#8217; with &#8216;address-form&#8217;, the address to be edited gets loaded into the form on RHS of the index.html page. However, when the address is edited and the &#8216;create&#8217; button pressed, although the log shows &#8216;Processing :put /addresses/1&#8242;, the address does not get updated.</p>
<p>Still investigating.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Introduction to Clojure Web Development using Ring, Compojure and Sandbar by Simon Brooke</title>
		<link>http://techbehindtech.com/2011/01/19/introduction-to-clojure-web-development-using-ring-compojure-and-sandbar/#comment-251</link>
		<dc:creator><![CDATA[Simon Brooke]]></dc:creator>
		<pubDate>Tue, 28 Jun 2011 11:41:39 +0000</pubDate>
		<guid isPermaLink="false">https://sivajag.wordpress.com/?p=224#comment-251</guid>
		<description><![CDATA[Two more minor things: the tutorial security-policy allows access to &#039;addresses&#039; but not to &#039;addresses.*&#039;; consequently an attempt to edit an address results in &#039;Processing :get /permission-denied&#039; appearing in the log (no error shown to the user). 

When that change is made, an attempt to edit an address results in &#039;Processing :get /addresses/1&#039; appearing in the log but no change appears on the screen - the address is /not/ loaded into the form. However as browsing to &#039;http://localhost:8080/addresses/1&#039; results in 

&#039;{&quot;id&quot;:&quot;1&quot;,&quot;name&quot;:&quot;Siva Jagadeesan&quot;,&quot;street1&quot;:&quot;88 7th&quot;,&quot;street2&quot;:&quot;#203&quot;,&quot;city&quot;:&quot;Cupertino&quot;,&quot;country&quot;:&quot;USA&quot;,&quot;zipsourcecode&quot;:98802}&#039;

appearing in the browser, I suspect this is an issue either of templating or JavaScript rather than of authentication.

Still investigating, will post a fix when I find it.]]></description>
		<content:encoded><![CDATA[<p>Two more minor things: the tutorial security-policy allows access to &#8216;addresses&#8217; but not to &#8216;addresses.*&#8217;; consequently an attempt to edit an address results in &#8216;Processing :get /permission-denied&#8217; appearing in the log (no error shown to the user). </p>
<p>When that change is made, an attempt to edit an address results in &#8216;Processing :get /addresses/1&#8242; appearing in the log but no change appears on the screen &#8211; the address is /not/ loaded into the form. However as browsing to &#8216;http://localhost:8080/addresses/1&#8242; results in </p>
<p>&#8216;{&#8220;id&#8221;:&#8221;1&#8243;,&#8221;name&#8221;:&#8221;Siva Jagadeesan&#8221;,&#8221;street1&#8243;:&#8221;88 7th&#8221;,&#8221;street2&#8243;:&#8221;#203&#8243;,&#8221;city&#8221;:&#8221;Cupertino&#8221;,&#8221;country&#8221;:&#8221;USA&#8221;,&#8221;zipsourcecode&#8221;:98802}&#8217;</p>
<p>appearing in the browser, I suspect this is an issue either of templating or JavaScript rather than of authentication.</p>
<p>Still investigating, will post a fix when I find it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Introduction to Clojure Web Development using Ring, Compojure and Sandbar by Simon Brooke</title>
		<link>http://techbehindtech.com/2011/01/19/introduction-to-clojure-web-development-using-ring-compojure-and-sandbar/#comment-250</link>
		<dc:creator><![CDATA[Simon Brooke]]></dc:creator>
		<pubDate>Tue, 28 Jun 2011 11:03:32 +0000</pubDate>
		<guid isPermaLink="false">https://sivajag.wordpress.com/?p=224#comment-250</guid>
		<description><![CDATA[In following this post through, I found I needed to modify the final &#039;ns&#039; form to:

(ns address-book.core
  (:use [compojure.core]
        [ring.adapter.jetty]
	[hiccup.core]                         ;; note: added
        [sandbar.auth]
        [sandbar.form-authentication]
	[sandbar.stateful-session]    ;; note: added
        [sandbar.validation])
  (:require [compojure.route :as route]
            [address-book.middleware :as mdw]
            [address-book.address :as address]
            [address-book.auth :as auth]
            [clj-json.core :as json]))

The post also doesn&#039;t specify where the form-authentication-routes form goes; in fact it needs to go in the defroutes form, thus:

(defroutes rts
  (GET &quot;/&quot; [] &quot;Address Book!!&quot;)
  (GET &quot;/addresses&quot; [] (json-response (address/find-all)))
  (GET &quot;/addresses/:id&quot; [id] (json-response (address/find id)))
  (POST &quot;/addresses&quot; {params :params}  (json-response (address/create params)))
  (form-authentication-routes (fn [_ c] (html c)) (auth/form-authentication-adapter))
  (route/files &quot;/&quot;)
  (route/not-found &quot;Page not found&quot;))

Altogether an excellent and most useful tutorial, many thanks!]]></description>
		<content:encoded><![CDATA[<p>In following this post through, I found I needed to modify the final &#8216;ns&#8217; form to:</p>
<p>(ns address-book.core<br />
  (:use [compojure.core]<br />
        [ring.adapter.jetty]<br />
	[hiccup.core]                         ;; note: added<br />
        [sandbar.auth]<br />
        [sandbar.form-authentication]<br />
	[sandbar.stateful-session]    ;; note: added<br />
        [sandbar.validation])<br />
  (:require [compojure.route :as route]<br />
            [address-book.middleware :as mdw]<br />
            [address-book.address :as address]<br />
            [address-book.auth :as auth]<br />
            [clj-json.core :as json]))</p>
<p>The post also doesn&#8217;t specify where the form-authentication-routes form goes; in fact it needs to go in the defroutes form, thus:</p>
<p>(defroutes rts<br />
  (GET &#8220;/&#8221; [] &#8220;Address Book!!&#8221;)<br />
  (GET &#8220;/addresses&#8221; [] (json-response (address/find-all)))<br />
  (GET &#8220;/addresses/:id&#8221; [id] (json-response (address/find id)))<br />
  (POST &#8220;/addresses&#8221; {params :params}  (json-response (address/create params)))<br />
  (form-authentication-routes (fn [_ c] (html c)) (auth/form-authentication-adapter))<br />
  (route/files &#8220;/&#8221;)<br />
  (route/not-found &#8220;Page not found&#8221;))</p>
<p>Altogether an excellent and most useful tutorial, many thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Compojure Demystified with an example &#8211; Part 4 by angel</title>
		<link>http://techbehindtech.com/2010/08/24/compojure-demystified-with-an-example-part-4/#comment-249</link>
		<dc:creator><![CDATA[angel]]></dc:creator>
		<pubDate>Sun, 26 Jun 2011 03:55:46 +0000</pubDate>
		<guid isPermaLink="false">https://sivajag.wordpress.com/?p=146#comment-249</guid>
		<description><![CDATA[Hi...I think github project has a problem with the routes..I download it and run well, but when I try save the dates I get in http://localhost:8080/addresses &quot;Page no found&quot;...I would try check it..I suspect than would be a problem with the underscore _  and - but I&#039;m not sure :(

thanks for the great tutorial]]></description>
		<content:encoded><![CDATA[<p>Hi&#8230;I think github project has a problem with the routes..I download it and run well, but when I try save the dates I get in <a href="http://localhost:8080/addresses" rel="nofollow">http://localhost:8080/addresses</a> &#8220;Page no found&#8221;&#8230;I would try check it..I suspect than would be a problem with the underscore _  and &#8211; but I&#8217;m not sure <img src='http://s0.wp.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
<p>thanks for the great tutorial</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Introduction to Clojure Web Development using Ring, Compojure and Sandbar by Sergey</title>
		<link>http://techbehindtech.com/2011/01/19/introduction-to-clojure-web-development-using-ring-compojure-and-sandbar/#comment-248</link>
		<dc:creator><![CDATA[Sergey]]></dc:creator>
		<pubDate>Thu, 09 Jun 2011 12:56:28 +0000</pubDate>
		<guid isPermaLink="false">https://sivajag.wordpress.com/?p=224#comment-248</guid>
		<description><![CDATA[Sorry, now I see your intentions to place middleware in application-routes. 

But then you miss the ability to reload handlers on the fly because you don&#039;t do &quot;(var rts)&quot;, don&#039;t you?]]></description>
		<content:encoded><![CDATA[<p>Sorry, now I see your intentions to place middleware in application-routes. </p>
<p>But then you miss the ability to reload handlers on the fly because you don&#8217;t do &#8220;(var rts)&#8221;, don&#8217;t you?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Introduction to Clojure Web Development using Ring, Compojure and Sandbar by Sergey</title>
		<link>http://techbehindtech.com/2011/01/19/introduction-to-clojure-web-development-using-ring-compojure-and-sandbar/#comment-247</link>
		<dc:creator><![CDATA[Sergey]]></dc:creator>
		<pubDate>Thu, 09 Jun 2011 12:51:30 +0000</pubDate>
		<guid isPermaLink="false">https://sivajag.wordpress.com/?p=224#comment-247</guid>
		<description><![CDATA[Oop, I mean:

14 (run-jetty #’rts]]></description>
		<content:encoded><![CDATA[<p>Oop, I mean:</p>
<p>14 (run-jetty #’rts</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Introduction to Clojure Web Development using Ring, Compojure and Sandbar by Sergey</title>
		<link>http://techbehindtech.com/2011/01/19/introduction-to-clojure-web-development-using-ring-compojure-and-sandbar/#comment-246</link>
		<dc:creator><![CDATA[Sergey]]></dc:creator>
		<pubDate>Thu, 09 Jun 2011 12:50:45 +0000</pubDate>
		<guid isPermaLink="false">https://sivajag.wordpress.com/?p=224#comment-246</guid>
		<description><![CDATA[It&#039;s more succint to use:

(run-jetty #&#039;application-routes

or

(run-jetty (var application-routes)

instead of

10 (def application-routes
11   rts)

14 (run-jetty application-routes]]></description>
		<content:encoded><![CDATA[<p>It&#8217;s more succint to use:</p>
<p>(run-jetty #&#8217;application-routes</p>
<p>or</p>
<p>(run-jetty (var application-routes)</p>
<p>instead of</p>
<p>10 (def application-routes<br />
11   rts)</p>
<p>14 (run-jetty application-routes</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Compojure Demystified with an example &#8211; Part 3 by Kristabelle</title>
		<link>http://techbehindtech.com/2010/08/16/compojure-demystified-with-an-example-part-3/#comment-245</link>
		<dc:creator><![CDATA[Kristabelle]]></dc:creator>
		<pubDate>Sat, 16 Apr 2011 06:13:22 +0000</pubDate>
		<guid isPermaLink="false">https://sivajag.wordpress.com/?p=131#comment-245</guid>
		<description><![CDATA[Stands back from the keyboard in amaemzent! Thanks!]]></description>
		<content:encoded><![CDATA[<p>Stands back from the keyboard in amaemzent! Thanks!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

