<?xml version="1.0" encoding="UTF-8" ?>
<rss xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0">
  <channel>
    <title>SimpleORM at Yahoo! Groups</title>
    <link>http://tech.groups.yahoo.com/group/SimpleORM/</link>
    <description>SimpleORM</description>

    <item>
      <title>Re: Problem with SDataLoader</title>
      <pubDate>Sun, 17 Jan 2010 04:00:30 GMT</pubDate>
      <dc:creator>anthony@...</dc:creator>
      <link>http://tech.groups.yahoo.com/group/SimpleORM/message/1859</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/SimpleORM/message/1859</guid>
      <description>PS.  The source code to SimpleOrm really is quite simple.  So if you have the source attached to your IDE, and then look inside, you will quickly see that it</description>
    </item>
    <item>
      <title>Re: Problem with SDataLoader</title>
      <pubDate>Sun, 17 Jan 2010 03:56:59 GMT</pubDate>
      <dc:creator>anthony@...</dc:creator>
      <link>http://tech.groups.yahoo.com/group/SimpleORM/message/1858</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/SimpleORM/message/1858</guid>
      <description>Hello Guenter, That is actually the documented behavior:- /** * Inserts (or updates) one record in the databases, and returns it. The * first element(s) in</description>
    </item>
    <item>
      <title>Problem with SDataLoader</title>
      <pubDate>Fri, 15 Jan 2010 15:45:39 GMT</pubDate>
      <dc:creator>Guenter Wildmann</dc:creator>
      <link>http://tech.groups.yahoo.com/group/SimpleORM/message/1857</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/SimpleORM/message/1857</guid>
      <description>Hello! I think there is a problem in SDataLoader. I have one table that looks like: A (String, PK, FK) B (Integer) C (Integer, PK) D (Integer, PK) (This is a</description>
    </item>
    <item>
      <title>Re: Just putting up some forms on the web...</title>
      <pubDate>Sat, 09 Jan 2010 06:03:50 GMT</pubDate>
      <dc:creator>berglas@...</dc:creator>
      <link>http://tech.groups.yahoo.com/group/SimpleORM/message/1856</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/SimpleORM/message/1856</guid>
      <description>Wicket seems to be mainly about adding components to a HTML page.  But my take is that in real development the HTML gets abstracted away.  Somewhere you have a</description>
    </item>
    <item>
      <title>Re: Just putting up some forms on the web...</title>
      <pubDate>Sat, 09 Jan 2010 01:29:19 GMT</pubDate>
      <dc:creator>Eric Schwarzenbach</dc:creator>
      <link>http://tech.groups.yahoo.com/group/SimpleORM/message/1855</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/SimpleORM/message/1855</guid>
      <description>Have you looked at Wicket or Lift?</description>
    </item>
    <item>
      <title>Re: Just putting up some forms on the web...</title>
      <pubDate>Sat, 09 Jan 2010 00:07:08 GMT</pubDate>
      <dc:creator>berglas@...</dc:creator>
      <link>http://tech.groups.yahoo.com/group/SimpleORM/message/1854</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/SimpleORM/message/1854</guid>
      <description>Simplets is a good approach, but it needs significant work.   SimpleWebApp can do it, but it uses JSPs which is bad.  Ruby can do quick and dirty, but</description>
    </item>
    <item>
      <title>Re: Just putting up some forms on the web...</title>
      <pubDate>Fri, 08 Jan 2010 23:17:36 GMT</pubDate>
      <dc:creator>John Abraham</dc:creator>
      <link>http://tech.groups.yahoo.com/group/SimpleORM/message/1853</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/SimpleORM/message/1853</guid>
      <description>My current plan A is to use Ruby and Rails.  New direction for me, but seems the easiest for rapid deployment.  Other suggestions still more than welcome! -- </description>
    </item>
    <item>
      <title>Just putting up some forms on the web...</title>
      <pubDate>Fri, 08 Jan 2010 21:40:07 GMT</pubDate>
      <dc:creator>John Abraham</dc:creator>
      <link>http://tech.groups.yahoo.com/group/SimpleORM/message/1852</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/SimpleORM/message/1852</guid>
      <description>I&#39;m wanting to build some UI for my database.  Just some forms, really.  It&#39;s postgresql. Since I use SimpleORM, I thought to look into SimpleWebApp.  I see</description>
    </item>
    <item>
      <title>foreign key as primary key</title>
      <pubDate>Sat, 19 Dec 2009 08:34:12 GMT</pubDate>
      <dc:creator>Guenter Wildmann</dc:creator>
      <link>http://tech.groups.yahoo.com/group/SimpleORM/message/1851</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/SimpleORM/message/1851</guid>
      <description>Hello Anthony, hello Franck, Thank you, i now understand the 3.x concept for foreign keys. Ciao, Guenter</description>
    </item>
    <item>
      <title>Re: foreign key as primary key</title>
      <pubDate>Fri, 18 Dec 2009 15:06:13 GMT</pubDate>
      <dc:creator>Franck Routier</dc:creator>
      <link>http://tech.groups.yahoo.com/group/SimpleORM/message/1850</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/SimpleORM/message/1850</guid>
      <description>Hi, as Anthony pointed it Payroll is a good example. You won&#39;t use the SFieldReference itself as part of the empoyee&#39;s pk, but will use the SFieldScalar used</description>
    </item>
    <item>
      <title>Re: foreign key as primary key</title>
      <pubDate>Fri, 18 Dec 2009 07:30:12 GMT</pubDate>
      <dc:creator>berglas@...</dc:creator>
      <link>http://tech.groups.yahoo.com/group/SimpleORM/message/1849</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/SimpleORM/message/1849</guid>
      <description>Just mark the referencing columns as part of the foreign key.  Under Franck&#39;s simplification there is no longer any nesting of foreign keys.  Have a look at</description>
    </item>
    <item>
      <title>foreign key as primary key</title>
      <pubDate>Fri, 18 Dec 2009 06:45:31 GMT</pubDate>
      <dc:creator>Guenter Wildmann</dc:creator>
      <link>http://tech.groups.yahoo.com/group/SimpleORM/message/1848</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/SimpleORM/message/1848</guid>
      <description>Hello! How do i define a foreign key as a part of the primary key? For the Empoyee-example this would mean the reference to the department would be part of the</description>
    </item>
    <item>
      <title>Re: Thread safety</title>
      <pubDate>Mon, 09 Nov 2009 08:03:50 GMT</pubDate>
      <dc:creator>anthony@...</dc:creator>
      <link>http://tech.groups.yahoo.com/group/SimpleORM/message/1847</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/SimpleORM/message/1847</guid>
      <description>Not normally necessary.  And locking is about more than Synchronized.  Unlike most software, SimpleORM takes care to try to fail fast if you have threading</description>
    </item>
    <item>
      <title>Re: Thread safety</title>
      <pubDate>Mon, 09 Nov 2009 07:35:44 GMT</pubDate>
      <dc:creator>abel birya</dc:creator>
      <link>http://tech.groups.yahoo.com/group/SimpleORM/message/1846</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/SimpleORM/message/1846</guid>
      <description>Hello Anthony, Thanks for the reply and I have to say I do understand exactly what you mean. What I am really concerned with is whether I may have to write </description>
    </item>
    <item>
      <title>Re: Threads and findUsingPrototype</title>
      <pubDate>Sun, 08 Nov 2009 01:22:08 GMT</pubDate>
      <dc:creator>anthony@...</dc:creator>
      <link>http://tech.groups.yahoo.com/group/SimpleORM/message/1845</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/SimpleORM/message/1845</guid>
      <description>If you have non-trivial queries for MSSQL try UPDATE STATISTICS on the main tables.  I have found that sometimes it just looses track and starts running slowly</description>
    </item>

  </channel>
</rss>
<!-- wr2.grp.sp2.yahoo.com uncompressed/chunked Sun Mar 28 18:10:12 PDT 2010 -->
