Does ActiveRecord/Rails support the kind of rich domain models that Hibernate supports?<br>
<br>
Bill<br><br><div><span class="gmail_quote">On Apr 5, 2005 11:47 AM, <b class="gmail_sendername">Avi Bryant</b> &lt;<a href="mailto:avi.bryant@gmail.com">avi.bryant@gmail.com</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">On Apr 5, 2005 6:32 PM, Marco Paga &lt;<a href="mailto:marco.paga@gmail.com">marco.paga@gmail.com</a>&gt; wrote:<br>&gt; Hello All,<br>&gt;<br>&gt; I just had a short view into Rails, a webframework built in ruby.<br>&gt; Something I would really recognise as a big advantage is the way you<br>&gt; get in contact with a database. You just edit a config file and the OR<br>&gt; Mapper starts working.<br><br>ActiveRecord (the Rails O/R framework) certainly does get a lot of<br>attention, I think because of a less-is-more philosophy: it's not<br>nearly as flexible as something like GLORP, but if it does what you<br>need it's much simpler to use.&nbsp;&nbsp;I've done sketches of similar<br>lightweight O/R frameworks in the past, but never had a compelling<br>enough need for one to actually finish or release them.<br><br>&gt; Is there something similar planned for seaside?<br><br>It would be very easy to do an ActiveRecord port to Squeak, and<br>probably a good thing to have.&nbsp;&nbsp;I don't have any plans to do it myself<br>(and nobody has offered to hire me to... ;), but I'd certainly welcome<br>it if someone else did, and help with whatever Seaside integration<br>work was needed.<br><br>Avi<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/listinfo/seaside">http://lists.squeakfoundation.org/listinfo/seaside</a><br></blockquote></div><br>