Re: [options] Cocoa GUI Client to web based SQL database
Re: [options] Cocoa GUI Client to web based SQL database
- Subject: Re: [options] Cocoa GUI Client to web based SQL database
- From: "Jonathan 'Wolf' Rentzsch" <email@hidden>
- Date: Wed, 14 Jul 2004 11:18:49 -0500
clunkyrobot, email@hidden, wrote:
>
Looking at options and need opinions / experience on this subject
>
matter. I am new to Objective-C however I wish to write a simple CMS
>
style application in Cocoa that will act as a GUI tool to create, view
>
and edit online articles, like using a TextEdit but saving the results
>
to an online SQL ( assorted / portable / different ) database. The
>
web-site ideally should be language neutral but I was going to start
>
the web end in Java as I a familiar with this and is widely supported
>
for web development.
>
>
What is the best design for such a project, their seems to be no real
>
SQL library for objective-c, I came across SQLlite and some wrapper
>
classes to it from objective-c, but I need something more web focused.
>
>
Some suggestions have ranged from soap and xml to sending tab delimited
>
string via a URL to a servlet, to using things like hibernate as an
>
abstraction layer.
>
>
Ideally I would prefer the KISS method if at all possible, any
>
suggestions, as to how?
If possible, I'd wait out Core Data.
Failing that, I'd go with WebObjects+DirectToWebServices+Cocoa frontend.
Also, the latter is a three-tier solution, which can be handy.
| Jonathan 'Wolf' Rentzsch
http://rentzsch.com
| Red Shed Software
http://redshed.net
| "better" necessarily means "different"
_______________________________________________
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.