Re: Filtering array returned by an EO's relationship (D2J) - simplified
Re: Filtering array returned by an EO's relationship (D2J) - simplified
- Subject: Re: Filtering array returned by an EO's relationship (D2J) - simplified
- From: Arturo PĂ©rez <email@hidden>
- Date: Tue, 4 Nov 2003 07:04:28 -0500
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.