Skip navigation.
 
mlRe: Problem with Cocoa on Java.
FROM : Kyle Sluder
DATE : Wed Jul 02 23:32:13 2008

On Wed, Jul 2, 2008 at 4:59 PM, Antonio Di Ferdinando
<<email_removed>> 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

Related mailsAuthorDate
mlProblem with Cocoa on Java. Antonio Di Ferdina… Jul 2, 18:27
mlRe: Problem with Cocoa on Java. Kyle Sluder Jul 2, 22:01
mlRe: Problem with Cocoa on Java. Ilan Volow Jul 2, 22:19
mlRe: Problem with Cocoa on Java. Kyle Sluder Jul 2, 23:32