Re: Cocoa for small applications
Re: Cocoa for small applications
- Subject: Re: Cocoa for small applications
- From: William Turner <email@hidden>
- Date: Wed, 14 Sep 2005 09:59:32 -0400
I've used the C API's for both MySQL and PostgreSQL for several
different Cocoa projects - they really aren't difficult to use, but
if you wanted you could probably create a protocol and
implementations for each to give some abstraction.
- Wil
On Sep 14, 2005, at 8:24 AM, Thomas Engelmeier wrote:
The biggest lack we have seen in Cocoa is database access. With
NSXMLParser, I have had good luck getting to XML files, but
databases are a royal pain. With Java, we have many good OO
database toolkits - Hibernate, Cayenne, our own homegrown one, and
the raw JDBC access provided at the language layer, and they work
like a dream. Since
EOF left, Cocoa lacks this support.
So what? Fire up an Java Database layer either by JNI invocation
(some pain) or the Cocoa<->Java bridge (easy, but deprecated).
Regards,
Tom_E
_______________________________________________
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