<?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: Bencode Stream Parsing in Java</title>
	<atom:link href="http://www.codecommit.com/blog/java/bencode-stream-parsing-in-java/feed" rel="self" type="application/rss+xml" />
	<link>http://www.codecommit.com/blog/java/bencode-stream-parsing-in-java</link>
	<description>(permanently in beta)</description>
	<lastBuildDate>Sun, 29 Aug 2010 20:01:44 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: alex</title>
		<link>http://www.codecommit.com/blog/java/bencode-stream-parsing-in-java/comment-page-1#comment-4732</link>
		<dc:creator>alex</dc:creator>
		<pubDate>Mon, 23 Feb 2009 18:30:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.codecommit.com/blog/java/bencode-stream-parsing-in-java#comment-4732</guid>
		<description>Really like the API weirdness :).
Is there any progress on &#039;proper UTF-8 strings, dates, and support for null&#039;?</description>
		<content:encoded><![CDATA[<p>Really like the API weirdness <img src='http://www.codecommit.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> .<br />
Is there any progress on &#8216;proper UTF-8 strings, dates, and support for null&#8217;?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Guilherme Chapiewski</title>
		<link>http://www.codecommit.com/blog/java/bencode-stream-parsing-in-java/comment-page-1#comment-3881</link>
		<dc:creator>Guilherme Chapiewski</dc:creator>
		<pubDate>Tue, 29 Jul 2008 19:55:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.codecommit.com/blog/java/bencode-stream-parsing-in-java#comment-3881</guid>
		<description>Awesome, Daniel! Could send me at guiherme dot chapiewski gmail? Thanks :)</description>
		<content:encoded><![CDATA[<p>Awesome, Daniel! Could send me at guiherme dot chapiewski gmail? Thanks <img src='http://www.codecommit.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel Spiewak</title>
		<link>http://www.codecommit.com/blog/java/bencode-stream-parsing-in-java/comment-page-1#comment-3879</link>
		<dc:creator>Daniel Spiewak</dc:creator>
		<pubDate>Tue, 29 Jul 2008 17:39:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.codecommit.com/blog/java/bencode-stream-parsing-in-java#comment-3879</guid>
		<description>WP-Syntax.  However, the default version isn&#039;t quite sufficient for my needs.  I have slightly modified GeSHi (the core engine for wp-syntax), defined my own styles based on jEdit as well as adding support for more languages.  If you like, I can send you the modified plugin.</description>
		<content:encoded><![CDATA[<p>WP-Syntax.  However, the default version isn&#8217;t quite sufficient for my needs.  I have slightly modified GeSHi (the core engine for wp-syntax), defined my own styles based on jEdit as well as adding support for more languages.  If you like, I can send you the modified plugin.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Guilherme Chapiewski</title>
		<link>http://www.codecommit.com/blog/java/bencode-stream-parsing-in-java/comment-page-1#comment-3878</link>
		<dc:creator>Guilherme Chapiewski</dc:creator>
		<pubDate>Tue, 29 Jul 2008 17:31:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.codecommit.com/blog/java/bencode-stream-parsing-in-java#comment-3878</guid>
		<description>Would you mind to tell what code coloring plugin you use? :)</description>
		<content:encoded><![CDATA[<p>Would you mind to tell what code coloring plugin you use? <img src='http://www.codecommit.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel Spiewak</title>
		<link>http://www.codecommit.com/blog/java/bencode-stream-parsing-in-java/comment-page-1#comment-3841</link>
		<dc:creator>Daniel Spiewak</dc:creator>
		<pubDate>Sat, 19 Jul 2008 16:47:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.codecommit.com/blog/java/bencode-stream-parsing-in-java#comment-3841</guid>
		<description>Mina is interesting, but it is more oriented toward network protocols than general encode/decode solutions.  It might make a good framework for implementing a bencode-based server process, but when I built this, I needed to work at the file level.</description>
		<content:encoded><![CDATA[<p>Mina is interesting, but it is more oriented toward network protocols than general encode/decode solutions.  It might make a good framework for implementing a bencode-based server process, but when I built this, I needed to work at the file level.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: amir</title>
		<link>http://www.codecommit.com/blog/java/bencode-stream-parsing-in-java/comment-page-1#comment-3837</link>
		<dc:creator>amir</dc:creator>
		<pubDate>Tue, 15 Jul 2008 21:44:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.codecommit.com/blog/java/bencode-stream-parsing-in-java#comment-3837</guid>
		<description>Have you thought of implementing an &quot;Apache Mina&quot; codec for this?

Apache Mina is a Java library for building network protocol handlers. It&#039;s pretty nice, I&#039;ve just started using Mina for building credit-card banking interfaces (headache-tastic), and it provides some pretty useful structure for building client/server tools. For example you can write POJOs for holding your data at either end, and encapsulate the protocol-handling in decoder/encoder classes.
Seemingly it&#039;s pretty fast, so worth a look.

http://mina.apache.org/</description>
		<content:encoded><![CDATA[<p>Have you thought of implementing an &#8220;Apache Mina&#8221; codec for this?</p>
<p>Apache Mina is a Java library for building network protocol handlers. It&#8217;s pretty nice, I&#8217;ve just started using Mina for building credit-card banking interfaces (headache-tastic), and it provides some pretty useful structure for building client/server tools. For example you can write POJOs for holding your data at either end, and encapsulate the protocol-handling in decoder/encoder classes.<br />
Seemingly it&#8217;s pretty fast, so worth a look.</p>
<p><a href="http://mina.apache.org/" rel="nofollow">http://mina.apache.org/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel Spiewak</title>
		<link>http://www.codecommit.com/blog/java/bencode-stream-parsing-in-java/comment-page-1#comment-3834</link>
		<dc:creator>Daniel Spiewak</dc:creator>
		<pubDate>Tue, 15 Jul 2008 16:17:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.codecommit.com/blog/java/bencode-stream-parsing-in-java#comment-3834</guid>
		<description>True.  But for this particular application, I needed an implementation of bencode.  For one thing, protobuf wasn&#039;t out six months ago.  :-)  For another, bencode is slightly easier to read and debug.  It&#039;s much larger than protobuf in its uncompressed form, but not outrageously so (like XML).</description>
		<content:encoded><![CDATA[<p>True.  But for this particular application, I needed an implementation of bencode.  For one thing, protobuf wasn&#8217;t out six months ago.  <img src='http://www.codecommit.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' />   For another, bencode is slightly easier to read and debug.  It&#8217;s much larger than protobuf in its uncompressed form, but not outrageously so (like XML).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Noel Grandin</title>
		<link>http://www.codecommit.com/blog/java/bencode-stream-parsing-in-java/comment-page-1#comment-3833</link>
		<dc:creator>Noel Grandin</dc:creator>
		<pubDate>Tue, 15 Jul 2008 10:35:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.codecommit.com/blog/java/bencode-stream-parsing-in-java#comment-3833</guid>
		<description>Google protocol buffers
   http://code.google.com/p/protobuf/

solves pretty much the same problem.

Just does to show how often some problems need to get solved for different applications&#039; &quot;sweet spots&quot; :-)</description>
		<content:encoded><![CDATA[<p>Google protocol buffers<br />
   <a href="http://code.google.com/p/protobuf/" rel="nofollow">http://code.google.com/p/protobuf/</a></p>
<p>solves pretty much the same problem.</p>
<p>Just does to show how often some problems need to get solved for different applications&#8217; &#8220;sweet spots&#8221; <img src='http://www.codecommit.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>
