<?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: Fixedformat4j released!</title>
	<atom:link href="http://www.ancientprogramming.com/2008/05/25/fixedformat4j-released/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ancientprogramming.com/2008/05/25/fixedformat4j-released/</link>
	<description>What I encounter in my software part of life is in danger of being commented upon here</description>
	<pubDate>Thu, 20 Nov 2008 21:27:24 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.3</generator>
		<item>
		<title>By: jeyben</title>
		<link>http://www.ancientprogramming.com/2008/05/25/fixedformat4j-released/#comment-48</link>
		<dc:creator>jeyben</dc:creator>
		<pubDate>Sun, 01 Jun 2008 16:07:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.ancientprogramming.com/2008/05/25/fixedformat4j-released/#comment-48</guid>
		<description>@Andries Inzé

Thanks for your feedback.

Currently my focus has been on parsing/formatting one single line. I have not dived into a general way for reading/writing larger files.

At the project where we use the framework we have build a, what we call RecordModel as a view on a file.

Each line in our file is recognized by a combination of characters in the beginning of the file.
Ex. We have a line type called A0, because it startes with an A and a zero. We have created the boilerplate code you talk about and it would be natural to have something doing the hardwork in fixedformat4j.

I am still thinking on how I could load a complete file without being to domain specific and your suggestion could be a solution. On the otherhand I would like it to integrate with the fixedformatmanager and the Records somehow.</description>
		<content:encoded><![CDATA[<p>@Andries Inzé</p>
<p>Thanks for your feedback.</p>
<p>Currently my focus has been on parsing/formatting one single line. I have not dived into a general way for reading/writing larger files.</p>
<p>At the project where we use the framework we have build a, what we call RecordModel as a view on a file.</p>
<p>Each line in our file is recognized by a combination of characters in the beginning of the file.<br />
Ex. We have a line type called A0, because it startes with an A and a zero. We have created the boilerplate code you talk about and it would be natural to have something doing the hardwork in fixedformat4j.</p>
<p>I am still thinking on how I could load a complete file without being to domain specific and your suggestion could be a solution. On the otherhand I would like it to integrate with the fixedformatmanager and the Records somehow.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andries Inzé</title>
		<link>http://www.ancientprogramming.com/2008/05/25/fixedformat4j-released/#comment-47</link>
		<dc:creator>Andries Inzé</dc:creator>
		<pubDate>Sun, 01 Jun 2008 11:27:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.ancientprogramming.com/2008/05/25/fixedformat4j-released/#comment-47</guid>
		<description>Nice framework.
I'm curious, it there any support for handling very large files? Something like an iterator so I could read one line at a time.
It would help with boilerplate code for reading the lines (using a Scanner for instance).</description>
		<content:encoded><![CDATA[<p>Nice framework.<br />
I&#8217;m curious, it there any support for handling very large files? Something like an iterator so I could read one line at a time.<br />
It would help with boilerplate code for reading the lines (using a Scanner for instance).</p>
]]></content:encoded>
	</item>
</channel>
</rss>
