Hi,
I took a look at darkstar and it looks quite promising. Some wishes I’d like to mention:
- I learned the object store is running on an internal derby database. For larger projects it should be able to externalize it to a seperate database server.
- I would like to have more influence on re-creation of objects by simtask, i.e. a callback called after deserialization.
- I had the idea to write GLO’s in groovy. This would, however, require the groovy classloader to be used on deserialization. So it would be nice if I could tell SimTask which classloader to use when creating GLOs. Obvious pros: You can change the source at runtime and immediately see the results. Cons: none, because a java class file is generated.
Albert