On Wed, Jul 2, 2008 at 4:59 PM, Antonio Di Ferdinando <[EMAIL PROTECTED]> wrote: > Everything is done in Java and, since I need to integrate this tony bit into > it, I need to use Java.
I see. Perhaps some form of inter-process communication is best, then. Especially if you're dealing with something like video, I would recommend looking into ways to keep your platform-specific code in Java. You could, for example, write a Cocoa app that played your movies using QTKit and presented itself as a web service which your Java app consumes. --Kyle Sluder _______________________________________________ Cocoa-dev mailing list ([email protected]) 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: http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to [EMAIL PROTECTED]
