Maybe you can dump those objects into an object database like magma (you can tell magma to store all the database in a single file...then you load it in the other image and that&#39;s all) and the load it in the other image.<br>
<br>You can also serialize those objects to XML (there are tools to do that) or use something like SmartRefStream. <br><br>Check this also that may be of help:<br><br><a href="http://www.seaside.st/documentation/persistence">http://www.seaside.st/documentation/persistence</a><br>
<br>Cheers<br><br>Mariano<br><br><div class="gmail_quote">On Sun, Mar 7, 2010 at 7:18 PM, Sean Allen <span dir="ltr">&lt;<a href="mailto:sean@monkeysnatchbanana.com">sean@monkeysnatchbanana.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
how hard is it to recreate the data?<br>
if you have code that you can run to create the data on production rather<br>
than moving it, i would suggest you go that route.<br>
<div><div></div><div class="h5"><br>
On Sun, Mar 7, 2010 at 10:04 AM, sergio_101 &lt;<a href="mailto:sergiolist@village-buzz.com">sergiolist@village-buzz.com</a>&gt; wrote:<br>
&gt; i am currently working on an app that is generating lots and lots of<br>
&gt; data that will be included in the final deployed application..<br>
&gt;<br>
&gt; my question is, once i am done with the development of this project,<br>
&gt; and am ready to start deploying live iterations, how would i got about<br>
&gt; moving the live objects from my image to the production image?/<br>
&gt;<br>
&gt; thanks!<br>
&gt;<br>
&gt; --<br>
&gt;<br>
&gt; ----<br>
&gt; peace,<br>
&gt; sergio<br>
&gt; photographer, journalist, visionary<br>
&gt;<br>
&gt; <a href="http://www.coffee-black.com" target="_blank">http://www.coffee-black.com</a><br>
&gt; <a href="http://www.painlessfrugality.com" target="_blank">http://www.painlessfrugality.com</a><br>
&gt; <a href="http://www.twitter.com/sergio_101" target="_blank">http://www.twitter.com/sergio_101</a><br>
&gt; <a href="http://www.facebook.com/sergio101" target="_blank">http://www.facebook.com/sergio101</a><br>
&gt; _______________________________________________<br>
&gt; seaside mailing list<br>
&gt; <a href="mailto:seaside@lists.squeakfoundation.org">seaside@lists.squeakfoundation.org</a><br>
&gt; <a href="http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside" target="_blank">http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside</a><br>
&gt;<br>
_______________________________________________<br>
seaside mailing list<br>
<a href="mailto:seaside@lists.squeakfoundation.org">seaside@lists.squeakfoundation.org</a><br>
<a href="http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside" target="_blank">http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside</a><br>
</div></div></blockquote></div><br>