Re: Java Bridge for beginners
Re: Java Bridge for beginners
- Subject: Re: Java Bridge for beginners
- From: Shawn Erickson <email@hidden>
- Date: Wed, 30 Nov 2005 08:06:09 -0800
On 11/30/05, Alexander Kholodovitch <email@hidden> wrote:
> Hello, All!
> Excuse, who can help me? I write on Java. But I should cause the classes
> written on Objective-C (Objective-C++). Tried to read about Java Bridge. But
> could understand not all. Some materials have become outdated. For example,
> about Java Wrapper.
>
> Somebody can send the reference to a simple example of use Objective-C of
> classes from Java (the best variant - source codes of the project)? Or on
> step-by-step instructions, for achievement of similar result.
The Cocoa-Java bridge is generally considered deprecated and shouldn't
be used for any end user product. Note the following...
"Important: Cocoa-Java technology is only a learning tool.
Applications targeted for release to customers must be developed using
Objective-C to take advantage of all the programming interfaces
available in Cocoa. Programming interfaces added to Cocoa in Mac OS X
versions later than 10.4 will not be available to Cocoa-Java
applications."
...from...
<http://developer.apple.com/documentation/Cocoa/Conceptual/CocoaObjects/Articles/JavaCocoa.html>
Apple has sample code online, for example...
<http://developer.apple.com/samplecode/JDragNDrop/JDragNDrop.html>
<http://developer.apple.com/samplecode/JOutlineView/JOutlineView.html>
...found from...
<http://developer.apple.com/samplecode/Java/index-title.html>
_______________________________________________
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