Re: Javabeans in Cocoa/ObjC?
Re: Javabeans in Cocoa/ObjC?
- Subject: Re: Javabeans in Cocoa/ObjC?
- From: String Larson <email@hidden>
- Date: Tue, 5 Jul 2005 19:20:32 -0500
First things first.
http://java.sun.com/products/javabeans/
If you want to use Java from your Objective-C application, you need
to instantiate a JVM instance from Obj-C, instantiate your object (or
bean) and call methods on it.
http://developer.apple.com/documentation/Cocoa/Conceptual/
LanguageIntegration/index.html
http://www.cocoadevcentral.com/articles/000024.php
http://www.cocoabuilder.com/archive/message/cocoa/2005/3/3/129456
On May 17, 2005, at 1:44 PM, Dix Lorenz wrote:
Hi,
Disclaimer: I have never really used Java and have only the
slightest idea what a JavaBean is (AFAICT it is an object which you
can just plug into your Java Application and it just works; or at
least is supposed to do that).
There are quite a few JavaBean-Components available on the
Internet. Would I be able to use one in my ObjectiveC-based Cocoa
App? How would I do that? Is there any documentation/sample code/
tutorial available? I know (at least I read so) I can use Java but
in this case it is a pretty complex control/view/however-you-want-
to-call-it and I can't find any answer to my question...
Thanks,
Dix
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden