<?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>cat brain.stuff &#62; wordpress &#187; Uncategorized</title>
	<atom:link href="http://famvdploeg.com/blog/category/uncategorized/feed/" rel="self" type="application/rss+xml" />
	<link>http://famvdploeg.com/blog</link>
	<description>A simple look on things</description>
	<lastBuildDate>Fri, 03 Feb 2012 15:09:30 +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>Adding spring security to your grails app</title>
		<link>http://famvdploeg.com/blog/2011/12/adding-spring-security-to-your-grails-app/</link>
		<comments>http://famvdploeg.com/blog/2011/12/adding-spring-security-to-your-grails-app/#comments</comments>
		<pubDate>Mon, 12 Dec 2011 19:40:55 +0000</pubDate>
		<dc:creator>Wytze</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://famvdploeg.com/blog/?p=265</guid>
		<description><![CDATA[Check out this article over here: Spring security with the spring-security plugin for grails Issue the following commands to add spring security to your app. grails install-plugin spring-security-core &#160; grails s2-quickstart your.package.name SecUser SecRole Add the following two lines to UrlMappings.groovy: &#34;/login/$action?&#34;(controller: &#34;login&#34;) &#34;/logout/$action?&#34;(controller: &#34;logout&#34;) I personally prefer to use annotations. @Secured(['ROLE_USER']) class PostController { [...]]]></description>
			<content:encoded><![CDATA[<p>Check out this article over here:</p>
<p><a href="http://blog.springsource.com/2010/08/11/simplified-spring-security-with-grails/" title="Spring security with the spring-security plugin for grails">Spring security with the spring-security plugin for grails</a></p>
<p>Issue the following commands to add spring security to your app.</p>

<div class="wp_syntax"><div class="code"><pre class="grails" style="font-family:monospace;">grails install-plugin spring-security-core
&nbsp;
grails s2-quickstart your.package.name SecUser SecRole</pre></div></div>

<p>Add the following two lines to UrlMappings.groovy:</p>

<div class="wp_syntax"><div class="code"><pre class="grails" style="font-family:monospace;">&quot;/login/$action?&quot;(controller: &quot;login&quot;)
&quot;/logout/$action?&quot;(controller: &quot;logout&quot;)</pre></div></div>

<p>I personally prefer to use annotations.</p>

<div class="wp_syntax"><div class="code"><pre class="grails" style="font-family:monospace;">@Secured(['ROLE_USER'])
class PostController {
    @Secured(['ROLE_ADMIN'])
    def deletePost = { //...
    }
}</pre></div></div>

]]></content:encoded>
			<wfw:commentRss>http://famvdploeg.com/blog/2011/12/adding-spring-security-to-your-grails-app/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Some useful twitter stuff</title>
		<link>http://famvdploeg.com/blog/2011/10/some-useful-twitter-stuff/</link>
		<comments>http://famvdploeg.com/blog/2011/10/some-useful-twitter-stuff/#comments</comments>
		<pubDate>Fri, 21 Oct 2011 11:58:48 +0000</pubDate>
		<dc:creator>Wytze</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://famvdploeg.com/blog/?p=259</guid>
		<description><![CDATA[Keep forgetting stuff. Too much input will cause a bufferoverflow I guess. So here it is, some useful twitter stuff. If you won&#8217;t forget I will keep updating this post to include more and more twitter stuff. Twitter GET search API Twitter GET search &#8211; Search properties]]></description>
			<content:encoded><![CDATA[<p>Keep forgetting stuff. Too much input will cause a bufferoverflow I guess. <img src='http://famvdploeg.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  So here it is, some useful twitter stuff. If you won&#8217;t forget I will keep updating this post to include more and more twitter stuff.</p>
<p><a href="https://dev.twitter.com/docs/api/1/get/search" title="Twitter GET search API" target="_blank">Twitter GET search API</a><br />
<a href="https://dev.twitter.com/docs/using-search" title="Twitter GET search - Search properties" target="_blank">Twitter GET search &#8211; Search properties</a></p>
]]></content:encoded>
			<wfw:commentRss>http://famvdploeg.com/blog/2011/10/some-useful-twitter-stuff/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

