<?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 - XSLT DOM vs JDBC</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 04:53:42 -0400</pubDate>


    <item>

        <title>XSLT DOM vs JDBC</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=31386</link>

        

        
            <description><![CDATA[Thanks Jose, for the Good advice! I had in fact changed to your approach, exactly for the same reason you have mentioned now, after reading your first response.<br><br>Creating DOM for 8000 rows * n number of users on the server side is going to take...]]></description>
        

        <pubDate>Wed, 09 Feb 2005 08:44:38 -0500</pubDate>

        

        <jf:creationDate>Wed, 09 Feb 2005 08:44:38 -0500</jf:creationDate>
        <jf:modificationDate>Wed, 09 Feb 2005 08:44:38 -0500</jf:modificationDate>
        <jf:date>Feb 9, 2005</jf:date>
        <jf:author>Venu T</jf:author>
        <jf:replyCount>0</jf:replyCount>
    </item>


    <item>

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

        

        
            <description><![CDATA[<blockquote>well If your application does a large amount of XML parsing, it is important to look at the parsing method being used to do it. Two of the basic parsing options are the Document Object Model (DOM) which you saying and the other is  Simple API...]]></description>
        

        <pubDate>Mon, 07 Feb 2005 13:19:23 -0500</pubDate>

        

        <jf:creationDate>Mon, 07 Feb 2005 13:19:23 -0500</jf:creationDate>
        <jf:modificationDate>Mon, 07 Feb 2005 13:19:23 -0500</jf:modificationDate>
        <jf:date>Feb 7, 2005</jf:date>
        <jf:author>Jose Ramon Huerga Ayuso</jf:author>
        <jf:replyCount>0</jf:replyCount>
    </item>


    <item>

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

        

        
            <description><![CDATA[well If your application does a large amount of XML parsing, it is important to look at the parsing method being used to do it. Two of the basic parsing options are the Document Object Model (DOM) which you saying and the other is  Simple API for XML...]]></description>
        

        <pubDate>Mon, 07 Feb 2005 12:35:29 -0500</pubDate>

        

        <jf:creationDate>Mon, 07 Feb 2005 12:35:29 -0500</jf:creationDate>
        <jf:modificationDate>Mon, 07 Feb 2005 12:35:29 -0500</jf:modificationDate>
        <jf:date>Feb 7, 2005</jf:date>
        <jf:author>ssniazi</jf:author>
        <jf:replyCount>1</jf:replyCount>
    </item>


    <item>

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

        

        
            <description><![CDATA[<blockquote>Looks as if building the DOM tree out of a ResultSet is a faster process than getting 8000 rows out of the DB. (Well depends on the database with MSSQL 2000 the contrary is true).MY approach right now is that I am building a DOM tree and then...]]></description>
        

        <pubDate>Mon, 07 Feb 2005 09:54:58 -0500</pubDate>

        

        <jf:creationDate>Mon, 07 Feb 2005 09:54:58 -0500</jf:creationDate>
        <jf:modificationDate>Mon, 07 Feb 2005 09:54:58 -0500</jf:modificationDate>
        <jf:date>Feb 7, 2005</jf:date>
        <jf:author>Jose Ramon Huerga Ayuso</jf:author>
        <jf:replyCount>2</jf:replyCount>
    </item>


    <item>

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

        

        
            <description><![CDATA[Thank you guys.<br><br>Looks as if building the DOM tree out of a ResultSet is a faster process than getting 8000 rows out of the DB. (Well depends on the database with MSSQL 2000 the contrary is true).<br><br>MY approach right now is that I am building...]]></description>
        

        <pubDate>Fri, 04 Feb 2005 18:55:32 -0500</pubDate>

        

        <jf:creationDate>Fri, 04 Feb 2005 18:55:32 -0500</jf:creationDate>
        <jf:modificationDate>Fri, 04 Feb 2005 18:55:32 -0500</jf:modificationDate>
        <jf:date>Feb 4, 2005</jf:date>
        <jf:author>Venu T</jf:author>
        <jf:replyCount>3</jf:replyCount>
    </item>


    <item>

        <title>XSLT DOM vs JDBC</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=31386</link>

        

        
            <description><![CDATA[Use a Value List Handler to control the search, cache the results, and provide the results to the client in a result set whose size and traversal meets the client's requirements<br>hope this helps]]></description>
        

        <pubDate>Tue, 01 Feb 2005 23:48:20 -0500</pubDate>

        

        <jf:creationDate>Tue, 01 Feb 2005 23:48:20 -0500</jf:creationDate>
        <jf:modificationDate>Tue, 01 Feb 2005 23:48:20 -0500</jf:modificationDate>
        <jf:date>Feb 1, 2005</jf:date>
        <jf:author>ssniazi</jf:author>
        <jf:replyCount>0</jf:replyCount>
    </item>


    <item>

        <title>XSLT DOM vs JDBC</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=31386</link>

        

        
            <description><![CDATA[<blockquote>Does someone have performance data comparing data retrieval using JDBC and Constructing a DOM Tree from the resultset.I know that the JDBC is a much faster operation, but then, I would greatly appreciate if someone could throw some light on...]]></description>
        

        <pubDate>Mon, 31 Jan 2005 14:02:14 -0500</pubDate>

        

        <jf:creationDate>Mon, 31 Jan 2005 14:02:14 -0500</jf:creationDate>
        <jf:modificationDate>Mon, 31 Jan 2005 14:02:14 -0500</jf:modificationDate>
        <jf:date>Jan 31, 2005</jf:date>
        <jf:author>Jose Ramon Huerga Ayuso</jf:author>
        <jf:replyCount>1</jf:replyCount>
    </item>


    <item>

        <title>XSLT DOM vs JDBC</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=31386</link>

        

        
            <description><![CDATA[Does someone have performance data comparing data retrieval using JDBC and Constructing a DOM Tree from the resultset.<br><br>I know that the JDBC is a much faster operation, but then, I would greatly appreciate if someone could throw some light on...]]></description>
        

        <pubDate>Tue, 25 Jan 2005 13:39:04 -0500</pubDate>

        

        <jf:creationDate>Tue, 25 Jan 2005 13:39:04 -0500</jf:creationDate>
        <jf:modificationDate>Tue, 25 Jan 2005 13:39:04 -0500</jf:modificationDate>
        <jf:date>Jan 25, 2005</jf:date>
        <jf:author>Venu T</jf:author>
        <jf:replyCount>7</jf:replyCount>
    </item>



</channel>
</rss>

