Re: how to use Cocoa Java from Cocoa Obj-C code?
Re: how to use Cocoa Java from Cocoa Obj-C code?
- Subject: Re: how to use Cocoa Java from Cocoa Obj-C code?
- From: Kent Johnson <email@hidden>
- Date: Tue, 12 Feb 2002 10:13:43 -0500
Suppose I have some Java classes already developed. In a new project
which is using Cocoa Obj-C, how can I reuse the Cocoa Java classes?
Actually, what I want to do is to add database connectivity to the Obj-C
Cocoa application. I want to wrap all database stuff into some Java
classes and let the rest of the application use them.
Take a look at CocoaSQL, it is a Cocoa app that uses JDBC to connect
to a database, source code is available.
http://homepage.mac.com/mxcantor
Kent
_______________________________________________
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.