<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/'><id>tag:blogger.com,1999:blog-4951797399507549351.post1963588285951949765..comments</id><updated>2010-08-06T06:59:29.794-07:00</updated><title type='text'>Comments on Confessions of a Java Programmer: Writing flat files in Java with Flatworm</title><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://javaconfessions.com/feeds/1963588285951949765/comments/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4951797399507549351/1963588285951949765/comments/default'/><link rel='alternate' type='text/html' href='http://javaconfessions.com/2009/04/writing-flat-files-in-java-with.html'/><author><name>Michael</name><email>noreply@blogger.com</email></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>17</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-4951797399507549351.post-9008953022899771353</id><published>2010-08-06T06:59:29.794-07:00</published><updated>2010-08-06T06:59:29.794-07:00</updated><title type='text'>Ok I found the prob, it was a misnaming of an elem...</title><content type='html'>Ok I found the prob, it was a misnaming of an element.&lt;br /&gt;Error messages are pretty cryptic</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4951797399507549351/1963588285951949765/comments/default/9008953022899771353'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4951797399507549351/1963588285951949765/comments/default/9008953022899771353'/><link rel='alternate' type='text/html' href='http://javaconfessions.com/2009/04/writing-flat-files-in-java-with.html?showComment=1281103169794#c9008953022899771353' title=''/><author><name>Anonymous</name><email>noreply@blogger.com</email></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://javaconfessions.com/2009/04/writing-flat-files-in-java-with.html' ref='tag:blogger.com,1999:blog-4951797399507549351.post-1963588285951949765' source='http://www.blogger.com/feeds/4951797399507549351/posts/default/1963588285951949765' type='text/html'/></entry><entry><id>tag:blogger.com,1999:blog-4951797399507549351.post-5567646789338161148</id><published>2010-08-06T05:08:35.928-07:00</published><updated>2010-08-06T05:08:35.928-07:00</updated><title type='text'>I've created a definition of a line/record which c...</title><content type='html'>I&amp;#39;ve created a definition of a line/record which contains elements which are not contiguous (ie where a &amp;quot;end&amp;quot; finishes, the following &amp;quot;start&amp;quot; does not follow). The ConfigurationReader blows up with a null in a NumberFormatException. I assume from the examples that all fields should be contiguous?&lt;br /&gt;&lt;br /&gt;Also is Flatworm threadsafe? Can I have multiple threads using the same object or do I need to either synchronize access or have separate FileFormat objects in Thread Specific data (ThreadLocal)?</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4951797399507549351/1963588285951949765/comments/default/5567646789338161148'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4951797399507549351/1963588285951949765/comments/default/5567646789338161148'/><link rel='alternate' type='text/html' href='http://javaconfessions.com/2009/04/writing-flat-files-in-java-with.html?showComment=1281096515928#c5567646789338161148' title=''/><author><name>Anonymous</name><email>noreply@blogger.com</email></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://javaconfessions.com/2009/04/writing-flat-files-in-java-with.html' ref='tag:blogger.com,1999:blog-4951797399507549351.post-1963588285951949765' source='http://www.blogger.com/feeds/4951797399507549351/posts/default/1963588285951949765' type='text/html'/></entry><entry><id>tag:blogger.com,1999:blog-4951797399507549351.post-8557369813870537928</id><published>2010-06-14T00:34:00.186-07:00</published><updated>2010-06-14T00:34:00.186-07:00</updated><title type='text'>I am not able to write the result set into multipl...</title><content type='html'>I am not able to write the result set into multiple lines.Its coming in a single line.Please suggest.</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4951797399507549351/1963588285951949765/comments/default/8557369813870537928'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4951797399507549351/1963588285951949765/comments/default/8557369813870537928'/><link rel='alternate' type='text/html' href='http://javaconfessions.com/2009/04/writing-flat-files-in-java-with.html?showComment=1276500840186#c8557369813870537928' title=''/><author><name>sparsa-ayurveda</name><uri>http://www.blogger.com/profile/01975995729118556165</uri><email>noreply@blogger.com</email></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://javaconfessions.com/2009/04/writing-flat-files-in-java-with.html' ref='tag:blogger.com,1999:blog-4951797399507549351.post-1963588285951949765' source='http://www.blogger.com/feeds/4951797399507549351/posts/default/1963588285951949765' type='text/html'/></entry><entry><id>tag:blogger.com,1999:blog-4951797399507549351.post-5694598092242624023</id><published>2010-06-14T00:06:22.089-07:00</published><updated>2010-06-14T00:06:22.089-07:00</updated><title type='text'>I am able to write the resultset into a flat file ...</title><content type='html'>I am able to write the resultset into a flat file according to the code and config xml given,but the results are coming in one single line instead of multiple lines.&lt;br /&gt;He is mu code:&lt;br /&gt;Statement stmt = conn.createStatement();&lt;br /&gt;ResultSet rs = stmt.executeQuery(query);&lt;br /&gt;while(rs.next()){&lt;br /&gt;       client.setFirstName(rs.getString(&amp;quot;first_name&amp;quot;).toString());&lt;br /&gt;       client.setLastName(rs.getString(&amp;quot;last_name&amp;quot;).toString());&lt;br /&gt;       client.setAddress(rs.getString(&amp;quot;address&amp;quot;).toString());&lt;br /&gt;       &lt;br /&gt;        fileCreator.write(&amp;quot;clientData&amp;quot;);&lt;br /&gt;}</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4951797399507549351/1963588285951949765/comments/default/5694598092242624023'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4951797399507549351/1963588285951949765/comments/default/5694598092242624023'/><link rel='alternate' type='text/html' href='http://javaconfessions.com/2009/04/writing-flat-files-in-java-with.html?showComment=1276499182089#c5694598092242624023' title=''/><author><name>Aswini</name><email>noreply@blogger.com</email></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://javaconfessions.com/2009/04/writing-flat-files-in-java-with.html' ref='tag:blogger.com,1999:blog-4951797399507549351.post-1963588285951949765' source='http://www.blogger.com/feeds/4951797399507549351/posts/default/1963588285951949765' type='text/html'/></entry><entry><id>tag:blogger.com,1999:blog-4951797399507549351.post-3376348185951047745</id><published>2010-03-13T04:30:26.563-08:00</published><updated>2010-03-13T04:30:26.563-08:00</updated><title type='text'>Seems like a very useful library.

But I was wonde...</title><content type='html'>Seems like a very useful library.&lt;br /&gt;&lt;br /&gt;But I was wondering. What is the advantage of this record identifier?&lt;br /&gt;If it should accept the following as first field on the record&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Isn&amp;#39;t that easier and readable?</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4951797399507549351/1963588285951949765/comments/default/3376348185951047745'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4951797399507549351/1963588285951949765/comments/default/3376348185951047745'/><link rel='alternate' type='text/html' href='http://javaconfessions.com/2009/04/writing-flat-files-in-java-with.html?showComment=1268483426563#c3376348185951047745' title=''/><author><name>patrick</name><email>noreply@blogger.com</email></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://javaconfessions.com/2009/04/writing-flat-files-in-java-with.html' ref='tag:blogger.com,1999:blog-4951797399507549351.post-1963588285951949765' source='http://www.blogger.com/feeds/4951797399507549351/posts/default/1963588285951949765' type='text/html'/></entry><entry><id>tag:blogger.com,1999:blog-4951797399507549351.post-1459645394250737566</id><published>2010-02-18T20:08:09.179-08:00</published><updated>2010-02-18T20:08:09.179-08:00</updated><title type='text'>I'm currently using Flatworm for a project.  Its w...</title><content type='html'>I&amp;#39;m currently using Flatworm for a project.  Its working great.  However, I am wondering is there a clean way to handle nulls when writing to a file?  I am iterating over a large list of customers and may or may not have some information, like phone numbers etc.  Is there a way in the xml to set it to handle nulls?  For now I have added null checks to my getters (ie. if (null == city) return new String();) but I am wondering if there is a better way?  Thanks!</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4951797399507549351/1963588285951949765/comments/default/1459645394250737566'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4951797399507549351/1963588285951949765/comments/default/1459645394250737566'/><link rel='alternate' type='text/html' href='http://javaconfessions.com/2009/04/writing-flat-files-in-java-with.html?showComment=1266552489179#c1459645394250737566' title=''/><author><name>Just J</name><uri>http://www.blogger.com/profile/18012430404991345569</uri><email>noreply@blogger.com</email></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://javaconfessions.com/2009/04/writing-flat-files-in-java-with.html' ref='tag:blogger.com,1999:blog-4951797399507549351.post-1963588285951949765' source='http://www.blogger.com/feeds/4951797399507549351/posts/default/1963588285951949765' type='text/html'/></entry><entry><id>tag:blogger.com,1999:blog-4951797399507549351.post-6269384891368901583</id><published>2010-02-18T11:03:51.756-08:00</published><updated>2010-02-18T11:03:51.756-08:00</updated><title type='text'>Good to hear Santosh.  ;-)</title><content type='html'>Good to hear Santosh.  ;-)</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4951797399507549351/1963588285951949765/comments/default/6269384891368901583'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4951797399507549351/1963588285951949765/comments/default/6269384891368901583'/><link rel='alternate' type='text/html' href='http://javaconfessions.com/2009/04/writing-flat-files-in-java-with.html?showComment=1266519831756#c6269384891368901583' title=''/><author><name>Michael</name><uri>http://www.blogger.com/profile/06909162551803152845</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='18289013875117006572'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://javaconfessions.com/2009/04/writing-flat-files-in-java-with.html' ref='tag:blogger.com,1999:blog-4951797399507549351.post-1963588285951949765' source='http://www.blogger.com/feeds/4951797399507549351/posts/default/1963588285951949765' type='text/html'/></entry><entry><id>tag:blogger.com,1999:blog-4951797399507549351.post-5467233212768832700</id><published>2010-02-18T10:30:53.950-08:00</published><updated>2010-02-18T10:30:53.950-08:00</updated><title type='text'>Thanks for the reply Michael. Soon after I posted ...</title><content type='html'>Thanks for the reply Michael. Soon after I posted my question,  through trial and error I was able to  generate my records in the  required format by leaving out the  element from the  definition.&lt;br /&gt;&lt;br /&gt;Santhosh</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4951797399507549351/1963588285951949765/comments/default/5467233212768832700'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4951797399507549351/1963588285951949765/comments/default/5467233212768832700'/><link rel='alternate' type='text/html' href='http://javaconfessions.com/2009/04/writing-flat-files-in-java-with.html?showComment=1266517853950#c5467233212768832700' title=''/><author><name>Anonymous</name><email>noreply@blogger.com</email></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://javaconfessions.com/2009/04/writing-flat-files-in-java-with.html' ref='tag:blogger.com,1999:blog-4951797399507549351.post-1963588285951949765' source='http://www.blogger.com/feeds/4951797399507549351/posts/default/1963588285951949765' type='text/html'/></entry><entry><id>tag:blogger.com,1999:blog-4951797399507549351.post-3768727859184699776</id><published>2010-02-17T18:17:31.468-08:00</published><updated>2010-02-17T18:17:31.468-08:00</updated><title type='text'>Also, I forgot to mention, that by specifying this...</title><content type='html'>Also, I forgot to mention, that by specifying this value as the default-value in the conversion options, you won&amp;#39;t have to put the match string in your XML.</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4951797399507549351/1963588285951949765/comments/default/3768727859184699776'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4951797399507549351/1963588285951949765/comments/default/3768727859184699776'/><link rel='alternate' type='text/html' href='http://javaconfessions.com/2009/04/writing-flat-files-in-java-with.html?showComment=1266459451468#c3768727859184699776' title=''/><author><name>Michael</name><uri>http://www.blogger.com/profile/06909162551803152845</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='18289013875117006572'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://javaconfessions.com/2009/04/writing-flat-files-in-java-with.html' ref='tag:blogger.com,1999:blog-4951797399507549351.post-1963588285951949765' source='http://www.blogger.com/feeds/4951797399507549351/posts/default/1963588285951949765' type='text/html'/></entry><entry><id>tag:blogger.com,1999:blog-4951797399507549351.post-427091388102718592</id><published>2010-02-17T18:05:27.599-08:00</published><updated>2010-02-17T18:05:27.599-08:00</updated><title type='text'>Santosh,

Thanks, but I didn't develop Flatworm.  ...</title><content type='html'>Santosh,&lt;br /&gt;&lt;br /&gt;Thanks, but I didn&amp;#39;t develop Flatworm.  However I have used it extensively and decided to write how to perform some tasks that weren&amp;#39;t readily available already.&lt;br /&gt;&lt;br /&gt;Are you going to have multiple record types within your file?  That is what this identification is for. It is not to identify the data so much as the type of data.  Generally within flat files you&amp;#39;ll have headers, maybe some batch headers, detail records, etc.&lt;br /&gt;&lt;br /&gt;So in order for a record type to be identified, it generally has a static value somewhere within the line.  For example, all detail record lines may start with DR.&lt;br /&gt;&lt;br /&gt;For a simple example where we&amp;#39;re writing out a flat file of employees.  We&amp;#39;re going to have two record types.  A file header and the detail records.  The file header is going to give the date the file was created and the number of detail records.  The file header always start with FH.  So a sample file header may look like this:&lt;br /&gt;&lt;br /&gt;FH2010021700002&lt;br /&gt;&lt;br /&gt;This file header was created on Feb 17, 2010 and this file contains two detail records.&lt;br /&gt;&lt;br /&gt;The detail record contains the employee&amp;#39;s first name, last name and employee id.  All detail records start with DT.&lt;br /&gt;&lt;br /&gt;DTJohn      Doe       1234567890&lt;br /&gt;DTBob       Smith     0987654321&lt;br /&gt;&lt;br /&gt;In this instance, you are assigning the employee IDs on the fly, but you are using DT as the match string so flatworm knows what type of file you are trying to write.&lt;br /&gt;&lt;br /&gt;Does this help with what you are doing?</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4951797399507549351/1963588285951949765/comments/default/427091388102718592'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4951797399507549351/1963588285951949765/comments/default/427091388102718592'/><link rel='alternate' type='text/html' href='http://javaconfessions.com/2009/04/writing-flat-files-in-java-with.html?showComment=1266458727599#c427091388102718592' title=''/><author><name>Michael</name><uri>http://www.blogger.com/profile/06909162551803152845</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='18289013875117006572'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://javaconfessions.com/2009/04/writing-flat-files-in-java-with.html' ref='tag:blogger.com,1999:blog-4951797399507549351.post-1963588285951949765' source='http://www.blogger.com/feeds/4951797399507549351/posts/default/1963588285951949765' type='text/html'/></entry><entry><id>tag:blogger.com,1999:blog-4951797399507549351.post-5343506064355952013</id><published>2010-02-17T14:28:15.752-08:00</published><updated>2010-02-17T14:28:15.752-08:00</updated><title type='text'>Hi Michael,
  This is a neat tool. Thanks for deve...</title><content type='html'>Hi Michael,&lt;br /&gt;  This is a neat tool. Thanks for developing it. I am planning to use this in one of my projects . The one main problem I have with this implementation is the mandatory value for record-ident/match-string element. I would like to populate this through the program. Since I  have a variable record ID I prefer not to specify this in the XML. I would like to  specify only the record definition. I tried field-start=0 and field-length=0 and no value for match-string element but got a &amp;quot;null&amp;quot; prefix in the output. Do you have any suggestions how to get around this problem.&lt;br /&gt;&lt;br /&gt;Thanks&lt;br /&gt;Santhosh</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4951797399507549351/1963588285951949765/comments/default/5343506064355952013'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4951797399507549351/1963588285951949765/comments/default/5343506064355952013'/><link rel='alternate' type='text/html' href='http://javaconfessions.com/2009/04/writing-flat-files-in-java-with.html?showComment=1266445695752#c5343506064355952013' title=''/><author><name>Anonymous</name><email>noreply@blogger.com</email></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://javaconfessions.com/2009/04/writing-flat-files-in-java-with.html' ref='tag:blogger.com,1999:blog-4951797399507549351.post-1963588285951949765' source='http://www.blogger.com/feeds/4951797399507549351/posts/default/1963588285951949765' type='text/html'/></entry><entry><id>tag:blogger.com,1999:blog-4951797399507549351.post-960638644749265593</id><published>2010-01-11T16:39:22.370-08:00</published><updated>2010-01-11T16:39:22.370-08:00</updated><title type='text'>Can you provide a few sample lines of your file?</title><content type='html'>Can you provide a few sample lines of your file?</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4951797399507549351/1963588285951949765/comments/default/960638644749265593'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4951797399507549351/1963588285951949765/comments/default/960638644749265593'/><link rel='alternate' type='text/html' href='http://javaconfessions.com/2009/04/writing-flat-files-in-java-with.html?showComment=1263256762370#c960638644749265593' title=''/><author><name>Michael</name><uri>http://www.blogger.com/profile/06909162551803152845</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='18289013875117006572'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://javaconfessions.com/2009/04/writing-flat-files-in-java-with.html' ref='tag:blogger.com,1999:blog-4951797399507549351.post-1963588285951949765' source='http://www.blogger.com/feeds/4951797399507549351/posts/default/1963588285951949765' type='text/html'/></entry><entry><id>tag:blogger.com,1999:blog-4951797399507549351.post-8659546758615295205</id><published>2010-01-08T12:23:04.270-08:00</published><updated>2010-01-08T12:23:04.270-08:00</updated><title type='text'>I am using Flatworm to make a fixed-width file.

E...</title><content type='html'>I am using Flatworm to make a fixed-width file.&lt;br /&gt;&lt;br /&gt;Each line in the file is like:&lt;br /&gt;ID(12)... Name(12)... Company(8)... Dept(10)&lt;br /&gt;&lt;br /&gt;And the word &amp;quot;ABC&amp;quot; is to be put in Company (for each ID). I don&amp;#39;t have it in the bean. &lt;br /&gt;&lt;br /&gt;The rest I am getting them from the bean.&lt;br /&gt;&lt;br /&gt;How do I do it??? Please suggest.&lt;br /&gt;&lt;br /&gt;Thanks.</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4951797399507549351/1963588285951949765/comments/default/8659546758615295205'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4951797399507549351/1963588285951949765/comments/default/8659546758615295205'/><link rel='alternate' type='text/html' href='http://javaconfessions.com/2009/04/writing-flat-files-in-java-with.html?showComment=1262982184270#c8659546758615295205' title=''/><author><name>Anonymous</name><email>noreply@blogger.com</email></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://javaconfessions.com/2009/04/writing-flat-files-in-java-with.html' ref='tag:blogger.com,1999:blog-4951797399507549351.post-1963588285951949765' source='http://www.blogger.com/feeds/4951797399507549351/posts/default/1963588285951949765' type='text/html'/></entry><entry><id>tag:blogger.com,1999:blog-4951797399507549351.post-4243725969560939972</id><published>2009-10-29T07:49:15.284-07:00</published><updated>2009-10-29T07:49:15.284-07:00</updated><title type='text'>@Anonymous

You can do this by declaring a default...</title><content type='html'>@Anonymous&lt;br /&gt;&lt;br /&gt;You can do this by declaring a default record type.  I don&amp;#39;t believe I have posted anything on this, but I can have something up today or tomorrow.</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4951797399507549351/1963588285951949765/comments/default/4243725969560939972'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4951797399507549351/1963588285951949765/comments/default/4243725969560939972'/><link rel='alternate' type='text/html' href='http://javaconfessions.com/2009/04/writing-flat-files-in-java-with.html?showComment=1256827755284#c4243725969560939972' title=''/><author><name>Michael</name><uri>http://www.blogger.com/profile/06909162551803152845</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='18289013875117006572'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://javaconfessions.com/2009/04/writing-flat-files-in-java-with.html' ref='tag:blogger.com,1999:blog-4951797399507549351.post-1963588285951949765' source='http://www.blogger.com/feeds/4951797399507549351/posts/default/1963588285951949765' type='text/html'/></entry><entry><id>tag:blogger.com,1999:blog-4951797399507549351.post-2619657502602926703</id><published>2009-10-29T07:43:25.944-07:00</published><updated>2009-10-29T07:43:25.944-07:00</updated><title type='text'>Just comment out the line that declares the DTD as...</title><content type='html'>Just comment out the line that declares the DTD as I did in my sample configuration file above.</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4951797399507549351/1963588285951949765/comments/default/2619657502602926703'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4951797399507549351/1963588285951949765/comments/default/2619657502602926703'/><link rel='alternate' type='text/html' href='http://javaconfessions.com/2009/04/writing-flat-files-in-java-with.html?showComment=1256827405944#c2619657502602926703' title=''/><author><name>Michael</name><uri>http://www.blogger.com/profile/06909162551803152845</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='18289013875117006572'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://javaconfessions.com/2009/04/writing-flat-files-in-java-with.html' ref='tag:blogger.com,1999:blog-4951797399507549351.post-1963588285951949765' source='http://www.blogger.com/feeds/4951797399507549351/posts/default/1963588285951949765' type='text/html'/></entry><entry><id>tag:blogger.com,1999:blog-4951797399507549351.post-32866236399154955</id><published>2009-10-29T07:39:34.710-07:00</published><updated>2009-10-29T07:39:34.710-07:00</updated><title type='text'>Sorry, I need a little help with FlatWorm. Where i...</title><content type='html'>Sorry, I need a little help with FlatWorm. Where is the dtd file? The url is a resort... And without dtd I have a NoClassDefFoundError..&lt;br /&gt;Thank you,&lt;br /&gt;Matteo</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4951797399507549351/1963588285951949765/comments/default/32866236399154955'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4951797399507549351/1963588285951949765/comments/default/32866236399154955'/><link rel='alternate' type='text/html' href='http://javaconfessions.com/2009/04/writing-flat-files-in-java-with.html?showComment=1256827174710#c32866236399154955' title=''/><author><name>Matteo</name><uri>http://www.blogger.com/profile/15116736917048993153</uri><email>noreply@blogger.com</email></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://javaconfessions.com/2009/04/writing-flat-files-in-java-with.html' ref='tag:blogger.com,1999:blog-4951797399507549351.post-1963588285951949765' source='http://www.blogger.com/feeds/4951797399507549351/posts/default/1963588285951949765' type='text/html'/></entry><entry><id>tag:blogger.com,1999:blog-4951797399507549351.post-7059019897918204742</id><published>2009-10-28T07:00:50.733-07:00</published><updated>2009-10-28T07:00:50.733-07:00</updated><title type='text'>Nice work. Is it possible to not create a record i...</title><content type='html'>Nice work. Is it possible to not create a record identifier in the flat file?</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4951797399507549351/1963588285951949765/comments/default/7059019897918204742'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4951797399507549351/1963588285951949765/comments/default/7059019897918204742'/><link rel='alternate' type='text/html' href='http://javaconfessions.com/2009/04/writing-flat-files-in-java-with.html?showComment=1256738450733#c7059019897918204742' title=''/><author><name>Anonymous</name><email>noreply@blogger.com</email></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://javaconfessions.com/2009/04/writing-flat-files-in-java-with.html' ref='tag:blogger.com,1999:blog-4951797399507549351.post-1963588285951949765' source='http://www.blogger.com/feeds/4951797399507549351/posts/default/1963588285951949765' type='text/html'/></entry></feed>