Mailing Lists: Apple Mailing Lists

Image of Mac OS face in stamp
 
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Filtering array returned by an EO's relationship (D2J) - simplified



On Nov 4, 2003, at 5:29 AM, Ray Ackland wrote:

b) is looking to be the lead horse at this stage, but I would really
like to use a method in the client rather than the server as (to me) it
makes the process more transparent.

I don't understand this point. Here's what I've done in the past.

In the client version of the EO make a method that looks like this (psuedo):

public NSArray getQualifiedObjects() {
	invokeRemoteMethod("getQualifiedObjects", blah-blah...);
}

Then on the server you have
public NSArray getQualifiedObjects() {
}

It's really quite straightforward.

http://developer.apple.com/documentation/WebObjects/ DesktopApplications/DistributionLayer/chapter_6_section_3.html

-------
WebObjects in Philadelphia.  You want a cheesesteak with that?
Visit http://webobjects.meetup.com
_______________________________________________
webobjects-dev mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/webobjects-dev
Do not post admin requests to the list. They will be ignored.

References: 
 >Re: Filtering array returned by an EO's relationship (D2J) (From: email@hidden)
 >Re: Filtering array returned by an EO's relationship (D2J) - simplified (From: Ray Ackland <email@hidden>)



Visit the Apple Store online or at retail locations.
1-800-MY-APPLE

Contact Apple | Terms of Use | Privacy Policy

Copyright © 2007 Apple Inc. All rights reserved.