Re: Disadvantages of Bridging Java in Objective-C Cocoa Apps
Re: Disadvantages of Bridging Java in Objective-C Cocoa Apps
- Subject: Re: Disadvantages of Bridging Java in Objective-C Cocoa Apps
- From: June Van Dyke <email@hidden>
- Date: Tue, 04 Feb 2003 16:41:53 -0500
On 2/4/03 7:01 AM, "Eric Czarny" <email@hidden> wrote:
>
I was just curious if there
>
are many disadvantages to using Java classes within my Objective-C
>
applications to, for instance, utilize the XML-RPC classes written by
>
Apache.
Well, loading Java is slooooooow. Look at LimeWire. Granted, since most of
your app would be Obj-C, you'd get OK speed once running, but it will take
anywhere from three to ten seconds to load Java (and thus your app).
Unless you have a very good reason, I'd suggest you don't use Java, for the
end-user's sake (and to reduce debugging times :p).
--
-- sinclair44
[self becomeWorldDictator];
- (void)becomeWorldDictator
{
[[world currentLeaders] assassinate];
[[world citizens] terrorize];
[world setCurrentLeaders:[NSArray arrayWithObject:self]];
}
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.