I have a simple application that I would like to use JDO. But I do not want to use any kind of database, just a regular file system. Before jdo, I had this class, it serializes its object to a file, while the file name is the "primary key". I would like to be able to do the same with JDO. Is it possible?
Gatis source share