discuss-gnustep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: CVS, GWorkspace.app and app wrappers


From: Alex Perez
Subject: Re: CVS, GWorkspace.app and app wrappers
Date: Sun, 3 Oct 2004 10:00:34 -0700 (PDT)

On Sun, 3 Oct 2004, Larry Cow wrote:

> Enrico Sersale a écrit :
> 
> > Regarding (1) and (2):
> > The problem is that annotations and colors must be saved somewhere.
> > But I've just started to think to a solution for the "Live Search 
> > Folders" I'm writing and the annotations could be saved in the same 
> > place.
> > Perhaps I'll use libdb with a btree access method but I'm not sure. 
> > Any suggestion?
> 
> Instead of libdb, maybe we could look into SQLite. But that's almost the 
> same idea.

Insert my vote for SQLite as well. There are some very nice cocoa wrappers 
for the lib available at 
http://www.webbotech.com/ (QuickLite is a really cool product)
there's also this alternative thing but I haven't checked to see if it's 
at all decent:
http://download.blackholemedia.com/sqldatabase.tgz

I recommend QuickLite, in any event.
 
> 
> Another way of managing this could be te rely on filesystem's extended 
> attributes. Most currents ones are supporting this, even if it's not 
> enabled by default. What about trying to use (optionnaly) this kind of 
> feature?
Yes, I think it would be nice if GWorkspace would test and see if the 
filesystem supported such a feature (it would have to be at runtime, 
though, because packagers may not have EA support enabled in their 
filesystem while deployed workstations could.

Cheers,
Alex Perez





reply via email to

[Prev in Thread] Current Thread [Next in Thread]