<?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/"
		>
<channel>
	<title>Comments on: CFGroovy 1.0!</title>
	<atom:link href="http://www.barneyb.com/barneyblog/2009/03/23/cfgroovy-1-0/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.barneyb.com/barneyblog/2009/03/23/cfgroovy-1-0/</link>
	<description>Thoughts, rants, and even some code from the mind of Barney Boisvert.</description>
	<lastBuildDate>Thu, 11 Sep 2014 09:58:12 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: tom</title>
		<link>https://www.barneyb.com/barneyblog/2009/03/23/cfgroovy-1-0/comment-page-1/#comment-175922</link>
		<dc:creator>tom</dc:creator>
		<pubDate>Fri, 01 May 2009 17:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.barneyb.com/barneyblog/?p=734#comment-175922</guid>
		<description>cool, works with the mapping!   thanks Barney!</description>
		<content:encoded><![CDATA[<p>cool, works with the mapping!   thanks Barney!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: barneyb</title>
		<link>https://www.barneyb.com/barneyblog/2009/03/23/cfgroovy-1-0/comment-page-1/#comment-175918</link>
		<dc:creator>barneyb</dc:creator>
		<pubDate>Fri, 01 May 2009 16:12:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.barneyb.com/barneyblog/?p=734#comment-175918</guid>
		<description>tom,

That&#039;s the core CFC for CFGroovy that is missing, not a Java class file.  More specifically, it&#039;s a bug in the demo application - it can&#039;t correctly resolve the path to cfgroovy.cfc correctly, so it can&#039;t instantiate it.  If you create a &quot;/groovyEngine&quot; mapping in the CF Administrator that points to the &quot;groovyEngine&quot; within the demo app, that should get you going.

I&#039;m not sure why this would be the case, though.  I built the demo app with relative paths everywhere so there wouldn&#039;t be a constraint.  Or at least that was my intent.  Can you tell me more about how you&#039;ve got everything set up, and I&#039;ll take a look a it and see if I can replicate (and then fix) the issue.</description>
		<content:encoded><![CDATA[<p>tom,</p>
<p>That's the core CFC for CFGroovy that is missing, not a Java class file.  More specifically, it's a bug in the demo application &#8211; it can't correctly resolve the path to cfgroovy.cfc correctly, so it can't instantiate it.  If you create a "/groovyEngine" mapping in the CF Administrator that points to the "groovyEngine" within the demo app, that should get you going.</p>
<p>I'm not sure why this would be the case, though.  I built the demo app with relative paths everywhere so there wouldn't be a constraint.  Or at least that was my intent.  Can you tell me more about how you've got everything set up, and I'll take a look a it and see if I can replicate (and then fix) the issue.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tom</title>
		<link>https://www.barneyb.com/barneyblog/2009/03/23/cfgroovy-1-0/comment-page-1/#comment-175903</link>
		<dc:creator>tom</dc:creator>
		<pubDate>Fri, 01 May 2009 13:24:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.barneyb.com/barneyblog/?p=734#comment-175903</guid>
		<description>hey, i have tried everything.. but coldfusion, no matter where i place the jar file... gives me

Could not find the ColdFusion Component or Interface groovyEngine.cfgroovy

thanks in advance</description>
		<content:encoded><![CDATA[<p>hey, i have tried everything.. but coldfusion, no matter where i place the jar file&#8230; gives me</p>
<p>Could not find the ColdFusion Component or Interface groovyEngine.cfgroovy</p>
<p>thanks in advance</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Guillaume Laforge</title>
		<link>https://www.barneyb.com/barneyblog/2009/03/23/cfgroovy-1-0/comment-page-1/#comment-169168</link>
		<dc:creator>Guillaume Laforge</dc:creator>
		<pubDate>Wed, 25 Mar 2009 16:28:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.barneyb.com/barneyblog/?p=734#comment-169168</guid>
		<description>Perhaps you could even blog that announcement on the Groovy blog itself? (you just need to register to post news there). It may be of interest to the Groovy community as much as to the ColdFusion community?</description>
		<content:encoded><![CDATA[<p>Perhaps you could even blog that announcement on the Groovy blog itself? (you just need to register to post news there). It may be of interest to the Groovy community as much as to the ColdFusion community?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Why You Should Care About Groovy at BarneyBlog</title>
		<link>https://www.barneyb.com/barneyblog/2009/03/23/cfgroovy-1-0/comment-page-1/#comment-168981</link>
		<dc:creator>Why You Should Care About Groovy at BarneyBlog</dc:creator>
		<pubDate>Tue, 24 Mar 2009 19:56:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.barneyb.com/barneyblog/?p=734#comment-168981</guid>
		<description>[...] If you know anything about me, you probably know that I&#039;m a big fan of Groovy.Â  But why?Â  I&#039;ve never really addressed that question head on, I don&#039;t think, so I&#039;m going to do that here (prompted by a comment from David McGuigan on my CFGroovy 1.0 post). [...]</description>
		<content:encoded><![CDATA[<p>[...] If you know anything about me, you probably know that I'm a big fan of Groovy.Â  But why?Â  I've never really addressed that question head on, I don't think, so I'm going to do that here (prompted by a comment from David McGuigan on my CFGroovy 1.0 post). [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David McGuigan</title>
		<link>https://www.barneyb.com/barneyblog/2009/03/23/cfgroovy-1-0/comment-page-1/#comment-168888</link>
		<dc:creator>David McGuigan</dc:creator>
		<pubDate>Tue, 24 Mar 2009 06:25:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.barneyb.com/barneyblog/?p=734#comment-168888</guid>
		<description>Hey Barney,
I think a lot of CF developers would be interested in a quick post detailing why a CF developer might want to get into Groovy, what you can do with it that you can&#039;t in CF, or do better or more easily than you can with CF.

I think I&#039;ve glanced over the Groovy site a few times, but have always walked away without giving it much of a second though. I&#039;d love to know what I&#039;m missing from a ColdFusion perspective.

Thanks!</description>
		<content:encoded><![CDATA[<p>Hey Barney,<br />
I think a lot of CF developers would be interested in a quick post detailing why a CF developer might want to get into Groovy, what you can do with it that you can't in CF, or do better or more easily than you can with CF.</p>
<p>I think I've glanced over the Groovy site a few times, but have always walked away without giving it much of a second though. I'd love to know what I'm missing from a ColdFusion perspective.</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Henry Ho</title>
		<link>https://www.barneyb.com/barneyblog/2009/03/23/cfgroovy-1-0/comment-page-1/#comment-168809</link>
		<dc:creator>Henry Ho</dc:creator>
		<pubDate>Mon, 23 Mar 2009 19:57:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.barneyb.com/barneyblog/?p=734#comment-168809</guid>
		<description>Awesome!</description>
		<content:encoded><![CDATA[<p>Awesome!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
