<?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 - Hibernate Performance Tips</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>Mon, 20 May 2013 17:35:06 -0400</pubDate>


    <item>

        <title>JPA Can be ~15 times faster...</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=32082</link>

        

        
            <description><![CDATA[<p>We have released Batoo JPA that is ~15 times faster then Hibernate and implements the JPA Spec %100. The main motivation of the project was all three JPA implementations are simply put slow. Having realized JPA could be much faster, we have developed...]]></description>
        

        <pubDate>Sat, 06 Oct 2012 03:09:08 -0400</pubDate>

        

        <jf:creationDate>Sat, 06 Oct 2012 03:09:08 -0400</jf:creationDate>
        <jf:modificationDate>Sat, 06 Oct 2012 03:09:08 -0400</jf:modificationDate>
        <jf:date>Oct 6, 2012</jf:date>
        <jf:author>Hasan Ceylan</jf:author>
        <jf:replyCount>0</jf:replyCount>
    </item>


    <item>

        <title>Spring Templates</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=32082</link>

        

        
            <description><![CDATA[We talked about this some in our Spring integration chapter in  Hibernate Quickly, but the easy way to introduction Spring into a 2.x Hibernate project is to just use the HibernateTemplate's, if only for simplifying resouce clean up code. It turns...]]></description>
        

        <pubDate>Wed, 02 Mar 2005 11:24:07 -0500</pubDate>

        

        <jf:creationDate>Wed, 02 Mar 2005 11:24:07 -0500</jf:creationDate>
        <jf:modificationDate>Wed, 02 Mar 2005 11:24:07 -0500</jf:modificationDate>
        <jf:date>Mar 2, 2005</jf:date>
        <jf:author>Patrick Peak</jf:author>
        <jf:replyCount>0</jf:replyCount>
    </item>


    <item>

        <title>Spring and Hibernate3</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=32082</link>

        

        
            <description><![CDATA[<blockquote>The Hibernate guys themselves say that you should always execute your data access operations within transactions. Transactions are not some rare requirement; they are a necessity.</blockquote><br>Can you elaborate? Why do data reads need to...]]></description>
        

        <pubDate>Mon, 28 Feb 2005 11:37:16 -0500</pubDate>

        

        <jf:creationDate>Mon, 28 Feb 2005 11:37:16 -0500</jf:creationDate>
        <jf:modificationDate>Mon, 28 Feb 2005 11:37:16 -0500</jf:modificationDate>
        <jf:date>Feb 28, 2005</jf:date>
        <jf:author>Jason Carreira</jf:author>
        <jf:replyCount>1</jf:replyCount>
    </item>


    <item>

        <title>More logging</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=32082</link>

        

        
            <description><![CDATA[Check out <a href="http://www.p6spy.com" target="_blank">http://www.p6spy.com</a><br>Regards<br>Howard]]></description>
        

        <pubDate>Mon, 28 Feb 2005 09:51:00 -0500</pubDate>

        

        <jf:creationDate>Mon, 28 Feb 2005 09:51:00 -0500</jf:creationDate>
        <jf:modificationDate>Mon, 28 Feb 2005 09:51:00 -0500</jf:modificationDate>
        <jf:date>Feb 28, 2005</jf:date>
        <jf:author>Howard D'Souza</jf:author>
        <jf:replyCount>0</jf:replyCount>
    </item>


    <item>

        <title>hibernate 3 - one other point</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=32082</link>

        

        
            <description><![CDATA[<blockquote>You can get IOC without a container. See article Examining the validity of Inversion of Control. </blockquote>If you believe in the validity of so-called &quot;Context IoC&quot;. See the thread discussing that article for numerous convincing...]]></description>
        

        <pubDate>Sun, 27 Feb 2005 12:40:56 -0500</pubDate>

        

        <jf:creationDate>Sun, 27 Feb 2005 12:40:56 -0500</jf:creationDate>
        <jf:modificationDate>Sun, 27 Feb 2005 12:40:56 -0500</jf:modificationDate>
        <jf:date>Feb 27, 2005</jf:date>
        <jf:author>Rod Johnson</jf:author>
        <jf:replyCount>0</jf:replyCount>
    </item>


    <item>

        <title>Spring and Hibernate3</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=32082</link>

        

        
            <description><![CDATA[<blockquote>If an API is fairly clean (the way Hibernate is), I don't see why Spring is needed anyway.</blockquote><br>I assume you're talking about Spring's explicit Hibernate support. Of course, this is completely independent from Spring's core...]]></description>
        

        <pubDate>Sun, 27 Feb 2005 08:22:58 -0500</pubDate>

        

        <jf:creationDate>Sun, 27 Feb 2005 08:22:58 -0500</jf:creationDate>
        <jf:modificationDate>Sun, 27 Feb 2005 08:22:58 -0500</jf:modificationDate>
        <jf:date>Feb 27, 2005</jf:date>
        <jf:author>Juergen Hoeller</jf:author>
        <jf:replyCount>2</jf:replyCount>
    </item>


    <item>

        <title>Hibernate, Logging, SQL, Transactions and JVMPI = JXInsight,</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=32082</link>

        

        
            <description><![CDATA[Hi Pascal,<br><br>JXInsight (JDBInsight) provides a comprehensive performance management and distributed tracing solution with special callstack classifications (Hibernate, JDO, EJB, JTS, Servlets) and UI visualizations for Hibernate.<br><br>JDBInsight...]]></description>
        

        <pubDate>Sun, 27 Feb 2005 06:31:21 -0500</pubDate>

        

        <jf:creationDate>Sun, 27 Feb 2005 06:31:21 -0500</jf:creationDate>
        <jf:modificationDate>Sun, 27 Feb 2005 06:31:21 -0500</jf:modificationDate>
        <jf:date>Feb 27, 2005</jf:date>
        <jf:author>wlouth</jf:author>
        <jf:replyCount>0</jf:replyCount>
    </item>


    <item>

        <title>Issues using Hibernate with the web layer</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=32082</link>

        

        
            <description><![CDATA[<blockquote>One of the problems when using ORM like hibernate is the detached object. Rarely, does the domain object map one to one  from the UI layer to the database (or domain object). It seems VERY dangerous to call the saveOrUpdate routine in...]]></description>
        

        <pubDate>Sun, 27 Feb 2005 03:31:43 -0500</pubDate>

        

        <jf:creationDate>Sun, 27 Feb 2005 03:31:43 -0500</jf:creationDate>
        <jf:modificationDate>Sun, 27 Feb 2005 03:31:43 -0500</jf:modificationDate>
        <jf:date>Feb 27, 2005</jf:date>
        <jf:author>Juozas Baliuka</jf:author>
        <jf:replyCount>0</jf:replyCount>
    </item>


    <item>

        <title>Issues using Hibernate with the web layer</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=32082</link>

        

        
            <description><![CDATA[Thanks Christian,<br><br>I will re-read that Chapter again. There are places in our code where Hibernate fits beautifully, but other places it is somewhat more difficult. I'm encouraging my guys to retrieve the domain object from the hibernate session...]]></description>
        

        <pubDate>Sat, 26 Feb 2005 20:48:25 -0500</pubDate>

        

        <jf:creationDate>Sat, 26 Feb 2005 20:48:25 -0500</jf:creationDate>
        <jf:modificationDate>Sat, 26 Feb 2005 20:48:25 -0500</jf:modificationDate>
        <jf:date>Feb 26, 2005</jf:date>
        <jf:author>Dino V</jf:author>
        <jf:replyCount>0</jf:replyCount>
    </item>


    <item>

        <title>hibernate 3 - one other point</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=32082</link>

        

        
            <description><![CDATA[p.s. Maybe Hibernate should throw Runtime DataAccessExceptions instead of generic HibernateExceptions that a caller cannot diagnose normally.  Specific exceptions would still be checked e.g. StaleObject...]]></description>
        

        <pubDate>Sat, 26 Feb 2005 20:10:46 -0500</pubDate>

        

        <jf:creationDate>Sat, 26 Feb 2005 20:10:46 -0500</jf:creationDate>
        <jf:modificationDate>Sat, 26 Feb 2005 20:10:46 -0500</jf:modificationDate>
        <jf:date>Feb 26, 2005</jf:date>
        <jf:author>Sony Mathew</jf:author>
        <jf:replyCount>0</jf:replyCount>
    </item>


    <item>

        <title>hibernate 3 - one other point</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=32082</link>

        

        
            <description><![CDATA[You can get IOC without a container.   See article Examining the validity of Inversion of Control.  <br><br>If you are using IOC correctly all your heavy stuff like Remote Services (via RMI or JAX-RPC), JNDI lookups, DataSource lookups, Transaction...]]></description>
        

        <pubDate>Sat, 26 Feb 2005 19:26:28 -0500</pubDate>

        

        <jf:creationDate>Sat, 26 Feb 2005 19:26:28 -0500</jf:creationDate>
        <jf:modificationDate>Sat, 26 Feb 2005 19:26:28 -0500</jf:modificationDate>
        <jf:date>Feb 26, 2005</jf:date>
        <jf:author>Sony Mathew</jf:author>
        <jf:replyCount>2</jf:replyCount>
    </item>


    <item>

        <title>Issues using Hibernate with the web layer:easy</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=32082</link>

        

        
            <description><![CDATA[Web-app with hibernate is easy.<br>I work with struts, and just &quot;inject&quot; my pojo graph in the jsp a simple servlet filter allows to avoid LazyInitialisationException, just check open session in view pattern.<br><br>You're talking about DTO, i...]]></description>
        

        <pubDate>Sat, 26 Feb 2005 16:34:41 -0500</pubDate>

        

        <jf:creationDate>Sat, 26 Feb 2005 16:34:41 -0500</jf:creationDate>
        <jf:modificationDate>Sat, 26 Feb 2005 16:34:41 -0500</jf:modificationDate>
        <jf:date>Feb 26, 2005</jf:date>
        <jf:author>anthony patricio</jf:author>
        <jf:replyCount>0</jf:replyCount>
    </item>


    <item>

        <title>Issues using Hibernate with the web layer</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=32082</link>

        

        
            <description><![CDATA[I can recommend reading chapter 8 again, these questions are discussed for about 40 pages.<br><br>Some readers say we didn't give a yes/no answer what to use (DTOs, Detached Objects, Long Session, etc.) but this is intentional, all are useful in their...]]></description>
        

        <pubDate>Sat, 26 Feb 2005 16:30:32 -0500</pubDate>

        

        <jf:creationDate>Sat, 26 Feb 2005 16:30:32 -0500</jf:creationDate>
        <jf:modificationDate>Sat, 26 Feb 2005 16:30:32 -0500</jf:modificationDate>
        <jf:date>Feb 26, 2005</jf:date>
        <jf:author>Christian  Bauer</jf:author>
        <jf:replyCount>1</jf:replyCount>
    </item>


    <item>

        <title>Issues using Hibernate with the web layer</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=32082</link>

        

        
            <description><![CDATA[One of the problems when using ORM like hibernate is the detached object. Rarely, does the domain object map one to one  from the UI layer to the database (or domain object). It seems VERY dangerous to call the saveOrUpdate routine in hibernate because...]]></description>
        

        <pubDate>Sat, 26 Feb 2005 15:30:55 -0500</pubDate>

        

        <jf:creationDate>Sat, 26 Feb 2005 15:30:55 -0500</jf:creationDate>
        <jf:modificationDate>Sat, 26 Feb 2005 15:30:55 -0500</jf:modificationDate>
        <jf:date>Feb 26, 2005</jf:date>
        <jf:author>Dino V</jf:author>
        <jf:replyCount>4</jf:replyCount>
    </item>


    <item>

        <title>More logging</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=32082</link>

        

        
            <description><![CDATA[<blockquote>This is not an O/R mapper concern IMHO but has rather to do with the JDBC driver itself.I have developped a wrapper JDBC Driver (I mean a Driver over a Driver) that, among many other things (like support for positional parameters and...]]></description>
        

        <pubDate>Sat, 26 Feb 2005 14:10:56 -0500</pubDate>

        

        <jf:creationDate>Sat, 26 Feb 2005 14:10:56 -0500</jf:creationDate>
        <jf:modificationDate>Sat, 26 Feb 2005 14:10:56 -0500</jf:modificationDate>
        <jf:date>Feb 26, 2005</jf:date>
        <jf:author>David McCoy</jf:author>
        <jf:replyCount>0</jf:replyCount>
    </item>



</channel>
</rss>

