We should be able to formalize this with a framework then, right? Can you provide some mapping of how you did this?
Paul > On Oct 27, 2015, at 12:12 PM, Ricardo Parada <[email protected]> wrote: > > Hi Gino, > > Let me know if you hear of any. > > I can tell you about an attempt / workaround I did. I inserted my enterprise > objects (EOs) into an editing context. Then I used some of the classes in the > ERRest framework to serialize my object graph of enterprise objects into > JSON. Then I used the Mongo DB java driver to save the JSON to the Mongo > database. > > Then to retrieve the objects I reverse the process. Use the Mongo DB Java > driver to retrieve the JSON and the ERRest classes to rehydrate the objects > into an editing context. > > Ricardo > >> On Oct 26, 2015, at 5:36 PM, Gino Pacitti <[email protected]> wrote: >> >> Hi list >> Are there any blogs or papers on integrating WO/EOF with NoSQL and whether >> there are any special Drivers required. >> If NoSQL is not relational how does WO/EOF deal with Models with >> relationships? >> >> >> >> _______________________________________________ >> Do not post admin requests to the list. They will be ignored. >> Webobjects-dev mailing list ([email protected]) >> Help/Unsubscribe/Update your Subscription: >> https://lists.apple.com/mailman/options/webobjects-dev/rparada%40mac.com >> >> This email sent to [email protected] > > _______________________________________________ > Do not post admin requests to the list. They will be ignored. > Webobjects-dev mailing list ([email protected]) > Help/Unsubscribe/Update your Subscription: > https://lists.apple.com/mailman/options/webobjects-dev/pyu%40mac.com > > This email sent to [email protected] _______________________________________________ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list ([email protected]) Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com This email sent to [email protected]
