Re: Databasing and Cocoa
Re: Databasing and Cocoa
- Subject: Re: Databasing and Cocoa
- From: Jim Rankin <email@hidden>
- Date: Tue, 2 Mar 2004 11:58:05 -0500
On Mar 1, 2004, at 8:56 PM, Denis Stanton wrote:
>
I have written a WebObjects direct action that serves up calendar
>
events to the satisfaction of iCal, but that's the closest I've come
>
to understanding what a "WebServices function" is. Does that count?
>
Generally, a WebService is an XML-RPC or SOAP interface to some
functionality residing on a server. Most popular languages have
"WebServices" bindings now, which means you can access these services
almost transparently, and across languages. So if you have a
WebObjects web service written in Java, or a .Net service written in
C#, you can write a Cocoa front end in Objective-C that can access that
functionality with relatively little effort.
Here's an overview of web services in WebObjects:
http://www.apple.com/webobjects/web_services.html
Best,
-jimbo
Excelsior! XML Marshaller for Cocoa
http://www.homepage.mac.com/jimbokun/Excelsior.html
_______________________________________________
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.