<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Serialize / De-Serialize Java Object From Database</title>
	<atom:link href="http://javapapers.com/core-java/serialize-de-serialize-java-object-from-database/feed/" rel="self" type="application/rss+xml" />
	<link>http://javapapers.com/core-java/serialize-de-serialize-java-object-from-database/</link>
	<description>Blog on core java, servlets, jsp and design patterns.</description>
	<lastBuildDate>Mon, 04 Jun 2012 02:04:02 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: Yousuf Zaman</title>
		<link>http://javapapers.com/core-java/serialize-de-serialize-java-object-from-database/#comment-5337</link>
		<dc:creator>Yousuf Zaman</dc:creator>
		<pubDate>Wed, 18 May 2011 08:34:36 +0000</pubDate>
		<guid isPermaLink="false">http://javapapers.com/?p=305#comment-5337</guid>
		<description>I have a complex object which contain a huge tree, to building this tree it make a huge pressure on database and tree building process happens regularly. 
So, in this case is this good practice - if i try to implement the tree like bellow ?
i know when the tree data will change to database, so when the tree database[related tables for tree building] is changed , then i will build the tree object from related tables and put/save the tree object to database using serialization. so that no need to create tree object for all tree building request, only need to retrieve the object from database.

Is this will be a good practice or decision? can u please reply?</description>
		<content:encoded><![CDATA[<p>I have a complex object which contain a huge tree, to building this tree it make a huge pressure on database and tree building process happens regularly.<br />
So, in this case is this good practice &#8211; if i try to implement the tree like bellow ?<br />
i know when the tree data will change to database, so when the tree database[related tables for tree building] is changed , then i will build the tree object from related tables and put/save the tree object to database using serialization. so that no need to create tree object for all tree building request, only need to retrieve the object from database.</p>
<p>Is this will be a good practice or decision? can u please reply?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mohan</title>
		<link>http://javapapers.com/core-java/serialize-de-serialize-java-object-from-database/#comment-4752</link>
		<dc:creator>mohan</dc:creator>
		<pubDate>Fri, 29 Apr 2011 10:43:54 +0000</pubDate>
		<guid isPermaLink="false">http://javapapers.com/?p=305#comment-4752</guid>
		<description>nice example but i want to store some employee type object how can i store?</description>
		<content:encoded><![CDATA[<p>nice example but i want to store some employee type object how can i store?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Usman</title>
		<link>http://javapapers.com/core-java/serialize-de-serialize-java-object-from-database/#comment-2200</link>
		<dc:creator>Usman</dc:creator>
		<pubDate>Wed, 22 Sep 2010 19:12:54 +0000</pubDate>
		<guid isPermaLink="false">http://javapapers.com/?p=305#comment-2200</guid>
		<description>Nicely explained. 
Thanks</description>
		<content:encoded><![CDATA[<p>Nicely explained.<br />
Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tousif Khan</title>
		<link>http://javapapers.com/core-java/serialize-de-serialize-java-object-from-database/#comment-1853</link>
		<dc:creator>Tousif Khan</dc:creator>
		<pubDate>Wed, 28 Jul 2010 04:43:02 +0000</pubDate>
		<guid isPermaLink="false">http://javapapers.com/?p=305#comment-1853</guid>
		<description>Hi, 
A good post like this is always appreciable. Thanks for the post. But people are looking for XML and CSV as the object data stores. For persisting in databases, we have other tools( like ORM&#039;s ) are available. Any way. a nice Post :D.</description>
		<content:encoded><![CDATA[<p>Hi,<br />
A good post like this is always appreciable. Thanks for the post. But people are looking for XML and CSV as the object data stores. For persisting in databases, we have other tools( like ORM&#8217;s ) are available. Any way. a nice Post :D.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eliza sahoo</title>
		<link>http://javapapers.com/core-java/serialize-de-serialize-java-object-from-database/#comment-872</link>
		<dc:creator>Eliza sahoo</dc:creator>
		<pubDate>Wed, 27 Jan 2010 06:14:43 +0000</pubDate>
		<guid isPermaLink="false">http://javapapers.com/?p=305#comment-872</guid>
		<description>Good one .I was looking for the answer since some days.thanks it helped me a lot.</description>
		<content:encoded><![CDATA[<p>Good one .I was looking for the answer since some days.thanks it helped me a lot.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joe</title>
		<link>http://javapapers.com/core-java/serialize-de-serialize-java-object-from-database/#comment-696</link>
		<dc:creator>Joe</dc:creator>
		<pubDate>Wed, 13 Jan 2010 11:18:01 +0000</pubDate>
		<guid isPermaLink="false">http://javapapers.com/?p=305#comment-696</guid>
		<description>Vinit, 
In my previous post for serialization, I mentioned that, &quot;don&#039;t use java serialization as a replacement for database&quot;. As, &quot;This is not the primary purpose of java serialization&quot;.

To serialize you can use database as a medium, but I say &quot;don&#039;t use serialization as instead of database&quot;. 
</description>
		<content:encoded><![CDATA[<p>Vinit,<br />
In my previous post for serialization, I mentioned that, &#8220;don&#8217;t use java serialization as a replacement for database&#8221;. As, &#8220;This is not the primary purpose of java serialization&#8221;.</p>
<p>To serialize you can use database as a medium, but I say &#8220;don&#8217;t use serialization as instead of database&#8221;. </p>
]]></content:encoded>
	</item>
</channel>
</rss>

