Thanks everyone for all the input.&nbsp; It really helped me sit back and think about what the best approach to the overall problem I am trying to solve would be, which included techniques for minimizing the amount of database interaction I need in the first place.<br>
<br>Rob<br><br><div class="gmail_quote">On Thu, Apr 3, 2008 at 5:49 AM, Norbert Hartl &lt;<a href="mailto:norbert@hartl.name">norbert@hartl.name</a>&gt; wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div class="Ih2E3d">On Wed, 2008-04-02 at 22:48 -0400, Rob Rothwell wrote:<br>
&gt; Has anyone written anything like the ActiveRecord for Glorp? &nbsp;VW7.6<br>
&gt; has something, but it would be slightly painful to port (for me at<br>
&gt; least) as it uses VW Package definitions and a few other things I am<br>
&gt; not familiar with.<br>
&gt;<br>
</div>There is a FileOut30 package which provides writing out code in a lot<br>
of dialects (it&#39;s in the public store). If you want to convert a<br>
complete package just install FileOut30. In the preferences you can<br>
choose squeak as file out format. If you file out the package you should<br>
be able to read it in squeak without too much hussle.<br>
<br>
If you are not successful than email me. I use my own converter for<br>
VW code to port Glorp to squeak.<br>
<div class="Ih2E3d"><br>
&gt; I know Ramon did something that used Magritte, but I am not using that<br>
&gt; in my application.<br>
&gt;<br>
&gt; There are many ways of varying complexity that one could try to<br>
&gt; standardize your Glorp mappings within your application, so I just<br>
&gt; thought I&#39;d check if anyone had anything working before I go down that<br>
&gt; road!<br>
<br>
</div>Glorp can figure out a lot of the mapping setting on its own. For<br>
easy mappings you can just leave out class mapping and descriptor<br>
mappings. No need to have ActiveRecord stuff from the start.<br>
<font color="#888888"><br>
Norbert<br>
</font><div><div></div><div class="Wj3C7c"><br>
_______________________________________________<br>
Beginners mailing list<br>
<a href="mailto:Beginners@lists.squeakfoundation.org">Beginners@lists.squeakfoundation.org</a><br>
<a href="http://lists.squeakfoundation.org/mailman/listinfo/beginners" target="_blank">http://lists.squeakfoundation.org/mailman/listinfo/beginners</a><br>
</div></div></blockquote></div><br>