On 19 December 2011 18:28, Kevin Meyer - KMZ <[email protected]> wrote:
> > > Thinking about your need to access two databases simultaneously - I > have already implemented something that I required for another > project that built a custom datastore that farmed off requests to one of > two destinations based on (in my case), a single class type. > > That might be the quickest solution ... Before going too far down this route, can I ask about transactionality requirements? ie are there any? If so, then it might be better to leverage an OpenJPA-based object store, since OpenJPA supports distributed persistence already. Dan
