Re: Cocoa CGI
Re: Cocoa CGI
- Subject: Re: Cocoa CGI
- From: mmalcolm crawford <email@hidden>
- Date: Wed, 16 May 2001 17:36:31 +0100
Is it possible to write a CGI using Cocoa? [...] It would be nice,
without the UI to use Cocoa because of all the string manipulation
routines.
I have some ideas, firstly, you could write servlets that use the
java-cocoa bridge
Umm, if you use Cocoa with Java, you don't get NSStrings
(NSStringReference is there, but it's less elegant to use).
you might be able to just write them in obj-c, importing both the
apache and cocoa libs, and just try writing one.
A whole load easier. Project Builder has an option to create a
Foundation Tool, which would probably be a reasonable starting point.
Of course the best solution of all would be to use WebObjects...
mmalc