<?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 - Accessing table through session bean/DAO</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 00:56:51 -0400</pubDate>


    <item>

        <title>Accessing table through session bean/DAO</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=32077</link>

        

        
            <description><![CDATA[I don't see this working... you should have the JDBC driver in the client side, the underlaying ResultSet representation should be serializable, and so on... just won't work.<br>The best approach is the one mentioned earlier:<br>Session queries...]]></description>
        

        <pubDate>Mon, 28 Feb 2005 13:23:43 -0500</pubDate>

        

        <jf:creationDate>Mon, 28 Feb 2005 13:23:43 -0500</jf:creationDate>
        <jf:modificationDate>Mon, 28 Feb 2005 13:23:43 -0500</jf:modificationDate>
        <jf:date>Feb 28, 2005</jf:date>
        <jf:author>Martin Straus</jf:author>
        <jf:replyCount>0</jf:replyCount>
    </item>


    <item>

        <title>Accessing table through session bean/DAO</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=32077</link>

        

        
            <description><![CDATA[Hey actually i faced a same problem few monts back<br>Its because ResultSet is not serializabe and u must be trying to serialize it or passing it over a network(either ejb,rmi,or probably sockets,or storing it in file)<br>Actually resultset object...]]></description>
        

        <pubDate>Mon, 28 Feb 2005 00:14:04 -0500</pubDate>

        

        <jf:creationDate>Mon, 28 Feb 2005 00:14:04 -0500</jf:creationDate>
        <jf:modificationDate>Mon, 28 Feb 2005 00:14:04 -0500</jf:modificationDate>
        <jf:date>Feb 28, 2005</jf:date>
        <jf:author>Sanket Raut</jf:author>
        <jf:replyCount>1</jf:replyCount>
    </item>


    <item>

        <title>Accessing table through session bean/DAO</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=32077</link>

        

        
            <description><![CDATA[As rightly said u should not be passing resultset back to the DAO client, it wont be DAO in that case. DAO should parse the resultset , and create a Data Transfer 0bject or Value object and return it back for further usage. The value object has to be...]]></description>
        

        <pubDate>Fri, 25 Feb 2005 03:58:19 -0500</pubDate>

        

        <jf:creationDate>Fri, 25 Feb 2005 03:58:19 -0500</jf:creationDate>
        <jf:modificationDate>Fri, 25 Feb 2005 03:58:19 -0500</jf:modificationDate>
        <jf:date>Feb 25, 2005</jf:date>
        <jf:author>Amit L</jf:author>
        <jf:replyCount>0</jf:replyCount>
    </item>


    <item>

        <title>Accessing table through session bean/DAO</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=32077</link>

        

        
            <description><![CDATA[Hi,<br>Thanks for your reply. Can you please elaborate your point or give me any example of how to do it. I am a newbee and don't know much about this.<br>Thanks a lot.<br>Abhishek]]></description>
        

        <pubDate>Fri, 25 Feb 2005 00:38:31 -0500</pubDate>

        

        <jf:creationDate>Fri, 25 Feb 2005 00:38:31 -0500</jf:creationDate>
        <jf:modificationDate>Fri, 25 Feb 2005 00:38:31 -0500</jf:modificationDate>
        <jf:date>Feb 25, 2005</jf:date>
        <jf:author>Abhishek Asthana</jf:author>
        <jf:replyCount>1</jf:replyCount>
    </item>


    <item>

        <title>Accessing table through session bean/DAO</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=32077</link>

        

        
            <description><![CDATA[You are getting a NonSerializableException because you are attempting to serialize an object that is, er not serializable. i.e the jdbc result set is being serialized at some point in your call stack, probably at the point of calling a remote...]]></description>
        

        <pubDate>Thu, 24 Feb 2005 08:02:27 -0500</pubDate>

        

        <jf:creationDate>Thu, 24 Feb 2005 08:02:27 -0500</jf:creationDate>
        <jf:modificationDate>Thu, 24 Feb 2005 08:02:27 -0500</jf:modificationDate>
        <jf:date>Feb 24, 2005</jf:date>
        <jf:author>adrian osullivan</jf:author>
        <jf:replyCount>4</jf:replyCount>
    </item>


    <item>

        <title>Accessing table through session bean/DAO</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=32077</link>

        

        
            <description><![CDATA[Hi,<br>I am trying to print a table using JSP page. I am trying to use MVC architecture for this purpose. I want to access the database in a stateless session bean through a DAO. I tried accessing database and get whole table in a ResultSet and then...]]></description>
        

        <pubDate>Thu, 24 Feb 2005 07:42:58 -0500</pubDate>

        

        <jf:creationDate>Thu, 24 Feb 2005 07:42:58 -0500</jf:creationDate>
        <jf:modificationDate>Thu, 24 Feb 2005 07:42:58 -0500</jf:modificationDate>
        <jf:date>Feb 24, 2005</jf:date>
        <jf:author>Abhishek Asthana</jf:author>
        <jf:replyCount>5</jf:replyCount>
    </item>



</channel>
</rss>

