[Seaside] Persistence in VW

Boris Popov boris at deepcovelabs.com
Wed Dec 12 06:18:11 UTC 2007


No, we have our own db mapping framework at the core of our application. With GLORP there is quite a bit of flexibility as far as your mapping is concerned, but it has relational db as the store, so you would need to be familiar with it somewhat. Other options are gemstone, boss files or xml :)

Cheers!

-Boris
(Sent from a BlackBerry)

----- Original Message -----
From: seaside-bounces at lists.squeakfoundation.org <seaside-bounces at lists.squeakfoundation.org>
To: seaside at lists.squeakfoundation.org <seaside at lists.squeakfoundation.org>
Sent: Tue Dec 11 22:14:01 2007
Subject: Re: [Seaside] Persistence in VW


Hello Boris and Michael!

Thanks for your advises. I want to ask for a few more questions:

I have a lot of inheritance: Template - Flow template; different kind of
rows; reconciliated report. How will they work?

Currently i am storing all data in class side dictionaries and a lot of
binding was done with dictionaries too. Can i keep them or i should remake
bindings for the relation needs through ids. 

Should i keep my dictionaries or i should make afinders un database in place
of them?

And main problem: I have a report object which stores a values in hash where
the row code (3 letter) is a key and money amount is a value. How can i
store this in db using glorp? I dont have special class for it, so how to do
mapping? Can u show me example?

Boris are you using ActiveRecord and GLORP too? 

Oleg
-- 
View this message in context: http://www.nabble.com/Persistence-in-VW-tp14283675p14289650.html
Sent from the Squeak - Seaside mailing list archive at Nabble.com.

_______________________________________________
seaside mailing list
seaside at lists.squeakfoundation.org
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.squeakfoundation.org/pipermail/seaside/attachments/20071211/12ab767f/attachment.htm


More information about the seaside mailing list