Re: Mixing Obj-C & Java in same Cocoa app?
Re: Mixing Obj-C & Java in same Cocoa app?
- Subject: Re: Mixing Obj-C & Java in same Cocoa app?
- From: Finlay Dobbie <email@hidden>
- Date: Fri, 14 Sep 2001 20:38:30 +0100
On Friday, September 14, 2001, at 05:15 pm, email@hidden wrote:
Do you have any database access in your application? We've tried to
implement a database front-end in cocoa/java with 10.0 and found out
that the result was horrible slow. We had to change the whole project
to objective c to get the performance we needed.
Do you know if this changed in newer releases?
Java will always be slower than Obj-C, that's kind of due to underlying
architectural differences that can't be changed without a complete
retooling of Java, and in the process fundamentally changing the goals
of the API.
-- Finlay