• 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
Re: EOs not in an EC
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: EOs not in an EC


  • Subject: Re: EOs not in an EC
  • From: Steve Peery <email@hidden>
  • Date: Fri, 05 Mar 2010 09:08:35 -0500

They say you should always put an EO object in an editing context before doing anything else.

Therefore, I subclass the decoder and put the editing context in it so it can be used on creation.

Something like this:

public MyObject(WOXMLDecoder decoder) {
	super();

	EOEditingContext ec = ((MyXMLDecoder)decoder).editingContext();
	ec.insertObject(this);

	setName((String)decoder.decodeObjectForKey("name"));
	setType((String)decoder.decodeObjectForKey("type"));
}


Steve

On Mar 5, 2010, at 4:54 AM, Robin Smith wrote:

> Hi All,
>
> Bit of a basic question but i was wondering if this is "allowed".
>
> If i create an array of EO's for example using XMLCoder they don't get
> placed in an EC. Is
> it ok to iterate through the array and only insert the EO's i actually
> want to keep into my EC
> allowing the other ones to disappear off into the void. Or is this bad
> practice, should they all
> get put into an EC and then dealt with from there.
>
> Many Thanks
>
>
> Robin
> _______________________________________________
> 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

  • Follow-Ups:
    • Re: EOs not in an EC
      • From: Robin Smith <email@hidden>
References: 
 >EOs not in an EC (From: Robin Smith <email@hidden>)

  • Prev by Date: Re: webobjects.mdimension.com/hudson down?
  • Next by Date: Re: webobjects.mdimension.com/hudson down?
  • Previous by thread: EOs not in an EC
  • Next by thread: Re: EOs not in an EC
  • Index(es):
    • Date
    • Thread