So today I seriously sat down to write some code in Cocoa - I've had a hankering for it for the last little while, and acme's work with offline clients at work has been pushing me a little closer to actually doing something about it...
I was impressed with the little I'd seen before, but now I'm wowed. Everything seems to fit together in just the right way, and its lovely to work with.
I do have a problem however. I want to get my nice little application to call some SOAP services. There is no Objective-C SOAP library that I can find, so I'm kinda hovering between a few options.
Re:CamelBones
garth on 2002-08-26T01:45:42
It is vaguely simple to make shippable.app with camelbones. I've done it with JournalX.
The main thing you have to do is recompile the camelbones framework to be distributable within the application. There is an article that discribes what you have to do to compile the framework, and then how to copy and reference the framework in your application.Re:CamelBones
james on 2002-08-26T09:58:10
Of course, if you've got someone whose installed a different version of Perl from you then it will prove difficult. However, now I've figured out how to use the Cocoa/Java bridge life is easy.
I'm very impressed with the C/J bridge - I've not had a problem with type munging yet (but then again I'm passing simple strings). Its not like I've never seen a piece of glue like this before -- I mean Perl does it all the time -- but its always impressive to see it done so well in another language:-)