Re: Docs on Cocoa Networking?
Re: Docs on Cocoa Networking?
- Subject: Re: Docs on Cocoa Networking?
- From: Chris Hanson <email@hidden>
- Date: Sun, 6 Oct 2002 23:40:53 -0500
At 11:02 PM -0400 10/6/02, Hisaoki Nishida wrote:
I am looking for some good documentation/starters/sample code on
networking in Cocoa (not inter-application/thread but networking
over the web). Are there APIs for setting up a connection between 2
Cocoa apps over the web for communication? I'm sorry if the ADC site
has all this info. The site is slowed down right now and I can't
seem to view it.
Your hard drive also has all this information, in
/Developer/Documentation. A good way to browse this information is
Cocoa Browser by Hoshi Takanori, Max Horn, and Simon Liu. (Use
Google to find a URL.)
Specifically, what you want are NSSocketPort and NSConnection if you
want to use Distributed objects. Or you can use raw BSD sockets if
you want. Or you can use XML-RPC or SOAP to access web services from
your application on Jaguar, by using WSMakeStubs and
WebServicesCore.framework (which is in the CoreServices.framework
umbrella framework).
-- Chris
--
Chris Hanson | Email: email@hidden
bDistributed.com, Inc. | Phone: +1-847-372-3955
Making Business Distributed | Fax: +1-847-589-3738
http://bdistributed.com/ | Personal Email: email@hidden
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.