<?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>database product</title>
	<atom:link href="http://www.codeweblog.com/feed/tag/database-product/" rel="self" type="application/rss+xml" />
	<link>http://www.codeweblog.com/</link>
	<description>database product</description>
	<pubDate>Mon, 15 Mar 2010 21:29:11+0000</pubDate>
	<generator>http://www.codeweblog.com/</generator>
	<language>en</language>
		<item>
		<title>Inside JDBC (1)</title>
		<link>http://www.codeweblog.com/inside-jdbc-1/</link>
		<comments>http://www.codeweblog.com/inside-jdbc-1/#comments</comments>
		<pubDate>Wed, 10 Jun 2009 03:25:01+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[database products]]></category>
<category><![CDATA[java database]]></category>
<category><![CDATA[sun microsystems]]></category>
<category><![CDATA[jdbc specification]]></category>
<category><![CDATA[database operations]]></category>
<category><![CDATA[java developers]]></category>
<category><![CDATA[development database]]></category>
<category><![CDATA[java implementation]]></category>
<category><![CDATA[database product]]></category>
<category><![CDATA[java application development]]></category>
<category><![CDATA[open source database]]></category>
<category><![CDATA[odbc bridge]]></category>
<category><![CDATA[microsoft odbc]]></category>
<category><![CDATA[jar archive]]></category>
<category><![CDATA[java standards]]></category>
<category><![CDATA[database number]]></category>
<category><![CDATA[database vendor]]></category>
<category><![CDATA[database vendors]]></category>
<category><![CDATA[learn java]]></category>
<category><![CDATA[database database]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/inside-jdbc-1/</guid>
		<description><![CDATA[Inside JDBC (1) Now the Java application development, database operations related to time, we often think first of all are the ORM like Hibernate framework. More and more Java developers less willing  ...]]></description>
		<content:encoded><![CDATA[Inside JDBC (1) Now the Java application development, database operations related to time, we often think first of all are the ORM like Hibernate framework. More and more Java developers less willing  ...				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<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/process-migration-from-tomcat-to-websphere-changes/" title="Process migration from tomcat to websphere changes">Process migration from tomcat to websphere changes</a> 2009-02-27 11:20:12</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/inside-jdbc-1/</wfw:commentRss>
	</item>
		<item>
		<title>J2EE project data persistence layer design</title>
		<link>http://www.codeweblog.com/j2ee-project-data-persistence-layer-design/</link>
		<comments>http://www.codeweblog.com/j2ee-project-data-persistence-layer-design/#comments</comments>
		<pubDate>Tue, 28 Apr 2009 09:30:03+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[business logic]]></category>
<category><![CDATA[data query]]></category>
<category><![CDATA[type mapping]]></category>
<category><![CDATA[implementation class]]></category>
<category><![CDATA[persistence layer]]></category>
<category><![CDATA[java type]]></category>
<category><![CDATA[mapping framework]]></category>
<category><![CDATA[database operations]]></category>
<category><![CDATA[object persistence]]></category>
<category><![CDATA[programming job]]></category>
<category><![CDATA[compatibility problem]]></category>
<category><![CDATA[interface implementation]]></category>
<category><![CDATA[layer structure]]></category>
<category><![CDATA[persistence mechanism]]></category>
<category><![CDATA[project unity]]></category>
<category><![CDATA[logic development]]></category>
<category><![CDATA[manual programming]]></category>
<category><![CDATA[concurrent data]]></category>
<category><![CDATA[database product]]></category>
<category><![CDATA[applications database]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/j2ee-project-data-persistence-layer-design/</guid>
		<description><![CDATA[J2EE project data persistence layer design Data Persistence Layer design goal is to provide a high level throughout the project, unity, security, and concurrent data persistence mechanism. Achieve the ...]]></description>
		<content:encoded><![CDATA[J2EE project data persistence layer design Data Persistence Layer design goal is to provide a high level throughout the project, unity, security, and concurrent data persistence mechanism. Achieve the ...				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<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/learn-java-flow/" title="Learn Java flow">Learn Java flow</a> 2009-02-27 10:01:02</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/sign-in-spring-struts2-0-hibernate-user-authentication/" title="Sign in spring struts2.0 hibernate user authentication">Sign in spring struts2.0 hibernate user authentication</a> 2009-02-27 09:43:13</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/j2ee-project-data-persistence-layer-design/</wfw:commentRss>
	</item>
	</channel>
</rss>
