<?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 - Java-based persistence and the Google App Engine datastore</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, 20 Jun 2013 08:44:10 -0400</pubDate>


    <item>

        <title>About Siena</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=57223</link>

        

        
            <description><![CDATA[Hi, I'm the lead developer at <a href="http://www.sienaproject.com/">siena</a>....]]></description>
        

        <pubDate>Tue, 15 Sep 2009 05:13:45 -0400</pubDate>

        

        <jf:creationDate>Tue, 15 Sep 2009 05:13:45 -0400</jf:creationDate>
        <jf:modificationDate>Tue, 15 Sep 2009 05:13:45 -0400</jf:modificationDate>
        <jf:date>Sep 15, 2009</jf:date>
        <jf:author>Alberto Gimeno Brieba</jf:author>
        <jf:replyCount>0</jf:replyCount>
    </item>


    <item>

        <title>Siena version woes?</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=57223</link>

        

        
            <description><![CDATA[I'm fiddling with a play-test project on GAE and tried to integrate Siena, after reading your recommendation. At first look, Siena looks like a nice and useful DB wrapping layer....]]></description>
        

        <pubDate>Sat, 05 Sep 2009 05:09:04 -0400</pubDate>

        

        <jf:creationDate>Sat, 05 Sep 2009 05:09:04 -0400</jf:creationDate>
        <jf:modificationDate>Sat, 05 Sep 2009 05:09:04 -0400</jf:modificationDate>
        <jf:date>Sep 5, 2009</jf:date>
        <jf:author>Carl Smotricz</jf:author>
        <jf:replyCount>1</jf:replyCount>
    </item>


    <item>

        <title>Re: Java-based persistence and the Google App Engine datastore</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=57223</link>

        

        
            <description><![CDATA[A concrete application that persists Markers to your accont. It uses very few lines of code for the functionality it provides. See it live here:...]]></description>
        

        <pubDate>Thu, 27 Aug 2009 09:15:05 -0400</pubDate>

        

        <jf:creationDate>Thu, 27 Aug 2009 09:15:05 -0400</jf:creationDate>
        <jf:modificationDate>Thu, 27 Aug 2009 09:15:05 -0400</jf:modificationDate>
        <jf:date>Aug 27, 2009</jf:date>
        <jf:author>Erik Bengtson</jf:author>
        <jf:replyCount>0</jf:replyCount>
    </item>


    <item>

        <title>Re: Java-based persistence and the Google App Engine datastore</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=57223</link>

        

        
            <description><![CDATA[Seriously you should take a look at the siena library (<a class="jive-link-external" href="http://www.sienaproject.com/" target="_newWindow">http://www.sienaproject.com/</a>). It is a simple port of the python GAE API to Java....]]></description>
        

        <pubDate>Thu, 27 Aug 2009 08:17:03 -0400</pubDate>

        

        <jf:creationDate>Thu, 27 Aug 2009 08:17:03 -0400</jf:creationDate>
        <jf:modificationDate>Thu, 27 Aug 2009 08:17:03 -0400</jf:modificationDate>
        <jf:date>Aug 27, 2009</jf:date>
        <jf:author>Guillaume Bort</jf:author>
        <jf:replyCount>2</jf:replyCount>
    </item>


    <item>

        <title>Re: Java-based persistence and the Google App Engine datastore</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=57223</link>

        

        
            <description><![CDATA[I do not believe it's a big drawback as if one develops with GAE/J then you have to take off your relational normalization hat off as BigTable isn't just about structured data - like what you see in a RDBMS. It also enables to persist unstructured data...]]></description>
        

        <pubDate>Thu, 27 Aug 2009 07:11:28 -0400</pubDate>

        

        <jf:creationDate>Thu, 27 Aug 2009 07:11:28 -0400</jf:creationDate>
        <jf:modificationDate>Thu, 27 Aug 2009 07:11:28 -0400</jf:modificationDate>
        <jf:date>Aug 27, 2009</jf:date>
        <jf:author>James Perry</jf:author>
        <jf:replyCount>0</jf:replyCount>
    </item>


    <item>

        <title>GAE Internal Problem</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=57223</link>

        

        
            <description><![CDATA[One of the cons of using GAE/J that the author didn't talk about, is that you never know whats happening with your app....]]></description>
        

        <pubDate>Wed, 26 Aug 2009 22:09:11 -0400</pubDate>

        

        <jf:creationDate>Wed, 26 Aug 2009 22:09:11 -0400</jf:creationDate>
        <jf:modificationDate>Wed, 26 Aug 2009 22:09:11 -0400</jf:modificationDate>
        <jf:date>Aug 26, 2009</jf:date>
        <jf:author>Juanjo Arg</jf:author>
        <jf:replyCount>0</jf:replyCount>
    </item>


    <item>

        <title>Re: Java-based persistence and the Google App Engine datastore</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=57223</link>

        

        
            <description><![CDATA[I think the above summary is a bit misleading as one might expect to read something about the problems of using Java Persistence in GAE. Unfortunately, the author of the article does not go into any details of this subject. He rather rants about the...]]></description>
        

        <pubDate>Wed, 26 Aug 2009 14:59:53 -0400</pubDate>

        

        <jf:creationDate>Wed, 26 Aug 2009 14:59:53 -0400</jf:creationDate>
        <jf:modificationDate>Wed, 26 Aug 2009 14:59:53 -0400</jf:modificationDate>
        <jf:date>Aug 26, 2009</jf:date>
        <jf:author>Jürgen Lind</jf:author>
        <jf:replyCount>1</jf:replyCount>
    </item>


    <item>

        <title>Too green</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=57223</link>

        

        
            <description><![CDATA[It is to be expected that this framework would be rather immature, it is still disappointing to see how immature it is....]]></description>
        

        <pubDate>Wed, 26 Aug 2009 13:41:36 -0400</pubDate>

        

        <jf:creationDate>Wed, 26 Aug 2009 13:41:36 -0400</jf:creationDate>
        <jf:modificationDate>Wed, 26 Aug 2009 13:41:36 -0400</jf:modificationDate>
        <jf:date>Aug 26, 2009</jf:date>
        <jf:author>E. Conde</jf:author>
        <jf:replyCount>0</jf:replyCount>
    </item>


    <item>

        <title>Java-based persistence and the Google App Engine datastore</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=57223</link>

        

        
            <description><![CDATA[App Engine for Java seeks to take the worry out of writing a persistence layer for scalable Web applications, but how well does it achieve that aim? In this article, Richard Hightower concludes his introduction to App Engine for Java with an overview of...]]></description>
        

        <pubDate>Wed, 26 Aug 2009 06:53:02 -0400</pubDate>

        

        <jf:creationDate>Wed, 26 Aug 2009 06:53:02 -0400</jf:creationDate>
        <jf:modificationDate>Wed, 26 Aug 2009 06:53:02 -0400</jf:modificationDate>
        <jf:date>Aug 26, 2009</jf:date>
        <jf:author>Frank Charles</jf:author>
        <jf:replyCount>8</jf:replyCount>
    </item>



</channel>
</rss>

