<?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: The Ultimate Code Browser</title>
	<atom:link href="http://devgrind.com/2008/06/10/the-ultimate-code-browser/feed/" rel="self" type="application/rss+xml" />
	<link>http://devgrind.com/2008/06/10/the-ultimate-code-browser/</link>
	<description>thinking outside the { }</description>
	<lastBuildDate>Thu, 03 Dec 2009 20:17:06 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: chrisahn</title>
		<link>http://devgrind.com/2008/06/10/the-ultimate-code-browser/comment-page-1/#comment-128</link>
		<dc:creator>chrisahn</dc:creator>
		<pubDate>Thu, 19 Jun 2008 19:04:39 +0000</pubDate>
		<guid isPermaLink="false">http://devgrind.com/?p=43#comment-128</guid>
		<description>Thanks guys. I tried koders and krugle, but they both are a long way from what I want. 

I tried to find the source code for org.springframework.beans.factory.BeanFactory, the most important interface of Spring. Neither koders nor krugle had it in the first few dozen search results, though both found many other classes that reference that interface.

On koders.com, I managed to get the BeanFactory source code by clicking through the folder hierarchy of the spring CVS repository, but when I click on the name of a linked class, say NoSuchBeanDefinitionException, I just get back to the search results for that name instead of directly to the class.

On krugle, some other source code that I managed to find did not contain links at all. The only way to get from one class to the next seems to be pasting the class name into the search box...

In my IDE, I can look at the source code of a class, click on a class or method name referenced by it, and get directly to the code for that class or method. Of course, that only works if I tell my IDE where to find the source code of all those classes - which shouldn&#039;t be necessary. When I click on a class name, I want my browser or my IDE or whatever to get the source code from somewhere on the web, add syntax highlighting and links, and show it to me. I want to jump from one class to the next without having to install any source code, and without entering class names into a search box.

I hope one day Krugle / Koders / Google / Eclipse or whoever will implement that! All we really need is a global registry that maps class names to URLs...</description>
		<content:encoded><![CDATA[<p>Thanks guys. I tried koders and krugle, but they both are a long way from what I want. </p>
<p>I tried to find the source code for org.springframework.beans.factory.BeanFactory, the most important interface of Spring. Neither koders nor krugle had it in the first few dozen search results, though both found many other classes that reference that interface.</p>
<p>On koders.com, I managed to get the BeanFactory source code by clicking through the folder hierarchy of the spring CVS repository, but when I click on the name of a linked class, say NoSuchBeanDefinitionException, I just get back to the search results for that name instead of directly to the class.</p>
<p>On krugle, some other source code that I managed to find did not contain links at all. The only way to get from one class to the next seems to be pasting the class name into the search box&#8230;</p>
<p>In my IDE, I can look at the source code of a class, click on a class or method name referenced by it, and get directly to the code for that class or method. Of course, that only works if I tell my IDE where to find the source code of all those classes &#8211; which shouldn&#8217;t be necessary. When I click on a class name, I want my browser or my IDE or whatever to get the source code from somewhere on the web, add syntax highlighting and links, and show it to me. I want to jump from one class to the next without having to install any source code, and without entering class names into a search box.</p>
<p>I hope one day Krugle / Koders / Google / Eclipse or whoever will implement that! All we really need is a global registry that maps class names to URLs&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt</title>
		<link>http://devgrind.com/2008/06/10/the-ultimate-code-browser/comment-page-1/#comment-126</link>
		<dc:creator>Matt</dc:creator>
		<pubDate>Wed, 11 Jun 2008 15:52:47 +0000</pubDate>
		<guid isPermaLink="false">http://devgrind.com/?p=43#comment-126</guid>
		<description>Or checkout krugle.org, which includes a browseable project tree pane alongside the code files, so you can see the code in context.
[Disclaimer: I work for Krugle]</description>
		<content:encoded><![CDATA[<p>Or checkout krugle.org, which includes a browseable project tree pane alongside the code files, so you can see the code in context.<br />
[Disclaimer: I work for Krugle]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andy</title>
		<link>http://devgrind.com/2008/06/10/the-ultimate-code-browser/comment-page-1/#comment-125</link>
		<dc:creator>Andy</dc:creator>
		<pubDate>Wed, 11 Jun 2008 15:40:21 +0000</pubDate>
		<guid isPermaLink="false">http://devgrind.com/?p=43#comment-125</guid>
		<description>Check Koders.com for better code search and various browser- and IDE-plugins as well as an API you can use...</description>
		<content:encoded><![CDATA[<p>Check Koders.com for better code search and various browser- and IDE-plugins as well as an API you can use&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>
