<?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"
	>

<channel>
	<title>Grails Blog - Grails Web Development</title>
	<atom:link href="http://www.grailsdeveloper.com/blog/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.grailsdeveloper.com/blog</link>
	<description>Grails blog for sharing articles, tutorials, tips trick, links for Grails Developer</description>
	<pubDate>Sat, 08 Nov 2008 03:37:45 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
	<language>en</language>
			<item>
		<title>How to save generated xml in string before render it in Grails?</title>
		<link>http://www.grailsdeveloper.com/blog/2008/11/how-to-save-generated-xml-in-string-before-render-it-in-grails/</link>
		<comments>http://www.grailsdeveloper.com/blog/2008/11/how-to-save-generated-xml-in-string-before-render-it-in-grails/#comments</comments>
		<pubDate>Sat, 08 Nov 2008 03:37:45 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Questions &amp; Answers]]></category>

		<category><![CDATA[Tips &amp; Tricks]]></category>

		<guid isPermaLink="false">http://www.grailsdeveloper.com/blog/?p=12</guid>
		<description><![CDATA[Grails provides render converter plugin for xml so if we want generate xml and render it to response writer, we can do like this:
    render(contentType:&#8220;text/xml&#8221;) {
      books {
            book(title:b.title,author:b.author)
      }
  [...]]]></description>
		<wfw:commentRss>http://www.grailsdeveloper.com/blog/2008/11/how-to-save-generated-xml-in-string-before-render-it-in-grails/feed/</wfw:commentRss>
		</item>
		<item>
		<title>How to change grails default context</title>
		<link>http://www.grailsdeveloper.com/blog/2008/11/how-to-change-grails-default-context/</link>
		<comments>http://www.grailsdeveloper.com/blog/2008/11/how-to-change-grails-default-context/#comments</comments>
		<pubDate>Sat, 08 Nov 2008 03:24:26 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Tips &amp; Tricks]]></category>

		<guid isPermaLink="false">http://www.grailsdeveloper.com/blog/?p=11</guid>
		<description><![CDATA[There is a simple way to change grails context name to other than default from our path name.
Usually if we create grails create-app &#8220;appname&#8221; then we will have &#8220;appname&#8221; context as default.
But Grails provide a simple way to do it.

Just open application.properties in the root of your Grails project folder, then change :
app.name=oldname
to
app.name=newcontextname
That&#8217;s it!!
]]></description>
		<wfw:commentRss>http://www.grailsdeveloper.com/blog/2008/11/how-to-change-grails-default-context/feed/</wfw:commentRss>
		</item>
		<item>
		<title>A lot of Grails sample applications and Grails open source projects</title>
		<link>http://www.grailsdeveloper.com/blog/2008/09/a-lot-of-grails-sample-applications-grails-open-source-projects/</link>
		<comments>http://www.grailsdeveloper.com/blog/2008/09/a-lot-of-grails-sample-applications-grails-open-source-projects/#comments</comments>
		<pubDate>Fri, 12 Sep 2008 04:09:24 +0000</pubDate>
		<dc:creator>isak.rickyanto</dc:creator>
		
		<category><![CDATA[Links]]></category>

		<category><![CDATA[application]]></category>

		<category><![CDATA[example]]></category>

		<category><![CDATA[open source]]></category>

		<category><![CDATA[project]]></category>

		<category><![CDATA[sample]]></category>

		<guid isPermaLink="false">http://www.grailsdeveloper.com/blog/?p=10</guid>
		<description><![CDATA[Are you looking for Grails sample applications? example projects for learning? Actually a lot of open source web applications built with Grails that you can download the source code are there.
I have collected a lot of links for download Grails sample applications so you can learn from source code.

List of Grails sample applications:
1. Grails.org Website
You [...]]]></description>
		<wfw:commentRss>http://www.grailsdeveloper.com/blog/2008/09/a-lot-of-grails-sample-applications-grails-open-source-projects/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Grails cheatsheet / quicksheet draft is here</title>
		<link>http://www.grailsdeveloper.com/blog/2008/09/grails-cheatsheet-quicksheet-draft/</link>
		<comments>http://www.grailsdeveloper.com/blog/2008/09/grails-cheatsheet-quicksheet-draft/#comments</comments>
		<pubDate>Sat, 06 Sep 2008 01:52:55 +0000</pubDate>
		<dc:creator>isak.rickyanto</dc:creator>
		
		<category><![CDATA[Tutorials]]></category>

		<category><![CDATA[cheatsheet]]></category>

		<category><![CDATA[quicksheet]]></category>

		<guid isPermaLink="false">http://www.grailsdeveloper.com/blog/?p=9</guid>
		<description><![CDATA[As learning effort and trying to start contributing for Grails community, I have wrote Grails cheatsheet or  quicksheet for your learning and reference resource.

You can download the Grails cheatsheet PDF draft here.
I will improve this cheatsheet based on your input and comments, so your comments is appreciated.
]]></description>
		<wfw:commentRss>http://www.grailsdeveloper.com/blog/2008/09/grails-cheatsheet-quicksheet-draft/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Links to help you answer why choose Grails as your web framework</title>
		<link>http://www.grailsdeveloper.com/blog/2008/07/links-to-help-you-answer-why-choose-grails-as-your-web-framework/</link>
		<comments>http://www.grailsdeveloper.com/blog/2008/07/links-to-help-you-answer-why-choose-grails-as-your-web-framework/#comments</comments>
		<pubDate>Mon, 28 Jul 2008 13:19:07 +0000</pubDate>
		<dc:creator>isak.rickyanto</dc:creator>
		
		<category><![CDATA[Questions &amp; Answers]]></category>

		<guid isPermaLink="false">http://www.grailsdeveloper.com/blog/?p=8</guid>
		<description><![CDATA[I collect a lot of links resources to help in considering Grails as web framework.

A lot of Grails powered sites and applications
http://grails.org/Testimonials
http://www.grails.org/Success+Stories
http://graemerocher.blogspot.com/2008/03/large-commercial-grails-site-goes-live.html
For Ruby on Rails Fans
http://alterlabs.com/technologies/java/grails-vs-rails-the-thrilla-in-manilla-a-study-on-grails-productivity/
http://graemerocher.blogspot.com/2007/08/grails-more-productive-than-rails.html
http://www.google.com/trends?q=grails%2C+ruby+on+rails+&#124;+(RoR)&#38;ctab=0&#38;geo=all&#38;date=all&#38;sort=0
http://raincitysoftware.blogspot.com/2007/12/10-reasons-to-switch-from-rails-to.html
http://www.brianlegros.com/blog/2008/01/20/proof-of-concept-learning-groovy-grails-jruby-and-rails/
http://groovy.dzone.com/news/there-room-both-rails-and-grai
http://groovy.dzone.com/news/grails-vs-rails-my-thoughts
http://grails.org/Grails+vs+Rails+Benchmark
http://www.infoq.com/news/2007/03/grails-vs-rails
http://weblog.masukomi.org/2007/6/22/grails-functionality-vs-rails-functionality
http://graemerocher.blogspot.com/2008/01/relevance-on-grails-vs-rails.html
http://thebull.macsimumweb.com/comparing-ruby-on-rails-to-grails/
http://www.dracoware.com/blog/2008/05/15/a-rails-developers-thoughts-on-using-grails/
For Java Developer
http://graemerocher.blogspot.com/2008/06/brian-guan-on-grails-at-linkedin.html
http://graemerocher.blogspot.com/2008/01/grails-making-java-developers-forget.html
http://www.michaelyuan.com/blog/2007/03/28/are-rails-and-grails-scalable/
http://radialus.com/blog/archives/12
http://java.dzone.com/news/war-grails-really-war-spring
For PHP developer
http://michaelkimsal.com/blog/grails-for-php-dev-series-bundle/
Related
http://graemerocher.blogspot.com/2007/07/5-more-misconceptions-about-grails.html
http://headius.blogspot.com/2007/03/ruby-on-grails-why-hell-not.html
]]></description>
		<wfw:commentRss>http://www.grailsdeveloper.com/blog/2008/07/links-to-help-you-answer-why-choose-grails-as-your-web-framework/feed/</wfw:commentRss>
		</item>
		<item>
		<title>How to install plugin faster without get list of available plugins first</title>
		<link>http://www.grailsdeveloper.com/blog/2008/07/how-to-install-plugin-faster-without-get-list-of-available-plugins-first/</link>
		<comments>http://www.grailsdeveloper.com/blog/2008/07/how-to-install-plugin-faster-without-get-list-of-available-plugins-first/#comments</comments>
		<pubDate>Fri, 25 Jul 2008 09:03:18 +0000</pubDate>
		<dc:creator>isak.rickyanto</dc:creator>
		
		<category><![CDATA[Tips &amp; Tricks]]></category>

		<category><![CDATA[install-plugin plugin]]></category>

		<guid isPermaLink="false">http://www.grailsdeveloper.com/blog/2008/07/how-install-plugin-faster-without-get-list-of-available-plugins-first/</guid>
		<description><![CDATA[Sometime, i am not patient waiting for grails command get list of plugin first when i just want to install specific plugin.
So i am looking for the way to install directly the plugin I want.
First, browse your plugin first from http://svn.codehaus.org/grails-plugins/
Then select your plugin folder
For example, I want to install plugin J2d so i get [...]]]></description>
		<wfw:commentRss>http://www.grailsdeveloper.com/blog/2008/07/how-to-install-plugin-faster-without-get-list-of-available-plugins-first/feed/</wfw:commentRss>
		</item>
		<item>
		<title>How to get the application context in a Grails service?</title>
		<link>http://www.grailsdeveloper.com/blog/2008/07/how-to-get-the-application-context-in-a-grails-service/</link>
		<comments>http://www.grailsdeveloper.com/blog/2008/07/how-to-get-the-application-context-in-a-grails-service/#comments</comments>
		<pubDate>Wed, 16 Jul 2008 03:00:00 +0000</pubDate>
		<dc:creator>isak.rickyanto</dc:creator>
		
		<category><![CDATA[Questions &amp; Answers]]></category>

		<category><![CDATA[application context]]></category>

		<category><![CDATA[service]]></category>

		<guid isPermaLink="false">http://www.grailsdeveloper.com/blog/?p=5</guid>
		<description><![CDATA[Question:
I&#8217;m wondering how can I get the java web application context within a Grails Service?
Example if i want to read file inside the application&#8217;s directories from the Service.

Answer:
That is simple:
import org.springframework.context.*
FooService implements ApplicationContextAware {
ApplicationContext applicationContext
....
}

]]></description>
		<wfw:commentRss>http://www.grailsdeveloper.com/blog/2008/07/how-to-get-the-application-context-in-a-grails-service/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Tips for fixing problem when upgrading JSecurity plugin from 0.2 to 0.2.1</title>
		<link>http://www.grailsdeveloper.com/blog/2008/07/tips-for-fixing-problem-when-upgrading-jsecurity-plugin-from-02-to-021/</link>
		<comments>http://www.grailsdeveloper.com/blog/2008/07/tips-for-fixing-problem-when-upgrading-jsecurity-plugin-from-02-to-021/#comments</comments>
		<pubDate>Tue, 15 Jul 2008 04:07:16 +0000</pubDate>
		<dc:creator>isak.rickyanto</dc:creator>
		
		<category><![CDATA[Tips &amp; Tricks]]></category>

		<category><![CDATA[jsecurity]]></category>

		<category><![CDATA[plugin]]></category>

		<category><![CDATA[upgrade]]></category>

		<guid isPermaLink="false">http://www.grailsdeveloper.com/blog/?p=4</guid>
		<description><![CDATA[A few changes in JSecurity caused problem when upgrading JSecurity Plugin from 0.2-SNAPSHOT to 0.2.1.
I just upgraded my Grails from 1.0.1 to 1.0.3 and I also upgraded my JSecurity Plugin from 0.2-SNAPSHOT to 0.2.1 and
I found problem in checking authenticated user code in my controller and also in my gsp, then i found some changes [...]]]></description>
		<wfw:commentRss>http://www.grailsdeveloper.com/blog/2008/07/tips-for-fixing-problem-when-upgrading-jsecurity-plugin-from-02-to-021/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Your search for Grails blog is over ;)</title>
		<link>http://www.grailsdeveloper.com/blog/2008/07/your-search-for-grails-blog-is-over/</link>
		<comments>http://www.grailsdeveloper.com/blog/2008/07/your-search-for-grails-blog-is-over/#comments</comments>
		<pubDate>Sat, 12 Jul 2008 09:21:08 +0000</pubDate>
		<dc:creator>isak.rickyanto</dc:creator>
		
		<category><![CDATA[GrailsDeveloper.com]]></category>

		<category><![CDATA[perspective]]></category>

		<guid isPermaLink="false">http://www.grailsdeveloper.com/blog/?p=3</guid>
		<description><![CDATA[Hello everyone,

I created this site for sharing my learning effort and experiences in Grails.My name is Isak Rickyanto and this is my first post here.]]></description>
		<wfw:commentRss>http://www.grailsdeveloper.com/blog/2008/07/your-search-for-grails-blog-is-over/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
