Hi Matthew, I am not using any flat-file DB. It is a new application I am developing. The size of the database can range from few entries to few dozen of entries. Each entry represents 3 strings. I want flat-file DB as it is user readable and can be changed/edited by hand if needed.
I will look at DataNucleus to see if it supports plain simple flat-file DB. Thank you! Ozvena On Tue, May 19, 2009 at 5:04 PM, Matthew Adams <[email protected]>wrote: > Hi ozvena, > > In order for you to use a flat-file database, you need to find a JDO > vendor that supports one. First off, what kind of flat-file database > are you using? I imagine a likely JDO candidate is DataNucleus, the > JDO reference implementation. If it doesn't support whatever you're > using for a flat-file database, you can write a plug-in to support it. > I haven't dug deeply, but you might consider DataNucleus over db4o. > > HTH, > Matthew > > On Tue, May 19, 2009 at 2:34 PM, [email protected] <[email protected]> > wrote: > > Hello, > > > > I can't find any information about how to configure > > PersistenceManagerFactory for flat-file database. > > > > Your help is appreciated! > > > > > > -- > mailto:[email protected] > skype:matthewadams12 > yahoo:matthewadams > aol:matthewadams12 > google-talk:[email protected]<google-talk%[email protected]> > msn:[email protected] > http://matthewadams.me > http://www.linkedin.com/in/matthewadams >
