User Ratings

★★★★★
★★★★
★★★
★★
5
0
0
0
1
ease 1 of 5 2 of 5 3 of 5 4 of 5 5 of 5 0 / 5
features 1 of 5 2 of 5 3 of 5 4 of 5 5 of 5 0 / 5
design 1 of 5 2 of 5 3 of 5 4 of 5 5 of 5 0 / 5
support 1 of 5 2 of 5 3 of 5 4 of 5 5 of 5 0 / 5

Rate This Project
Login To Rate This Project

User Reviews

  • Great stuff.
    1 user found this review helpful.
  • The DTD is not available: http://www.blackbear.com/dtds/flatworm-data-description_1_0.dtd
  • Has this broken recently? Possibly just an error on my part (as a novice) but I cannot get loadConfigurationFile to work. When it parses the arguments and passes the first arg which is the xml file name, loadConfigurationFile will fail with java.io.FileNotFoundException. I am fairly confident the project is set up correctly as writing my own code to pull in a file as an argument (using FIleINputStream) seems to work fine. Any help would be appreciated since I would really like to use this library. Specifically, it seems to be line 99 in ConfigurationReader.class: document = parser.parse((new org.xml.sax.InputSource(in))); Although 'in' is a valid input stream, it breaks trying to parse it.
  • Pretty flexible, simple to use. With a few enhancements I think this would be a very valuable library for domains that need to deal with flat file parsing. One powerful feature is that it is not intrusive into your objects, it just uses beans as the model so no need to expose the library in your model (like some other libs do).
  • Found this piece of software while searching for a flat file converter from and to java. It gets the job done, has a clean and simple representation of the flat file, while still providing powerful binding and conversion.
  • Just what I need. And more! Thanks a lot an keep on. Simplifies life, dealing with a really crude concept of some kind of "flat"-file a lot. Easy to handle. Useful examples. Documentation of where to find XML-Attribute-Values could be a little better.