ORM
ORM
- Subject: ORM
- From: Jeff LaMarche <email@hidden>
- Date: Tue, 26 Oct 2004 15:04:31 -0400
Ho all.
Been mostly away from Cocoa development for about a year, but looking
at diving back into it. The project for which I'm thinking about using
it is a front-end administration tool for a database-driven web
application. The Java web app uses Cayenne for object-relational
mapping.
I really, really want to avoid hand-coding SQL (I've got one Cocoa
program where I've done that and -- ugh -- is it a nightmare to
maintain). EOF is not an option for a number of reasons.
One option would be to use Cayenne or Hibernate through the Java
bridge, or to use Java Cocoa (the former is a possibility, but the
latter really I'd like to avoid). If possible, I'd rather use a native,
Objective-C ORM framework, but haven't been able to find one besides
EOF.
Does anyone know of anything out there?
Thanks,
Jeff
_______________________________________________
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
- Follow-Ups:
- Re: ORM
- From: Mont Rothstein <email@hidden>