Please take our Survey
logo       

Choosing A Webhost:
A web hosting service is a type of Internet hosting service that allows individuals and organizations to provide their own website accessible via the World Wide Web. Web hosts are companies that provide space on a server they own for use by their clients as well as providing Internet connectivity, typically in a data center. Web hosts can also provide data center space and connectivity to the Internet for servers they do not own to be located in their data center, called colocation. more...

Re: Persistent object framework: msg#00075

lang.smalltalk.squeak.seaside

Subject: Re: Persistent object framework


On May 12, 2004, at 12:03 PM, Jason Dufair wrote:

So now that I have my app working with Seaside and GOODS, I'm wondering
if there's a commonly used persistent object framework for squeak. I
just left a project at work where we had a very spiffy framework in
VisualWorks for Oracle. Is there even a need for such a thing with an
OODB? Certainly there is some common functionality that could/should be
extracted out into a framework, no?

The thing that comes to mind, with an OODB, is indexing. This is something that RDBs do for you, but that you need to handle on your own in an object setting. The BTree class I put on SqueakMap is a good building block, but I'd like to build out something a little more sophisticated, that would manage several indices at once and could be told to update them all at once for a given object. I'm thinking of an interface something like this:

mgr := IndexManager new.
mgr indexSelector: #name of: Person.
mgr indexSelector: #startDate of: Project.
.....

person := Person new name: 'Avi'.
mgr update: person.
project := Project startingToday.
mgr update: project.

people := mgr findAll: Person where: #name is: 'John'.

person name: 'Avram'.
mgr update: person.
...

Make sense?

Avi


<Prev in Thread] Current Thread [Next in Thread>
Google Custom Search

Recently Viewed:
qplus.devel/200...    network.jabber....    debian.qa-packa...    encryption.gpg....    python.dabo.dev...    uclinux.devel/2...    science.mathema...    recreation.pesc...    kernel.ck/2004-...    mozilla.devel.e...    tex.latex.prosp...    ietf.multi6/200...    bbc.cvs/2002-11...    xfree86.newbie/...    jakarta.taglibs...    altlinux.hardwa...    comedi/2002-05/...    horde.bugs/2004...    games.diplomacy...    finance.e-gold....    web.dom.test-su...    lang.ruby.rails...    os.netbsd.devel...    video.gstreamer...   
Home | advertise | OSDir is an inevitable website. super tiny logo

Free Magazines

Cisco News
Receive a free quarterly e-newsletter with exclusive articles on how Cisco IT uses its own products and solutions to enable the business.
subscribe

Systems Management News, the newspaper for IT systems administration and data center managers! Each issue of Systems Management News is chock-full of news and analysis to help you understand what's happening in your field.
subscribe

The Enterprise Newsweekly eWeek is the essential technology information source for builders of e-business.
subscribe

Oracle Magazine Oracle Magazine contains technology strategy articles, sample code, tips, Oracle and partner news, how to articles for developers and DBAs, and more. Oracle (NASDAQ: ORCL) is the world's largest enterprise software company.
subscribe

Total Telecom Total Telecom is "The Economist of the communications industry".
subscribe

Navigation