What Language for Network App?
What Language for Network App?
- Subject: What Language for Network App?
- From: Jaime Magiera <email@hidden>
- Date: Sun, 28 Jul 2002 15:49:22 -0400
I've been designing a P2P type application over the past few weeks. The
messages are SOAP, so my natural reaction was to use Applescript.
Realizing that I can't write a server in Applescript, I've started
moving everything over to Objective-C. I can call the Apple Events for
sending SOAP requests and write a server using CFNetwork. However, I'm
wondering if I should be using Java. It's seems like the networking API
are filled out quite a bit more.
A couple questions:
What are the pros and cons of using Java/Objective-C/Applescript to
write this app?
Does it look like Apple is going to write Objective-C SOAP API any time
soon ? (Jaguar?)
Any comments/suggestions appreciated. Thanks.
Jaime
_______________________________________________
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.