Re: Cocoa Java resources?
Re: Cocoa Java resources?
- Subject: Re: Cocoa Java resources?
- From: Fabio Genoese <email@hidden>
- Date: Sun, 27 Jun 2004 11:55:07 +0200
On 25-06-2004 7:13, "Paul Szego" <email@hidden> wrote:
I'm struggling to find much information beyond the basics about Cocoa
development in Java. I've read the stuff at apple, searched the list
archives, google'd, and even read the Objective-C specific books. Other
than the basics there doesn't seem to be anything around for Java.
Does anyone know where to get more info? Has anyone built anything
non-trivial in Java/Cocoa?
Hi Paul and all other active Cocoa-Java developers,
Objective-C specific example code can be easily translated to Java code
in most cases. Anyway, if you want to see something non-trivial built
in Cocoa-Java visit
http://www.cyberduck.ch. Cyberduck is a very useful
(S)FTP client written by David Kocher. The source code is available
(GPL).
Another useful site is Marc Pergand's site about Cocoa-Java
http://perso.wanadoo.fr/mpergand/home.html. He wrote some articles and
has a lot of source code.
I've also done two non-trivial projects (non-trvial for me) in
Cocoa-Java. You can download the source code from
http://cocoa.infinite-void.org/. Beware that the first project is from
2001. Code organisation is a mess, so use it at your own risk. ;) My
second project (done in April 2004) has a better code organisation and
could be a help if you're looking for example code.
Finally, there's a game called Aquataxx by Steve Klingsporn (see
http://www.seapod.org/software/aquataxx/).
Now, read through "Cocoa Programming for Mac OS X" (Hillegass) and
Apple's article "The Java Version of Cocoa"
(
http://developer.apple.com/documentation/Cocoa/Conceptual/
CocoaObjects/Articles/JavaCocoa.html) and you're ready to build some
nice Cocoa-Java apps.
Hope this helps,
Fabio Genoese
_______________________________________________
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.