• 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
Key value coding in EOEntity WAS Generating EO Java Files in xcode 2.1
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Key value coding in EOEntity WAS Generating EO Java Files in xcode 2.1


  • Subject: Key value coding in EOEntity WAS Generating EO Java Files in xcode 2.1
  • From: 時期 精霊 <email@hidden>
  • Date: Mon, 20 Jun 2005 18:56:50 +0200


My preferences would be to skip autogenerating code and use the design pattern introduced with CoreData. There yor customized object subclasses ManagedObject (which is kinda equal to EOGenericRecord) and only adds new logic. Attributes access is handled purely through key/value coding.

What do you mean by that?

You do:

person.takeValueForKey("John", "firstName");

instead of

person.setFirstName("John");

?

Regards

Kuon
_______________________________________________
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


  • Follow-Ups:
    • Re: Key value coding in EOEntity WAS Generating EO Java Files in xcode 2.1
      • From: Tonny Staunsbrink <email@hidden>
References: 
 >Generating EO Java Files in xcode 2.1 (From: "Colin" <email@hidden>)
 >Re: Generating EO Java Files in xcode 2.1 (From: Tonny Staunsbrink <email@hidden>)

  • Prev by Date: Re: Generating EO Java Files in xcode 2.1
  • Next by Date: Re: Did we have a bot ?
  • Previous by thread: Re: Generating EO Java Files in xcode 2.1
  • Next by thread: Re: Key value coding in EOEntity WAS Generating EO Java Files in xcode 2.1
  • Index(es):
    • Date
    • Thread