<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
>

<channel>
	<title>persistent data</title>
	<atom:link href="http://www.codeweblog.com/feed/tag/persistent-data/" rel="self" type="application/rss+xml" />
	<link>http://www.codeweblog.com/</link>
	<description>persistent data</description>
	<pubDate>Mon, 22 Mar 2010 01:56:42+0000</pubDate>
	<generator>http://www.codeweblog.com/</generator>
	<language>en</language>
		<item>
		<title>AppFuse Study Notes - Model Layer</title>
		<link>http://www.codeweblog.com/appfuse-study-notes-model-layer/</link>
		<comments>http://www.codeweblog.com/appfuse-study-notes-model-layer/#comments</comments>
		<pubDate>Tue, 28 Jul 2009 01:45:03+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[business logic]]></category>
<category><![CDATA[business object]]></category>
<category><![CDATA[persistence layer]]></category>
<category><![CDATA[persistent data]]></category>
<category><![CDATA[access interface]]></category>
<category><![CDATA[model layer]]></category>
<category><![CDATA[interface model]]></category>
<category><![CDATA[inversion of control]]></category>
<category><![CDATA[dao data access object]]></category>
<category><![CDATA[data access object]]></category>
<category><![CDATA[interface configuration]]></category>
<category><![CDATA[layer interface]]></category>
<category><![CDATA[application business]]></category>
<category><![CDATA[bean container]]></category>
<category><![CDATA[relational database systems]]></category>
<category><![CDATA[interface operations]]></category>
<category><![CDATA[dependency injection pattern]]></category>
<category><![CDATA[structure model]]></category>
<category><![CDATA[communication model]]></category>
<category><![CDATA[model structure]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/appfuse-study-notes-model-layer/</guid>
		<description><![CDATA[3.3 Model structure Model layer is the core of the entire system, complete the application business logic and database communication. Model will be divided into two AppFuse: persistence layer and busi ...]]></description>
		<content:encoded><![CDATA[3.3 Model structure Model layer is the core of the entire system, complete the application business logic and database communication. Model will be divided into two AppFuse: persistence layer and busi ...				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<li><a href="http://www.codeweblog.com/what-is-the-appfuse/" title="What is the appfuse">What is the appfuse</a> 2009-02-27 10:02:10</li>
					<li><a href="http://www.codeweblog.com/nan-jing-5-when-ibatis-hibernate-mixed-affairs-pay-attention-to-your-sql/" title="Nan-Jing 5: When IBatis.Hibernate mixed affairs, pay attention to your SQL">Nan-Jing 5: When IBatis.Hibernate mixed affairs, pay attention to your SQL</a> 2009-02-27 10:01:47</li>
					<li><a href="http://www.codeweblog.com/in-the-servlet-use-bean/" title="In the servlet use Bean">In the servlet use Bean</a> 2009-02-27 10:01:23</li>
					<li><a href="http://www.codeweblog.com/java-technology-wishing-cow-needed-25-points-of-study/" title="Java Technology wishing cow needed 25 points of study">Java Technology wishing cow needed 25 points of study</a> 2009-02-27 09:43:06</li>
				</ul>
		</div>
		        ]]></content:encoded>
		<wfw:commentRss>http://www.codeweblog.com/appfuse-study-notes-model-layer/</wfw:commentRss>
	</item>
		<item>
		<title>Pragmatism, not to use Hibernate, enumerated type Enum mapping application in the OR</title>
		<link>http://www.codeweblog.com/pragmatism-not-to-use-hibernate-enumerated-type-enum-mapping-application-in-the-or/</link>
		<comments>http://www.codeweblog.com/pragmatism-not-to-use-hibernate-enumerated-type-enum-mapping-application-in-the-or/#comments</comments>
		<pubDate>Sat, 11 Jul 2009 15:25:02+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[business logic]]></category>
<category><![CDATA[type mapping]]></category>
<category><![CDATA[database table]]></category>
<category><![CDATA[persistence layer]]></category>
<category><![CDATA[object entity]]></category>
<category><![CDATA[database tables]]></category>
<category><![CDATA[primary key]]></category>
<category><![CDATA[persistent data]]></category>
<category><![CDATA[java object]]></category>
<category><![CDATA[entity class]]></category>
<category><![CDATA[java objects]]></category>
<category><![CDATA[data manipulation]]></category>
<category><![CDATA[logic operation]]></category>
<category><![CDATA[sql parameters]]></category>
<category><![CDATA[data framework]]></category>
<category><![CDATA[java notes]]></category>
<category><![CDATA[common interface]]></category>
<category><![CDATA[mapping application]]></category>
<category><![CDATA[field mapping]]></category>
<category><![CDATA[java1]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/pragmatism-not-to-use-hibernate-enumerated-type-enum-mapping-application-in-the-or/</guid>
		<description><![CDATA[In a long time ago刚接触Hibernate, think that novel, on-line a lot of evaluation, how that&#39;s convenient, to study it, read the source code, do the test, with step-by-step inside. Also learn a lot of  ...]]></description>
		<content:encoded><![CDATA[In a long time ago刚接触Hibernate, think that novel, on-line a lot of evaluation, how that&#39;s convenient, to study it, read the source code, do the test, with step-by-step inside. Also learn a lot of  ...				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<li><a href="http://www.codeweblog.com/nan-jing-5-when-ibatis-hibernate-mixed-affairs-pay-attention-to-your-sql/" title="Nan-Jing 5: When IBatis.Hibernate mixed affairs, pay attention to your SQL">Nan-Jing 5: When IBatis.Hibernate mixed affairs, pay attention to your SQL</a> 2009-02-27 10:01:47</li>
					<li><a href="http://www.codeweblog.com/in-the-servlet-use-bean/" title="In the servlet use Bean">In the servlet use Bean</a> 2009-02-27 10:01:23</li>
					<li><a href="http://www.codeweblog.com/hibernate-cfg-xml-configuration-file-including-the-primary-key-generation-strategy-introduction/" title="Hibernate.cfg.xml configuration file (including the primary key generation strategy Introduction)">Hibernate.cfg.xml configuration file (including the primary key generation strategy Introduction)</a> 2009-02-27 10:01:17</li>
					<li><a href="http://www.codeweblog.com/the-ejb3-persistence/" title="The EJB3 Persistence">The EJB3 Persistence</a> 2009-02-27 10:00:26</li>
					<li><a href="http://www.codeweblog.com/java-technology-wishing-cow-needed-25-points-of-study/" title="Java Technology wishing cow needed 25 points of study">Java Technology wishing cow needed 25 points of study</a> 2009-02-27 09:43:06</li>
				</ul>
		</div>
		        ]]></content:encoded>
		<wfw:commentRss>http://www.codeweblog.com/pragmatism-not-to-use-hibernate-enumerated-type-enum-mapping-application-in-the-or/</wfw:commentRss>
	</item>
		<item>
		<title>Their understanding of the J2EE three-tier architecture (design patterns and software differences between the contact)</title>
		<link>http://www.codeweblog.com/their-understanding-of-the-j2ee-three-tier-architecture-design-patterns-and-software-differences-between-the-contact/</link>
		<comments>http://www.codeweblog.com/their-understanding-of-the-j2ee-three-tier-architecture-design-patterns-and-software-differences-between-the-contact/#comments</comments>
		<pubDate>Thu, 18 Jun 2009 17:25:03+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[business logic]]></category>
<category><![CDATA[persistent data]]></category>
<category><![CDATA[architecture design]]></category>
<category><![CDATA[domain object]]></category>
<category><![CDATA[model layer]]></category>
<category><![CDATA[data layers]]></category>
<category><![CDATA[database schema]]></category>
<category><![CDATA[side business]]></category>
<category><![CDATA[side presentation]]></category>
<category><![CDATA[architecture model]]></category>
<category><![CDATA[three tier architecture]]></category>
<category><![CDATA[j2ee design patterns]]></category>
<category><![CDATA[layer architecture]]></category>
<category><![CDATA[software differences]]></category>
<category><![CDATA[advanced architecture]]></category>
<category><![CDATA[resource pool]]></category>
<category><![CDATA[layer mode]]></category>
<category><![CDATA[c mode]]></category>
<category><![CDATA[composite view]]></category>
<category><![CDATA[model business]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/their-understanding-of-the-j2ee-three-tier-architecture-design-patterns-and-software-differences-between-the-contact/</guid>
		<description><![CDATA[As Figure 3 layer 1.J2EE points: Server-side business logic (Business Logic Tier, and there is persistent data layers, Businness Tier and the EIS Tier), server-side presentation layer (Web Tier) and e ...]]></description>
		<content:encoded><![CDATA[As Figure 3 layer 1.J2EE points: Server-side business logic (Business Logic Tier, and there is persistent data layers, Businness Tier and the EIS Tier), server-side presentation layer (Web Tier) and e ...				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<li><a href="http://www.codeweblog.com/what-is-the-jpa/" title="What is the JPA">What is the JPA</a> 2009-02-28 16:00:21</li>
					<li><a href="http://www.codeweblog.com/java-technology-25-study-points/" title="Java technology 25 study points">Java technology 25 study points</a> 2009-02-27 12:34:33</li>
					<li><a href="http://www.codeweblog.com/in-the-servlet-use-bean/" title="In the servlet use Bean">In the servlet use Bean</a> 2009-02-27 10:01:23</li>
					<li><a href="http://www.codeweblog.com/java-technology-wishing-cow-needed-25-points-of-study/" title="Java Technology wishing cow needed 25 points of study">Java Technology wishing cow needed 25 points of study</a> 2009-02-27 09:43:06</li>
				</ul>
		</div>
		        ]]></content:encoded>
		<wfw:commentRss>http://www.codeweblog.com/their-understanding-of-the-j2ee-three-tier-architecture-design-patterns-and-software-differences-between-the-contact/</wfw:commentRss>
	</item>
		<item>
		<title>Hibernate framework for understanding</title>
		<link>http://www.codeweblog.com/hibernate-framework-for-understanding/</link>
		<comments>http://www.codeweblog.com/hibernate-framework-for-understanding/#comments</comments>
		<pubDate>Sun, 29 Mar 2009 09:15:01+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[database connection]]></category>
<category><![CDATA[databases]]></category>
<category><![CDATA[pairs]]></category>
<category><![CDATA[persistent data]]></category>
<category><![CDATA[yesterday evening]]></category>
<category><![CDATA[database evolution]]></category>
<category><![CDATA[data manipulation]]></category>
<category><![CDATA[database operation]]></category>
<category><![CDATA[outsourcing project]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/hibernate-framework-for-understanding/</guid>
		<description><![CDATA[Only enough experience in order to better understand the role of a framework. For example: before, know hibernate framework is used to persistent data. But think that using jdbc I can achieve, and why ...]]></description>
		<content:encoded><![CDATA[Only enough experience in order to better understand the role of a framework. For example: before, know hibernate framework is used to persistent data. But think that using jdbc I can achieve, and why ...				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<li><a href="http://www.codeweblog.com/spring-hibernate-oracle9i-to-read-and-write-clob/" title="spring + hibernate + oracle9i to read and write CLOB">spring + hibernate + oracle9i to read and write CLOB</a> 2009-02-27 11:21:19</li>
					<li><a href="http://www.codeweblog.com/spring-hibernate-to-use-glassfish-database-connection-pool/" title="Spring + Hibernate to use Glassfish Database Connection Pool">Spring + Hibernate to use Glassfish Database Connection Pool</a> 2009-02-27 11:21:06</li>
					<li><a href="http://www.codeweblog.com/nan-jing-5-when-ibatis-hibernate-mixed-affairs-pay-attention-to-your-sql/" title="Nan-Jing 5: When IBatis.Hibernate mixed affairs, pay attention to your SQL">Nan-Jing 5: When IBatis.Hibernate mixed affairs, pay attention to your SQL</a> 2009-02-27 10:01:47</li>
					<li><a href="http://www.codeweblog.com/hibernate-to-use-the-principle-of/" title="hibernate to use the principle of">hibernate to use the principle of</a> 2009-02-27 09:47:00</li>
					<li><a href="http://www.codeweblog.com/spring-struts2-0-hibernate-environmental-structures-despair-carried-out-more-than-one-hour-only-with-good/" title="spring struts2.0 hibernate environmental structures .. despair carried out more than one hour only with good.">spring struts2.0 hibernate environmental structures .. despair carried out more than one hour only with good.</a> 2009-02-27 09:45:56</li>
				</ul>
		</div>
		        ]]></content:encoded>
		<wfw:commentRss>http://www.codeweblog.com/hibernate-framework-for-understanding/</wfw:commentRss>
	</item>
		<item>
		<title>What is the JPA</title>
		<link>http://www.codeweblog.com/what-is-the-jpa/</link>
		<comments>http://www.codeweblog.com/what-is-the-jpa/#comments</comments>
		<pubDate>Sat, 28 Feb 2009 16:00:21+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[business logic]]></category>
<category><![CDATA[entity bean]]></category>
<category><![CDATA[persistence layer]]></category>
<category><![CDATA[spring service]]></category>
<category><![CDATA[java web]]></category>
<category><![CDATA[relational database operations]]></category>
<category><![CDATA[web application framework]]></category>
<category><![CDATA[open source project]]></category>
<category><![CDATA[independent framework]]></category>
<category><![CDATA[benevolent government]]></category>
<category><![CDATA[container operations]]></category>
<category><![CDATA[web spring]]></category>
<category><![CDATA[ejb container]]></category>
<category><![CDATA[jcp]]></category>
<category><![CDATA[persistent data]]></category>
<category><![CDATA[session bean]]></category>
<category><![CDATA[toplink]]></category>
<category><![CDATA[jdo]]></category>
<category><![CDATA[focus on business]]></category>
<category><![CDATA[management framework]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/what-is-the-jpa/</guid>
		<description><![CDATA[Same, JDO, also started compatible JPA. At the field of ORM, it seems that JPA is a benevolent government, is the normative specification. At the support of major manufacturers, JPA use became widespr ...]]></description>
		<content:encoded><![CDATA[Same, JDO, also started compatible JPA. At the field of ORM, it seems that JPA is a benevolent government, is the normative specification. At the support of major manufacturers, JPA use became widespr ...				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<li><a href="http://www.codeweblog.com/what-is-the-appfuse/" title="What is the appfuse">What is the appfuse</a> 2009-02-27 10:02:10</li>
					<li><a href="http://www.codeweblog.com/nan-jing-5-when-ibatis-hibernate-mixed-affairs-pay-attention-to-your-sql/" title="Nan-Jing 5: When IBatis.Hibernate mixed affairs, pay attention to your SQL">Nan-Jing 5: When IBatis.Hibernate mixed affairs, pay attention to your SQL</a> 2009-02-27 10:01:47</li>
					<li><a href="http://www.codeweblog.com/in-the-servlet-use-bean/" title="In the servlet use Bean">In the servlet use Bean</a> 2009-02-27 10:01:23</li>
					<li><a href="http://www.codeweblog.com/based-on-jdbc-jpa-annotation-achieve-simple-crud-generic-dao/" title="Based on JDBC, JPA Annotation achieve simple CRUD Generic Dao">Based on JDBC, JPA Annotation achieve simple CRUD Generic Dao</a> 2009-02-27 09:45:34</li>
					<li><a href="http://www.codeweblog.com/java-technology-wishing-cow-needed-25-points-of-study/" title="Java Technology wishing cow needed 25 points of study">Java Technology wishing cow needed 25 points of study</a> 2009-02-27 09:43:06</li>
				</ul>
		</div>
		        ]]></content:encoded>
		<wfw:commentRss>http://www.codeweblog.com/what-is-the-jpa/</wfw:commentRss>
	</item>
	</channel>
</rss>
