Re: Advice on server-side web service technology
Re: Advice on server-side web service technology
- Subject: Re: Advice on server-side web service technology
- From: Alexander Spohr <email@hidden>
- Date: Fri, 17 Apr 2009 10:23:19 +0200
Am 17.04.2009 um 00:06 schrieb Russell Cook:
I am working on a custom Obj-C framework that I need to expose
through web
services on an Xserve. I am finding a serious lack of support for
server-side web services in the Cocoa frameworks. My searching has
turned
up little from others following this same path. From what I have
found,
these are my options:
- WebObjects (Java, is this still recommended for use? still
supported and
maintained?)
This is your best option. Apple uses it throughout their web services.
And you will find at home if you already know Cocoa because Foundation
is there. CoreData is a lightweight EOF so that is a known part also.
The WO-framework is a logical extension.
And it is portable as it is pure Java. Can be deployed standalone, no
other appserver (e.g. Tomcat) needed but sill possible.
I used it since version 0.9 and tried lots of other application
servers. I still think it is the best thing out there - but I do have
a strong WO/Cocoa bias anyway, as I work with that stuff since 1991 ;)
atze
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden