<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.9.2" -->
<rss version="0.92">
<channel>
	<title>An Army of Solipsists</title>
	<link>http://burtbeckwith.com/blog</link>
	<description>Burt Beckwith's Java Blog</description>
	<lastBuildDate>Tue, 20 Jul 2010 15:03:50 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>Grails App-Info plugin</title>
		<description><![CDATA[I released a new Grails plugin today, app-info. This plugin exposes a lot of internal information for a Grails application. Most of the code for this plugin dates back a long time and was originally mostly JSPs that I would copy into whatever application I was working on to give myself a view into what's [...]]]></description>
		<link>http://burtbeckwith.com/blog/?p=344</link>
			</item>
	<item>
		<title>Using GMail with a Log4j SMTP Appender in Grails</title>
		<description><![CDATA[I saw a plaintive wail on Twitter about using GMail as the smtp server to send error emails using a Log4j SMTPAppender in Grails. It turned out to be a little tricky (and a bigger solution than 140 characters would allow) so I thought I'd describe the process here.
Most of the properties are configurable as [...]]]></description>
		<link>http://burtbeckwith.com/blog/?p=329</link>
			</item>
	<item>
		<title>Delayed SessionFactory Creation in Grails</title>
		<description><![CDATA[The topic of delaying DataSource and SessionFactory creation until some point after startup has come up a few times on the Grails user mailing list so I thought I'd give it a shot. I got it working, but it's not pretty.
Grails (and Hibernate) will create up to three connections during initialization so the primary focus [...]]]></description>
		<link>http://burtbeckwith.com/blog/?p=312</link>
			</item>
	<item>
		<title>ACLs in the Grails Spring Security Plugin</title>
		<description><![CDATA[It has taken way too long, but the Grails Spring Security plugin finally has ACL support. It's not officially available yet, but people have offered to beta test an early version of the plugin with ACLs, so you can download that here and report any issues back. Once it's stable I'll do an official release.
History
Stephan [...]]]></description>
		<link>http://burtbeckwith.com/blog/?p=287</link>
			</item>
	<item>
		<title>Hierarchical Roles in the Grails Spring Security Plugin</title>
		<description><![CDATA[I was looking at a non-Grails Spring Security application that used hierarchical roles and wondered what it'd take to get this working with the Grails plugin. Turns out it's pretty simple.
Non-hierarchical roles are checked by a RoleVoter but to use hierarchical roles you need a RoleHierarchyVoter. Replacing the roleVoter bean in resources.groovy is all it [...]]]></description>
		<link>http://burtbeckwith.com/blog/?p=275</link>
			</item>
</channel>
</rss>
