• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: db acess
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: db acess


  • Subject: Re: db acess
  • From: Markus Hitter <email@hidden>
  • Date: Sat, 27 Nov 2004 17:14:58 +0100


Am 27.11.2004 um 16:35 schrieb Andreas Vandenberghe:

I read about Webobjects but it's for web dev and not part of Xcode.

It's just big enough to justify an own package.

While this functionality is almost hidden, you can set aside the "Web" part of WebObjects and just use the remaining (EOF = EOControl, EOAccess, EOInterface) to access databases.

On problem, though. The easiest way to build a GUI app is to use Cocoa/Obj-C. WO is Java and focusses on distributed apps, however. You'd have to build one app using two languages or do something similar complex.

I've yet to see a desktop app written using WO. Even the examples included with the WO Developer kit failed here. EOF/Obj-C did exist but was discontinued some years ago.

Hasn't Apple it's own data access method ?

There's the very high level WebObjects and, with Tiger, there will be CoreData, apparently some low level, single file based data access framework.


For the intermediate, you have to go third party.

 - Use something like MySQL's or PostgreSQL's libraries directly.

 - Use one of the many wrappers around these libraries.

 - Use some semi-high level Framework.

For simple cases I've personally choosen QuickLite <http://www.webbotech.com>
which claims to be similar to Tiger's CoreData.


For accessing a real database, I've coosen GNUstep's GDL2 <http://www.gnustep.org>.
Still somewhat rough to install, but very promising.




HTH,
Markus

- - - - - - - - - - - - - - - - - - -
Dipl. Ing. Markus Hitter
http://www.jump-ing.de/



_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden


References: 
 >db acess (From: Andreas Vandenberghe <email@hidden>)

  • Prev by Date: RE: db acess
  • Next by Date: Re: XCode compile options
  • Previous by thread: RE: db acess
  • Next by thread: Re: db acess
  • Index(es):
    • Date
    • Thread