<?xml version="1.0" encoding="utf-8"?>

			<rss version="2.0" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:cc="http://web.resource.org/cc/" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd">

			<channel>
			<title>Raymond Camden&apos;s ColdFusion Blog - CFEclipse</title>
			<link>http://www.coldfusionjedi.com/index.cfm</link>
			<description>A blog for ColdFusion, AJAX, Web Development and other topics.</description>
			<language>en-us</language>
			<pubDate>Thu, 09 Sep 2010 06:04:09 -0400</pubDate>
			<lastBuildDate>Wed, 19 Sep 2007 15:11:00 -0400</lastBuildDate>
			<generator>BlogCFC</generator>
			<docs>http://blogs.law.harvard.edu/tech/rss</docs>
			<managingEditor>ray@camdenfamily.com</managingEditor>
			<webMaster>ray@camdenfamily.com</webMaster>
			<itunes:subtitle></itunes:subtitle>
			<itunes:summary></itunes:summary>
			<itunes:category text="Technology" />
			<itunes:category text="Technology">
				<itunes:category text="Podcasting" />
			</itunes:category>
			<itunes:category text="Technology">
				<itunes:category text="Tech News" />
			</itunes:category>
			<itunes:keywords></itunes:keywords>
			<itunes:author></itunes:author>
			<itunes:owner>
				<itunes:email>ray@camdenfamily.com</itunes:email>
				<itunes:name></itunes:name>
			</itunes:owner>
			
			<itunes:explicit>no</itunes:explicit>
			
			
			
			
			
			<item>
				<title>Quick CFEclipse/Frameworks Explorer Tip</title>
				<link>http://www.coldfusionjedi.com/index.cfm/2007/9/19/Quick-CFEclipseFrameworks-Explorer-Tip</link>
				<description>
				
				I&apos;m working on a rather large Model-Glue site. The main ModelGlue.xml file contains many includes to break out the functionality.

While this makes the XML a lot easier to read, it confuses the framework explorer a bit. The framework explorer does correctly notice the include. But it doesn&apos;t let me explorer the XML and see the controllers and event handlers.

Turns out there is a simple solution. I just needed to right click on my included XML file, select CF Frameworks, and then Set/Unset as Configuration file:

&lt;img src=&quot;http://www.coldfusionjedi.com/images/cfe.png&quot;&gt;

In the drop down, select Model-Glue. Then in the frameworks explorer window, hit the Refresh button. Your XML file will now show up as a Model-Glue config file you can browse. 

I want to say I&apos;m very disappointed in CFEclipse. The fact that it can&apos;t read my mind and understand what I mean by telepathy is truly a shortcoming of the product. I may have to switch to Visual Studio I suppose. (Hmm, may be a bit hard on the Mac.)
				
				</description>
				
				
				<category>CFEclipse</category>
				
				<category>Model-Glue</category>
				
				<pubDate>Wed, 19 Sep 2007 15:11:00 -0400</pubDate>
				<guid>http://www.coldfusionjedi.com/index.cfm/2007/9/19/Quick-CFEclipseFrameworks-Explorer-Tip</guid>
				
				
			</item>
			
		 	
			
			
			<item>
				<title>CFSnippets.org Launches</title>
				<link>http://www.coldfusionjedi.com/index.cfm/2007/9/17/CFSnippetsorg-Launches</link>
				<description>
				
				Todd Sharp just launched a new project, &lt;a href=&quot;http://www.cfsnippets.org&quot;&gt;CFSnippets.org&lt;/a&gt;. Let me &quot;innovate&quot; some text from his &lt;a href=&quot;http://cfsilence.com/blog/client/index.cfm/2007/9/17/cfsnippetsorg-Launches--New-ColdFusion-Community-Site&quot;&gt;blog entry&lt;/a&gt;:

&lt;blockquote&gt;
I&apos;m proud to announce the launch of my latest project, cfsnippets.org. The site is the first public SnipEx repository open to all snippet types for CFEclipse. If you&apos;re not familiar with Snippets in Eclipse, they&apos;re basically simple chunks of code - typically repetitive type tasks - that you can quickly and easily insert into your code by point/click or keyboard shortcut combinations. Jared Rypka-Hauer has already started a library on the site - check it out to get a feeling for how the site works. If you have snippets to add just register, verify your account and start adding snippets to the existing library or create your own. To use the SnipEx repository, click on &apos;SnipEx Server(s)&apos; and copy the URL shown on that page and paste it into CFEclipse. For more on how to set that up see this post from Mark Drew.
&lt;/blockquote&gt;

I&apos;m pretty happy to see this as I think SnipEx is one of the coolest IDE features I&apos;ve ever seen.
				
				</description>
				
				
				<category>CFEclipse</category>
				
				<category>ColdFusion</category>
				
				<pubDate>Mon, 17 Sep 2007 10:38:00 -0400</pubDate>
				<guid>http://www.coldfusionjedi.com/index.cfm/2007/9/17/CFSnippetsorg-Launches</guid>
				
				
			</item>
			
		 	
			
			
			<item>
				<title>Clearing your SnipEx Cache - and CFLib SnipEx Update</title>
				<link>http://www.coldfusionjedi.com/index.cfm/2007/7/16/Clearing-your-SnipEx-Cache--and-CFLib-SnipEx-Update</link>
				<description>
				
				While working on some bugs in the CFLib SnipEx server, Mark Drew sent me a great tip on how to clear the cache in CFEclipse. Right now it is a manual process, but Mark will be adding a refresh option to the UI soon. So to clear your SnipEx cache, drop down to the command line and....

&lt;ol&gt;
&lt;li&gt;Change to your Eclipse workspace. Mine was at /Users/ray/Documents/workspace
&lt;li&gt;Change to .metadata/.plugins/org.cfeclipse.cfml/snipex
&lt;li&gt;Delete all XML files
&lt;li&gt;Restart Eclipse
&lt;/ol&gt;

That&apos;s it. During development it makes sense to just keep a window open there so you can do this a bit more quicker. (By development I mean if you are working on your own SnipEx server.)

So CFLib has had some issues with SnipEx, mainly with UDFs that don&apos;t work well in the XML feed. I&apos;ve been removing the UDFs temporarily and this morning I just removed another another one. If you have trouble loading a library, please clear your cache first, then try again, and let me know.

p.s. Now that I&apos;ve got a nice XML version of CFLib, my next &quot;for fun&quot; project will be an AIR client for CFLib!
				
				</description>
				
				
				<category>CFEclipse</category>
				
				<pubDate>Mon, 16 Jul 2007 08:27:00 -0400</pubDate>
				<guid>http://www.coldfusionjedi.com/index.cfm/2007/7/16/Clearing-your-SnipEx-Cache--and-CFLib-SnipEx-Update</guid>
				
				
			</item>
			
		 	
			
			
			<item>
				<title>Snipex Code Released - CFLib Available in Eclipse</title>
				<link>http://www.coldfusionjedi.com/index.cfm/2007/7/11/Snipex-Code-Released--CFLib-Available-in-Eclipse</link>
				<description>
				
				Mark Drew has &lt;a href=&quot;http://www.markdrew.co.uk/blog/index.cfm/2007/7/11/CFEclipses-SnipEx-server-components-released&quot;&gt;released&lt;/a&gt; the code for SnipEx. This allows anyone to setup a Snippets server for Eclipse. How is this useful? You can now browse the entire &lt;a href=&quot;http://www.cflib.org&quot;&gt;CFLib&lt;/a&gt; library directly from Eclipse. No more need to ignore my annoying ads. Just add:

http://www.cflib.org/snipex/snipex.cfc

As a SnipEx server. I noticed that the node shows up blank, but when you expand it, you will see all the CFEclipse Libraries and UDFs. You can then click for a description or double click to insert a UDF. How freaking cool is that?

I&apos;m going to be doing a bit of work on the XML when I can. I noticed the libraries are not sorted so I&apos;ll try to fix that. 

&lt;img src=&quot;http://www.coldfusionjedi.com/images/cfecflib.jpg&quot;&gt;
				
				</description>
				
				
				<category>CFEclipse</category>
				
				<pubDate>Wed, 11 Jul 2007 10:49:00 -0400</pubDate>
				<guid>http://www.coldfusionjedi.com/index.cfm/2007/7/11/Snipex-Code-Released--CFLib-Available-in-Eclipse</guid>
				
				
			</item>
			
		 	
			
			
			<item>
				<title>CFEclipse adds Eclipse 3.3 Support</title>
				<link>http://www.coldfusionjedi.com/index.cfm/2007/7/4/CFEclipse-adds-Eclipse-33-Support</link>
				<description>
				
				Mark Drew has updated CFEclipse to support Eclipse 3.3. See his &lt;a href=&quot;http://www.markdrew.co.uk/blog/index.cfm/2007/7/4/CFEclipse-1315-now-for-Eclipse-33&quot;&gt;announcement&lt;/a&gt;. I&apos;m using it right now and it seems to be working fine. I installed Aptana, and AIR, but have only tested basic HTML work.
				
				</description>
				
				
				<category>CFEclipse</category>
				
				<pubDate>Wed, 04 Jul 2007 20:54:00 -0400</pubDate>
				<guid>http://www.coldfusionjedi.com/index.cfm/2007/7/4/CFEclipse-adds-Eclipse-33-Support</guid>
				
				
			</item>
			
		 	
			
			
			<item>
				<title>ColdFusion 8 Dictionary for CFEclipse</title>
				<link>http://www.coldfusionjedi.com/index.cfm/2007/6/7/ColdFusion-8-Dictionary-for-CFEclipse</link>
				<description>
				
				Mark Drew just announced an earlier version of the &lt;a href=&quot;http://www.markdrew.co.uk/blog/index.cfm/2007/6/7/CF8-Syntax-Dictionaries-for-CFEclipse&quot;&gt;ColdFusion 8 dictionary&lt;/a&gt; for CFEclipse. Grab it now.

One thing that may not be obvious - or maybe you didn&apos;t know about CFEclipse, but Mark has set it up so you can set the version of ColdFusion you are running. That way if you are using ColdFusion 6, or Blue Dragon, or Railo, and use a function that only exists in ColdFusion 7, you will get immediate feedback of the problem. This is per project - so if you work in various versions of ColdFusion, you can set each project to the one being used.
				
				</description>
				
				
				<category>CFEclipse</category>
				
				<category>ColdFusion</category>
				
				<pubDate>Thu, 07 Jun 2007 10:33:00 -0400</pubDate>
				<guid>http://www.coldfusionjedi.com/index.cfm/2007/6/7/ColdFusion-8-Dictionary-for-CFEclipse</guid>
				
				
			</item>
			
		 	
			
			
			<item>
				<title>Mark Drew announces SnipEx</title>
				<link>http://www.coldfusionjedi.com/index.cfm/2007/6/4/Mark-Drew-announces-SnipEx</link>
				<description>
				
				Forgive the simple cross post - but I wanted to point out Mark Drew&apos;s latest blog post:

&lt;a href=&quot;http://www.markdrew.co.uk/blog/index.cfm/2007/6/4/Project-X-unveiled-Say-a-big-hello-to-SnipEx&quot;&gt;Project X unveiled: Say a big hello to SnipEx&lt;/a&gt;

This is an uber-cool new feature coming to CFEclipse - remote snippets. This even includes integration with CFLib. You will be able to insert a UDF right into your document all via CFEclipse. (Hey Mark, you going to reimburse my Adsense loss?? ;)
				
				</description>
				
				
				<category>CFEclipse</category>
				
				<category>ColdFusion</category>
				
				<pubDate>Mon, 04 Jun 2007 15:38:00 -0400</pubDate>
				<guid>http://www.coldfusionjedi.com/index.cfm/2007/6/4/Mark-Drew-announces-SnipEx</guid>
				
				
			</item>
			
		 	
			
			
			<item>
				<title>Tip for CFEclipse/CF Frameworks Explorer</title>
				<link>http://www.coldfusionjedi.com/index.cfm/2007/5/6/Tip-for-CFEclipseCF-Frameworks-Explorer</link>
				<description>
				
				As I &lt;a href=&quot;http://ray.camdenfamily.com/index.cfm/2007/5/6/Framework-explorer-ready-for-CFEclipse&quot;&gt;mentioned&lt;/a&gt; earlier today, Mark Drew has released  the CF Frameworks Explorer for CFEclipse. One feature I couldn&apos;t get working right was the &quot;Open Include&quot; option for my views in my ModelGlue XML. 

The problem was that the explorer couldn&apos;t translate my ColdSpring view mapping (/adobeopen/views) to a proper folder.

All it took was right clicking on my project in Eclipse, selecting &lt;b&gt;Set CF Mapping&lt;/b&gt;, and naming it adobeopen. 

I was then able to immediately open my views from the explorer. It&apos;s amazing how easy it is to get support when you can walk up to Mark and bug him. ;)
				
				</description>
				
				
				<category>CFEclipse</category>
				
				<pubDate>Sun, 06 May 2007 09:07:00 -0400</pubDate>
				<guid>http://www.coldfusionjedi.com/index.cfm/2007/5/6/Tip-for-CFEclipseCF-Frameworks-Explorer</guid>
				
				
			</item>
			
		 	
			
			
			<item>
				<title>Framework explorer ready for CFEclipse</title>
				<link>http://www.coldfusionjedi.com/index.cfm/2007/5/6/Framework-explorer-ready-for-CFEclipse</link>
				<description>
				
				I &lt;a href=&quot;http://ray.camdenfamily.com/index.cfm/2007/5/4/cfObjective--Mark-Drew-and-CFEclipse&quot;&gt;blogged&lt;/a&gt; about the new frameworks support in CFEclipse two days ago, and now it is ready for download. It is still in development so use it with care, but if you want to play with it, grab it from &lt;a href=&quot;http://www.cfeclipse.org/index.cfm?event=page&amp;page=download&quot;&gt;the site&lt;/a&gt;. Check out the screen shot below:

&lt;img src=&quot;http://ray.camdenfamily.com/images/frameworks.jpg&quot;&gt;

This is what the tool automatically picked up from my RIAForge project.
				
				</description>
				
				
				<category>CFEclipse</category>
				
				<pubDate>Sun, 06 May 2007 07:49:00 -0400</pubDate>
				<guid>http://www.coldfusionjedi.com/index.cfm/2007/5/6/Framework-explorer-ready-for-CFEclipse</guid>
				
				
			</item>
			
		 	
			
			
			<item>
				<title>cfObjective - Mark Drew and CFEclipse</title>
				<link>http://www.coldfusionjedi.com/index.cfm/2007/5/4/cfObjective--Mark-Drew-and-CFEclipse</link>
				<description>
				
				Mark Drew has announced frameworks support for CFEclipse and let me say - it looks incredibly sexy. He demonstrated support for Fusebox, Reactor, Model-Glue, and other frameworks. The plugin is even able to automatically determine your framework automatically, which is just incredible. Mark says the frameworks are configured by XML, and that Transfer support, for example, was added in about 5 minutes.
				
				</description>
				
				
				<category>CFEclipse</category>
				
				<category>Model-Glue</category>
				
				<category>ColdFusion</category>
				
				<pubDate>Fri, 04 May 2007 17:02:00 -0400</pubDate>
				<guid>http://www.coldfusionjedi.com/index.cfm/2007/5/4/cfObjective--Mark-Drew-and-CFEclipse</guid>
				
				
			</item>
			
		 	
			
			
			<item>
				<title>CFEclipse TV</title>
				<link>http://www.coldfusionjedi.com/index.cfm/2007/2/6/CFEclipse-TV</link>
				<description>
				
				Mark Drew launched a new series of screencasts to help you learn how to use Eclipse and CFEclipse. Check it out at &lt;a href=&quot;http://www.cfeclipse.org/index.cfm?event=page&amp;page=TV&quot;&gt;CFEclipse TV&lt;/a&gt;.
				
				</description>
				
				
				<category>CFEclipse</category>
				
				<pubDate>Tue, 06 Feb 2007 15:28:00 -0400</pubDate>
				<guid>http://www.coldfusionjedi.com/index.cfm/2007/2/6/CFEclipse-TV</guid>
				
				
			</item>
			
		 	
			
			
			<item>
				<title>Did you know CFEclipse had a File View?</title>
				<link>http://www.coldfusionjedi.com/index.cfm/2007/1/22/Did-you-know-CFEclipse-had-a-File-View</link>
				<description>
				
				I was reading Robert Blackburn&apos;s article on Aptana (I&apos;d link to the site, but I&apos;m going to boycott the Sys-Con site until they remove that insane autoplaying Flash video). Robert makes a good point about how the project-focused Eclipse is hard for people to get used to. I know it bugged the heck out of me. I mean - I get the concept of why projects are better, but is it truly that crazy for Eclipse to just let you work with files when you need to? Anyway - one of the points that Robert makes is that Aptana has a file-based view. I wanted to point out that CFEclipse has it as well.

If you don&apos;t see it, go to Window/Show View/Other/CFML/File Explorer View.

This view lets you browse your local drives. It also lets you connect to FTP servers. In this regard it acts a lot like RDS.
				
				</description>
				
				
				<category>CFEclipse</category>
				
				<category>ColdFusion</category>
				
				<pubDate>Mon, 22 Jan 2007 12:50:00 -0400</pubDate>
				<guid>http://www.coldfusionjedi.com/index.cfm/2007/1/22/Did-you-know-CFEclipse-had-a-File-View</guid>
				
				
			</item>
			
		 	
			
			
			<item>
				<title>Nimer&apos;s Log Viewer</title>
				<link>http://www.coldfusionjedi.com/index.cfm/2006/9/8/Nimers-Log-Viewer</link>
				<description>
				
				This is old news but as I used it recently I wanted to remind folks. Mike Nimer has created a cool Eclipse plugin called the &lt;a href=&quot;http://www.mikenimer.com/eclipse/logviewer/index.cfm&quot;&gt;CF Log Viewer&lt;/a&gt;. It lets you display a ColdFusion log directly in Eclipse. It isn&apos;t a straight text dump but a nicely formatted display.

What is &lt;i&gt;really&lt;/i&gt; nice about it is that it constantly monitors the file. This means you can use cflog commands and watch them show up in Eclipse as you hit your site. I used it to help me debug issues with XML-RPC support for &lt;a href=&quot;http://www.blogcfc.com&quot;&gt;BlogCFC&lt;/a&gt;. 

I&apos;d like to see him allow for removing columns so that you could focus in on the text and not the other messages. (But to be fair - Nimer provides the source so I could do it myself. In my spare time. Um, right. :)

As a side note - you should read Charlie Arehart&apos;s new series on &lt;a href=&quot;http://carehart.org/blog/client/index.cfm/2006/9/6/fusiondebug_part1&quot;&gt;FusionDebug&lt;/a&gt; as it can provide an even nicer way to debug.
				
				</description>
				
				
				<category>CFEclipse</category>
				
				<category>Development</category>
				
				<pubDate>Fri, 08 Sep 2006 09:48:00 -0400</pubDate>
				<guid>http://www.coldfusionjedi.com/index.cfm/2006/9/8/Nimers-Log-Viewer</guid>
				
				
			</item>
			
		 	
			
			
			<item>
				<title>Eclipse Tip: Go Into</title>
				<link>http://www.coldfusionjedi.com/index.cfm/2006/8/30/Eclipse-Tip-Go-Into</link>
				<description>
				
				I found this a few weeks ago, and I thought I&apos;d share it with folks. In your Eclipse navigator, if you right click on a folder and select, &quot;Go Into&quot;, the navigator will reload with only that folder being available. This is an excellent way to quickly hide the rest of the navigator. It&apos;s also useful for presentations. I tend to find myself searching for files (no matter how well I document ahead of time), and restricting Eclipse to a subset helps narrow the search.
				
				</description>
				
				
				<category>CFEclipse</category>
				
				<pubDate>Wed, 30 Aug 2006 16:55:00 -0400</pubDate>
				<guid>http://www.coldfusionjedi.com/index.cfm/2006/8/30/Eclipse-Tip-Go-Into</guid>
				
				
			</item>
			
		 	
			
			
			<item>
				<title>Fusion-Reactor and FusionDebug</title>
				<link>http://www.coldfusionjedi.com/index.cfm/2006/7/11/FusionReactor-and-FusionDebug</link>
				<description>
				
				A few weeks ago I &lt;a href=&quot;http://ray.camdenfamily.com/index.cfm/2006/6/21/Review-FusionReactor-2-Beta&quot;&gt;reviewed&lt;/a&gt; the beta of Fusion-Reactor 2. It is now released and more information may be found &lt;a href=&quot;http://www.fusion-reactor.com/featureFocus-2.0.html&quot;&gt;here&lt;/a&gt;. 

The guys over at Fusion-Reactor have been busy it seems. During CFUNITED, Michael presented on &lt;a href=&quot;http://www.fusion-reactor.com/fusiondebug/&quot;&gt;FusionDebug&lt;/a&gt;. I missed this - but caught the demo on their site and it looks &lt;i&gt;really&lt;/i&gt; slick. It is for CFEclipse users and allows for some very impressive debugging capabilities. It isn&apos;t released yet, but I&apos;d recommend checking out the demo movie.

Also - if you are in NYC, Michael Dinowitz will be presentingon FusionDebug at the local &lt;a href=&quot;http://www.nycfug.org/&quot;&gt;user group&lt;/a&gt;.
				
				</description>
				
				
				<category>CFEclipse</category>
				
				<category>ColdFusion</category>
				
				<pubDate>Tue, 11 Jul 2006 14:50:00 -0400</pubDate>
				<guid>http://www.coldfusionjedi.com/index.cfm/2006/7/11/FusionReactor-and-FusionDebug</guid>
				
				
			</item>
			
		 	
			</channel></rss>