Hi Andy, I'm considering writing a plugin to JRebel [1] to reduce the turnaround time. But such a plugin would also need to play nicely with DataNucleus.
I googled but couldn't find any JRebel plugin for DataNucleus, so I'm thinking that my plugin would need to interface with both Isis and DataNucleus. Basically, I think it amounts to rebuilding the metamodel for the changed class(es). In Isis I already have such an API [2], but is there anything similar in DataNucleus? Thx Dan [1] http://zeroturnaround.com/software/jrebel/learn/jrebel-plugins/ [2] https://github.com/apache/isis/blob/master/core/metamodel/src/main/java/org/apache/isis/core/metamodel/spec/SpecificationLoaderSpi.java#L51
