<?xml version="1.0" encoding="UTF-8"?>











<rss version="2.0" xmlns:jf="http://www.jivesoftware.com/xmlns/jiveforums/rss">



<channel>
    <title>Support Forums: Message List - Article: Testing a persistent domain model</title>
    <link>http://www.theserverside.com</link>
    <description>Most recent forum messages</description>
    <language>en</language>
    
        <generator>Jive Forums Silver 5.5.30 (www.jivesoftware.com)</generator>
    
    <pubDate>Thu, 23 May 2013 13:09:22 -0400</pubDate>


    <item>

        <title>Article: Testing a persistent domain model</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=41045</link>

        

        
            <description><![CDATA[Some developers treat testing like flossing - with great reluctance or not at all. But testing is a key part of the software development process, and prevents software decay....]]></description>
        

        <pubDate>Tue, 27 Jun 2006 12:43:18 -0400</pubDate>

        

        <jf:creationDate>Thu, 22 Jun 2006 12:49:29 -0400</jf:creationDate>
        <jf:modificationDate>Tue, 27 Jun 2006 12:43:18 -0400</jf:modificationDate>
        <jf:date>Jun 27, 2006</jf:date>
        <jf:author>ReginaIT</jf:author>
        <jf:replyCount>14</jf:replyCount>
    </item>


    <item>

        <title>Re: Don't be hasty</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=41045</link>

        

        
            <description><![CDATA[95% of statistics aren't believable unless you link to the source.]]></description>
        

        <pubDate>Tue, 27 Jun 2006 04:58:32 -0400</pubDate>

        

        <jf:creationDate>Tue, 27 Jun 2006 04:58:32 -0400</jf:creationDate>
        <jf:modificationDate>Tue, 27 Jun 2006 04:58:32 -0400</jf:modificationDate>
        <jf:date>Jun 27, 2006</jf:date>
        <jf:author>Matt Byrne</jf:author>
        <jf:replyCount>0</jf:replyCount>
    </item>


    <item>

        <title>Re: Article: Testing a persistent domain model</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=41045</link>

        

        
            <description><![CDATA[<blockquote><blockquote>...<br>It must be realised that:<br>persistence != ORM<br>Domain business rules != specific storage engine<br><br>JDO allows that, JPA no.<br><br><br>Guido</blockquote><br><br>Really?!<br><br>Do not you confuse much hyped JDO's...]]></description>
        

        <pubDate>Fri, 23 Jun 2006 12:50:50 -0400</pubDate>

        

        <jf:creationDate>Fri, 23 Jun 2006 12:50:50 -0400</jf:creationDate>
        <jf:modificationDate>Fri, 23 Jun 2006 12:50:50 -0400</jf:modificationDate>
        <jf:date>Jun 23, 2006</jf:date>
        <jf:author>Guido Anzuoni</jf:author>
        <jf:replyCount>0</jf:replyCount>
    </item>


    <item>

        <title>Re: Article: Testing a persistent domain model</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=41045</link>

        

        
            <description><![CDATA[<blockquote><blockquote>First, I am noticing an increasing number of articles on persistence on TSS.<br>And, as usual, I always find people arriving now where many others where some years ago.</blockquote><br><br>Aside from your JDO I very much like to...]]></description>
        

        <pubDate>Fri, 23 Jun 2006 12:43:41 -0400</pubDate>

        

        <jf:creationDate>Fri, 23 Jun 2006 12:43:41 -0400</jf:creationDate>
        <jf:modificationDate>Fri, 23 Jun 2006 12:43:41 -0400</jf:modificationDate>
        <jf:date>Jun 23, 2006</jf:date>
        <jf:author>Guido Anzuoni</jf:author>
        <jf:replyCount>0</jf:replyCount>
    </item>


    <item>

        <title>Re: Article: Testing a persistent domain model</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=41045</link>

        

        
            <description><![CDATA[<blockquote>......]]></description>
        

        <pubDate>Fri, 23 Jun 2006 12:19:14 -0400</pubDate>

        

        <jf:creationDate>Fri, 23 Jun 2006 12:19:14 -0400</jf:creationDate>
        <jf:modificationDate>Fri, 23 Jun 2006 12:19:14 -0400</jf:modificationDate>
        <jf:date>Jun 23, 2006</jf:date>
        <jf:author>Konstantin Ignatyev</jf:author>
        <jf:replyCount>1</jf:replyCount>
    </item>


    <item>

        <title>Re: Article: Testing a persistent domain model</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=41045</link>

        

        
            <description><![CDATA[<blockquote>First, I am noticing an increasing number of articles on persistence on TSS.<br>And, as usual, I always find people arriving now where many others where some years ago.</blockquote>...]]></description>
        

        <pubDate>Fri, 23 Jun 2006 09:44:17 -0400</pubDate>

        

        <jf:creationDate>Fri, 23 Jun 2006 09:44:17 -0400</jf:creationDate>
        <jf:modificationDate>Fri, 23 Jun 2006 09:44:17 -0400</jf:modificationDate>
        <jf:date>Jun 23, 2006</jf:date>
        <jf:author>Stefan Schubert</jf:author>
        <jf:replyCount>1</jf:replyCount>
    </item>


    <item>

        <title>Re: Article: Testing a persistent domain model</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=41045</link>

        

        
            <description><![CDATA[<blockquote>...Chris Richardson describes the different kinds of ORM bugs...</blockquote>

So if I don't use an ORM tool I won't have to worry about these ORM bugs, right? Sweet!]]></description>
        

        <pubDate>Fri, 23 Jun 2006 09:43:49 -0400</pubDate>

        

        <jf:creationDate>Fri, 23 Jun 2006 09:43:49 -0400</jf:creationDate>
        <jf:modificationDate>Fri, 23 Jun 2006 09:43:49 -0400</jf:modificationDate>
        <jf:date>Jun 23, 2006</jf:date>
        <jf:author>Race Condition</jf:author>
        <jf:replyCount>0</jf:replyCount>
    </item>


    <item>

        <title>Re: Code Genreation vs. Testing</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=41045</link>

        

        
            <description><![CDATA[<blockquote>Which model? The code is generated from the database schema.</blockquote>...]]></description>
        

        <pubDate>Fri, 23 Jun 2006 09:36:10 -0400</pubDate>

        

        <jf:creationDate>Fri, 23 Jun 2006 09:36:10 -0400</jf:creationDate>
        <jf:modificationDate>Fri, 23 Jun 2006 09:36:10 -0400</jf:modificationDate>
        <jf:date>Jun 23, 2006</jf:date>
        <jf:author>Dirk Ludwig</jf:author>
        <jf:replyCount>0</jf:replyCount>
    </item>


    <item>

        <title>Re: Code Genreation vs. Testing</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=41045</link>

        

        
            <description><![CDATA[<blockquote>Yes, and bugs are then reliably introduced in the model you use for code generation</blockquote>
Which model? The code is generated from the database schema. Anyone who uses complex 'mapping' configurations clearly misses the point.]]></description>
        

        <pubDate>Fri, 23 Jun 2006 04:56:31 -0400</pubDate>

        

        <jf:creationDate>Fri, 23 Jun 2006 04:56:31 -0400</jf:creationDate>
        <jf:modificationDate>Fri, 23 Jun 2006 04:56:31 -0400</jf:modificationDate>
        <jf:date>Jun 23, 2006</jf:date>
        <jf:author>Casual Visitor</jf:author>
        <jf:replyCount>1</jf:replyCount>
    </item>


    <item>

        <title>Re: Code Genreation vs. Testing</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=41045</link>

        

        
            <description><![CDATA[<blockquote>...]]></description>
        

        <pubDate>Fri, 23 Jun 2006 03:09:53 -0400</pubDate>

        

        <jf:creationDate>Fri, 23 Jun 2006 03:09:53 -0400</jf:creationDate>
        <jf:modificationDate>Fri, 23 Jun 2006 03:09:53 -0400</jf:modificationDate>
        <jf:date>Jun 23, 2006</jf:date>
        <jf:author>Dirk Ludwig</jf:author>
        <jf:replyCount>2</jf:replyCount>
    </item>


    <item>

        <title>Re: Article: Testing a persistent domain model</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=41045</link>

        

        
            <description><![CDATA[<blockquote>As far the article is concerned, I have to disagree with the approach proposed (testing first the mapping).<br>In fact, you have to test the domain first, regardless the mapping.<br><br><br>Guido</blockquote>...]]></description>
        

        <pubDate>Thu, 22 Jun 2006 21:18:54 -0400</pubDate>

        

        <jf:creationDate>Thu, 22 Jun 2006 21:18:54 -0400</jf:creationDate>
        <jf:modificationDate>Thu, 22 Jun 2006 21:18:54 -0400</jf:modificationDate>
        <jf:date>Jun 22, 2006</jf:date>
        <jf:author>Chris Richardson</jf:author>
        <jf:replyCount>0</jf:replyCount>
    </item>


    <item>

        <title>Code Genreation vs. Testing</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=41045</link>

        

        
            <description><![CDATA[<blockquote>A variety of bugs can lurk in the O/R mapping, including the following:...]]></description>
        

        <pubDate>Thu, 22 Jun 2006 16:24:07 -0400</pubDate>

        

        <jf:creationDate>Thu, 22 Jun 2006 16:24:07 -0400</jf:creationDate>
        <jf:modificationDate>Thu, 22 Jun 2006 16:24:07 -0400</jf:modificationDate>
        <jf:date>Jun 22, 2006</jf:date>
        <jf:author>Casual Visitor</jf:author>
        <jf:replyCount>3</jf:replyCount>
    </item>


    <item>

        <title>Re: Article: Testing a persistent domain model</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=41045</link>

        

        
            <description><![CDATA[First, I am noticing an increasing number of articles on persistence on TSS....]]></description>
        

        <pubDate>Thu, 22 Jun 2006 15:48:26 -0400</pubDate>

        

        <jf:creationDate>Thu, 22 Jun 2006 15:48:26 -0400</jf:creationDate>
        <jf:modificationDate>Thu, 22 Jun 2006 15:48:26 -0400</jf:modificationDate>
        <jf:date>Jun 22, 2006</jf:date>
        <jf:author>Guido Anzuoni</jf:author>
        <jf:replyCount>5</jf:replyCount>
    </item>


    <item>

        <title>Don't be hasty</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=41045</link>

        

        
            <description><![CDATA[<blockquote>&gt;<br><br>Thanks for that insight.  Before this moment I had never considered testing any of the software I create.  But now I understand.<br><br>And I think this new understanding is going to change my career.</blockquote>...]]></description>
        

        <pubDate>Thu, 22 Jun 2006 15:37:39 -0400</pubDate>

        

        <jf:creationDate>Thu, 22 Jun 2006 15:37:39 -0400</jf:creationDate>
        <jf:modificationDate>Thu, 22 Jun 2006 15:37:39 -0400</jf:modificationDate>
        <jf:date>Jun 22, 2006</jf:date>
        <jf:author>Erik Engbrecht</jf:author>
        <jf:replyCount>1</jf:replyCount>
    </item>


    <item>

        <title>!</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=41045</link>

        

        
            <description><![CDATA[<div class="jive-quote"> </div>

Thanks for that insight.  Before this moment I had never considered testing any of the software I create.  But now I understand.

And I think this new understanding is going to change my career.]]></description>
        

        <pubDate>Thu, 22 Jun 2006 14:17:04 -0400</pubDate>

        

        <jf:creationDate>Thu, 22 Jun 2006 14:17:04 -0400</jf:creationDate>
        <jf:modificationDate>Thu, 22 Jun 2006 14:17:04 -0400</jf:modificationDate>
        <jf:date>Jun 22, 2006</jf:date>
        <jf:author>Ethan Allen</jf:author>
        <jf:replyCount>2</jf:replyCount>
    </item>



</channel>
</rss>

