Re: WebObjects application without a browser?
Re: WebObjects application without a browser?
- Subject: Re: WebObjects application without a browser?
- From: "b.bum" <email@hidden>
- Date: Tue, 9 Sep 2003 09:47:47 -0700
On Sep 9, 2003, at 9:31 AM, David Thorp wrote:
OK, so sounds like it's very powerful for cross platform apps where
you're limited to swing/etc and no cocoa, but for Cocoa apps, there's
no official Cocoa support at this stage, have i understood you
correctly?
You can use Web Services to tie the WebObjects app to a Cocoa app.
Along with the CFWebServices API included in OS X, there are a number
of third party solutions.
Before I started with Apple, I built a Cocoa based GUI for CodeFab's
Intent (www.codefab.com / www.intentcenter.com). On the WebObjects
side CodeFab implemented an XML-RPC interface to the Intent
application. On the client side-- within the Cocoa desktop
application, I initially used the Core Foundation Web Services APIs to
talk to the WebObjects app. I later switched to using Python (via
pyobjc.sourceforge.net) for the network communications while leaving
all the UI code in Objective-C.
It worked really well.
It works even better in Panther....
b.bum
_______________________________________________
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.