• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
AW: Reading EOModel files
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

AW: Reading EOModel files


  • Subject: AW: Reading EOModel files
  • From: Wolfgang Hartmann <email@hidden>
  • Date: Wed, 27 Sep 2017 19:03:36 +0000
  • Thread-topic: Reading EOModel files

Hy,

If your tool should be completely independent of WO you could try to transform
the Plist-String into a JSON-String and use that with e.g. GSON to transform it
further into Java-Objects.

The plist- and JSON-Format is very similar and is should be able to transform
one format to the other. I haven't tested it but it seems the necessary changes
from plist to JSON are:

  *   replace "(" and ")" with "[" and "]"
  *   replace "=" with ":"
  *   replace ";" with ","

Best regards,
Wolfy
________________________________
Von: Webobjects-dev
<webobjects-dev-bounces+halbeisen=email@hidden> im Auftrag von
Markus Ruggiero <email@hidden>
Gesendet: Mittwoch, 27. September 2017 09:03
An: email@hidden
Betreff: Reading EOModel files

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      (email@hidden)
Help/Unsubscribe/Update your Subscription:

This email sent to email@hidden
 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:

This email sent to email@hidden

References: 
 >Reading EOModel files (From: Markus Ruggiero <email@hidden>)

  • Prev by Date: Re: Reading EOModel files
  • Next by Date: Re: Reading EOModel files
  • Previous by thread: Re: Reading EOModel files
  • Next by thread: Re: Reading EOModel files
  • Index(es):
    • Date
    • Thread