weslien
Joined: 20/10/2008 08:35:39
Messages: 1
Offline
|
Hi,
I'm looking at Space4j as an alternative for in memory persistence of limited amounts of object bindings only relevant in runtime.
After looking through the examples I have decided that it might suit my needs, but I have a few questions:
1. It seems that if I get a NotSerializableException once when trying to save something, the only way I have found to get past this point, even if I set the field to transient, is to clear the log files. Is this true?
2. Have you thought about implementing generics? Since you are using the Collections framework, I think some work could be done to simplify things. I have started to write a framework on top of the core classes to make it more robust, but since all get methods just return objects i'm constantly adding my own layer with generics support
3. How well tested is Space4j? Is it in production anywhere?
/Gustav
|