<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=utf-8">
<META NAME="Generator" CONTENT="MS Exchange Server version 6.5.7651.59">
<TITLE>Re: [Seaside] Persistence in VW</TITLE>
</HEAD>
<BODY>
<!-- Converted from text/plain format -->

<P><FONT SIZE=2>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 :)<BR>
<BR>
Cheers!<BR>
<BR>
-Boris<BR>
(Sent from a BlackBerry)<BR>
<BR>
----- Original Message -----<BR>
From: seaside-bounces@lists.squeakfoundation.org &lt;seaside-bounces@lists.squeakfoundation.org&gt;<BR>
To: seaside@lists.squeakfoundation.org &lt;seaside@lists.squeakfoundation.org&gt;<BR>
Sent: Tue Dec 11 22:14:01 2007<BR>
Subject: Re: [Seaside] Persistence in VW<BR>
<BR>
<BR>
Hello Boris and Michael!<BR>
<BR>
Thanks for your advises. I want to ask for a few more questions:<BR>
<BR>
I have a lot of inheritance: Template - Flow template; different kind of<BR>
rows; reconciliated report. How will they work?<BR>
<BR>
Currently i am storing all data in class side dictionaries and a lot of<BR>
binding was done with dictionaries too. Can i keep them or i should remake<BR>
bindings for the relation needs through ids.<BR>
<BR>
Should i keep my dictionaries or i should make afinders un database in place<BR>
of them?<BR>
<BR>
And main problem: I have a report object which stores a values in hash where<BR>
the row code (3 letter) is a key and money amount is a value. How can i<BR>
store this in db using glorp? I dont have special class for it, so how to do<BR>
mapping? Can u show me example?<BR>
<BR>
Boris are you using ActiveRecord and GLORP too?<BR>
<BR>
Oleg<BR>
--<BR>
View this message in context: <A HREF="http://www.nabble.com/Persistence-in-VW-tp14283675p14289650.html">http://www.nabble.com/Persistence-in-VW-tp14283675p14289650.html</A><BR>
Sent from the Squeak - Seaside mailing list archive at Nabble.com.<BR>
<BR>
_______________________________________________<BR>
seaside mailing list<BR>
seaside@lists.squeakfoundation.org<BR>
<A HREF="http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside">http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside</A><BR>
</FONT>
</P>

</BODY>
</HTML>