<?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"
	>
<channel>
	<title>Comments on: Manipulating fixed formatted text files</title>
	<atom:link href="http://www.ancientprogramming.com/2008/03/01/manipulating-fixed-formatted-text-files/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ancientprogramming.com/2008/03/01/manipulating-fixed-formatted-text-files/</link>
	<description>What I encounter in my software part of life is in danger of being commented upon here</description>
	<pubDate>Thu, 29 Jul 2010 23:16:40 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.3</generator>
		<item>
		<title>By: Ancient Programming &#187; Blog Archive &#187; fixedformat4j api - bring on your feedback!</title>
		<link>http://www.ancientprogramming.com/2008/03/01/manipulating-fixed-formatted-text-files/#comment-14</link>
		<dc:creator>Ancient Programming &#187; Blog Archive &#187; fixedformat4j api - bring on your feedback!</dc:creator>
		<pubDate>Mon, 17 Mar 2008 20:13:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.ancientprogramming.com/archives/4#comment-14</guid>
		<description>[...] Manipulating fixed formatted text files [...]</description>
		<content:encoded><![CDATA[<p>[...] Manipulating fixed formatted text files [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ruben</title>
		<link>http://www.ancientprogramming.com/2008/03/01/manipulating-fixed-formatted-text-files/#comment-6</link>
		<dc:creator>ruben</dc:creator>
		<pubDate>Wed, 05 Mar 2008 15:34:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.ancientprogramming.com/archives/4#comment-6</guid>
		<description>Take a peek, maybe it fits your needs:

&lt;a href="http://jffp.sourceforge.net" rel="nofollow"&gt;jffp&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>Take a peek, maybe it fits your needs:</p>
<p><a href="http://jffp.sourceforge.net" rel="nofollow">jffp</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ashish</title>
		<link>http://www.ancientprogramming.com/2008/03/01/manipulating-fixed-formatted-text-files/#comment-5</link>
		<dc:creator>ashish</dc:creator>
		<pubDate>Mon, 03 Mar 2008 16:42:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.ancientprogramming.com/archives/4#comment-5</guid>
		<description>if you can talk to the mainframe developers, you can get the cobol data structures and then use that to quickly automate writing the java classes. The perl world did this a looog time ago.

See this http://search.cpan.org/~grommel/Convert-IBM390-0.23/IBM390.pod</description>
		<content:encoded><![CDATA[<p>if you can talk to the mainframe developers, you can get the cobol data structures and then use that to quickly automate writing the java classes. The perl world did this a looog time ago.</p>
<p>See this <a href="http://search.cpan.org/~grommel/Convert-IBM390-0.23/IBM390.pod" rel="nofollow">http://search.cpan.org/~grommel/Convert-IBM390-0.23/IBM390.pod</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aldrin Leal</title>
		<link>http://www.ancientprogramming.com/2008/03/01/manipulating-fixed-formatted-text-files/#comment-4</link>
		<dc:creator>Aldrin Leal</dc:creator>
		<pubDate>Mon, 03 Mar 2008 13:27:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.ancientprogramming.com/archives/4#comment-4</guid>
		<description>Jacob,

I wrote some code a while ago. You might see a interface I made in order to let you easily build a set of beans able to handle a given record @ http://www.leal.eng.br/apps/mapper/launch</description>
		<content:encoded><![CDATA[<p>Jacob,</p>
<p>I wrote some code a while ago. You might see a interface I made in order to let you easily build a set of beans able to handle a given record @ <a href="http://www.leal.eng.br/apps/mapper/launch" rel="nofollow">http://www.leal.eng.br/apps/mapper/launch</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Felipe Gonçalves Coury</title>
		<link>http://www.ancientprogramming.com/2008/03/01/manipulating-fixed-formatted-text-files/#comment-3</link>
		<dc:creator>Felipe Gonçalves Coury</dc:creator>
		<pubDate>Mon, 03 Mar 2008 13:00:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.ancientprogramming.com/archives/4#comment-3</guid>
		<description>... the code snippets were pretty much messed up upon automatic translation, so for referencing to snippets, take a look at the original article:

http://blog.felipecoury.com/jep/2008/02/java-text-import-export.html

Regards,
Felipe.</description>
		<content:encoded><![CDATA[<p>&#8230; the code snippets were pretty much messed up upon automatic translation, so for referencing to snippets, take a look at the original article:</p>
<p><a href="http://blog.felipecoury.com/jep/2008/02/java-text-import-export.html" rel="nofollow">http://blog.felipecoury.com/jep/2008/02/java-text-import-export.html</a></p>
<p>Regards,<br />
Felipe.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Felipe Gonçalves Coury</title>
		<link>http://www.ancientprogramming.com/2008/03/01/manipulating-fixed-formatted-text-files/#comment-2</link>
		<dc:creator>Felipe Gonçalves Coury</dc:creator>
		<pubDate>Mon, 03 Mar 2008 12:59:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.ancientprogramming.com/archives/4#comment-2</guid>
		<description>Hey,

You might want to take a look at JFileHelpers library I ported from C#'s FileHelpers. Take a look at this - translated from Portuguese - article:

http://tinyurl.com/38rawn

Let me know what your thoughts are.

Best regards,
Felipe Coury</description>
		<content:encoded><![CDATA[<p>Hey,</p>
<p>You might want to take a look at JFileHelpers library I ported from C#&#8217;s FileHelpers. Take a look at this - translated from Portuguese - article:</p>
<p><a href="http://tinyurl.com/38rawn" rel="nofollow">http://tinyurl.com/38rawn</a></p>
<p>Let me know what your thoughts are.</p>
<p>Best regards,<br />
Felipe Coury</p>
]]></content:encoded>
	</item>
</channel>
</rss>
