Hey Marcus, I looked at doing something similar a couple years ago. Once I dug into it I realized that much of WOLips is a re-implementation of the EOAdaptor/EOPlugIn layer - an OLD (5.3-ish) - as are most of Wonder's Adaptors and PlugIns.
The 5.4 version of EOF has several improvements to the adaptor/plugin architecture but taking advantage of them would require updating both WOLips and Wonder as well. If I were a Schrag or Anjo I might have attempted it but I'm a Dave. Anyhow, an EOModel is just a directory of inter-related .plist files. You can deserialize them into POJOs and back using Wonder's plist serialize/deserialize functionality, heck, the EOModel/ERXModel classes can do it, too, I believe. Dave Avendasora Sent from my iPhone > On Sep 27, 2017, at 7:23 AM, Ralf Schuchardt <r...@gmx.de> wrote: > > Hi Markus, > > while I don’t know how easy it is to separate this from the whole of WOLips, > have a look at > > > https://github.com/wocommunity/wolips/tree/master/wolips/core/plugins/org.objectstyle.wolips.eomodeler.core > > for the main EOModel stuff and at > > https://github.com/wocommunity/wolips/tree/master/wolips/eomodeldoc > > for an example tool. > > > Ralf > > Am 27. September 2017 um 09:03:43, Markus Ruggiero > (mailingli...@kataputt.com) schrieb: > >> I am toying with the idea of writing a helper tool for EOModel. For this I >> need to read and write EOModel files. WOLips can do it, but as the source is >> not very easy to understand I simply ask here whether someone can point me >> to the relevant section in WOLips sources. Has anyone alreay done this and >> can share some code? It must not have any dependency on WO/Wonder stuff as >> the tool should be fully standalone. >> >> Thanks for any help >> ---markus--- > _______________________________________________ > Do not post admin requests to the list. They will be ignored. > Webobjects-dev mailing list (Webobjects-dev@lists.apple.com) > Help/Unsubscribe/Update your Subscription: > https://lists.apple.com/mailman/options/webobjects-dev/webobjects%40avendasora.com > > This email sent to webobje...@avendasora.com
_______________________________________________ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list (Webobjects-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com