Thanks BJ for your reply. Regards: Nikhil Agrawal On Sun, Dec 14, 2008 at 8:03 AM, BJ Freeman <[email protected]> wrote:
> reader name is used when you want to read in a file or group of files. > ofbiz$ java -jar ofbiz.jar -install -readers=seed,seed-initial > usually if you are going to create your own name, you have to add it to > the build.xml > these names like demo you can find in the documentation and in the > build.xml. > > http://docs.ofbiz.org/display/OFBTECH/Apache+OFBiz+Technical+Production+Setup+Guide > > Loader is the class that reads in the info and processes. > > Nikhil agrawal sent the following on 12/11/2008 11:22 PM: > > Hi, > > Can anyone tell me what is the meaning of reader-name & loader here and > > what exactly will happen using tag like this: > > <entity-resource type="data" reader-name="demo" loader="main" > > location="data/DemoBlogEntryData.xml"/> > > >
