By bloid
via neuralmonkey.blogspot.com
Published: Sep 18 2008 / 01:20
As part of the current app I'm putting together I needed to populate my
database with data from some flat files. The initial approach was to
create a BootStrap class for each of the domain classes. Each of my
BootStrap classes read the input file, splits each line, maps each item from the line to a attribute of the domain object and then saves the object.



Add your comment