<?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 operations</title>
	<atom:link href="http://www.codeweblog.com/feed/tag/database-operations/" rel="self" type="application/rss+xml" />
	<link>http://www.codeweblog.com/</link>
	<description>database operations</description>
	<pubDate>Mon, 22 Mar 2010 03:44:39+0000</pubDate>
	<generator>http://www.codeweblog.com/</generator>
	<language>en</language>
		<item>
		<title>Extended ApacheCommos of DbUtils</title>
		<link>http://www.codeweblog.com/extended-apachecommos-of-dbutils/</link>
		<comments>http://www.codeweblog.com/extended-apachecommos-of-dbutils/#comments</comments>
		<pubDate>Sat, 13 Feb 2010 21:55:14+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[apache]]></category>
<category><![CDATA[lt]]></category>
<category><![CDATA[implementation]]></category>
<category><![CDATA[source code]]></category>
<category><![CDATA[sql statement]]></category>
<category><![CDATA[attribute]]></category>
<category><![CDATA[field names]]></category>
<category><![CDATA[attributes]]></category>
<category><![CDATA[database operations]]></category>
<category><![CDATA[regard]]></category>
<category><![CDATA[restriction]]></category>
<category><![CDATA[person class]]></category>
<category><![CDATA[database field]]></category>
<category><![CDATA[correspondence]]></category>
<category><![CDATA[hump]]></category>
<category><![CDATA[relevant code]]></category>
<category><![CDATA[mapping rules]]></category>
<category><![CDATA[two dimensional array]]></category>
<category><![CDATA[expansion goals]]></category>
<category><![CDATA[person objects]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/extended-apachecommos-of-dbutils/</guid>
		<description><![CDATA[The DbUtils is a simple ApacheCommos easy to use lightweight tools for database operations, the project&#39;s home page is: http://commons.apache.org/dbutils/, information about it can get from there. ...]]></description>
		<content:encoded><![CDATA[The DbUtils is a simple ApacheCommos easy to use lightweight tools for database operations, the project&#39;s home page is: http://commons.apache.org/dbutils/, information about it can get from there. ...				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<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/hibernate-secondary-cache/" title="Hibernate secondary cache">Hibernate secondary cache</a> 2009-02-27 09:45:24</li>
					<li><a href="http://www.codeweblog.com/hibernate-s-lazy-strategy/" title="Hibernate's lazy strategy">Hibernate's lazy strategy</a> 2009-02-27 09:44:43</li>
					<li><a href="http://www.codeweblog.com/spring-struts2-0-hibernate-bug-killer-1/" title="spring struts2.0 hibernate bug killer 1">spring struts2.0 hibernate bug killer 1</a> 2009-02-27 09:43:23</li>
				</ul>
		</div>
		        ]]></content:encoded>
		<wfw:commentRss>http://www.codeweblog.com/extended-apachecommos-of-dbutils/</wfw:commentRss>
	</item>
		<item>
		<title>iBATIS3.0 learning (2) the use iBATIS3.0 annotations to complete a simple database operations</title>
		<link>http://www.codeweblog.com/ibatis3-0-learning-2-the-use-ibatis3-0-annotations-to-complete-a-simple-database-operations/</link>
		<comments>http://www.codeweblog.com/ibatis3-0-learning-2-the-use-ibatis3-0-annotations-to-complete-a-simple-database-operations/#comments</comments>
		<pubDate>Sun, 07 Feb 2010 04:50:42+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[xml code]]></category>
<category><![CDATA[lt xml]]></category>
<category><![CDATA[utf 8]]></category>
<category><![CDATA[doctype]]></category>
<category><![CDATA[datasource]]></category>
<category><![CDATA[java project]]></category>
<category><![CDATA[new java]]></category>
<category><![CDATA[xml file]]></category>
<category><![CDATA[database operations]]></category>
<category><![CDATA[annotations]]></category>
<category><![CDATA[myeclipse]]></category>
<category><![CDATA[root password]]></category>
<category><![CDATA[deletions]]></category>
<category><![CDATA[table test]]></category>
<category><![CDATA[auto increment]]></category>
<category><![CDATA[driver gt]]></category>
<category><![CDATA[person id]]></category>
<category><![CDATA[mapper]]></category>
<category><![CDATA[structure diagram]]></category>
<category><![CDATA[mappers]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/ibatis3-0-learning-2-the-use-ibatis3-0-annotations-to-complete-a-simple-database-operations/</guid>
		<description><![CDATA[Check the completion of additions and deletions to change the use of iBATIS3.0 iBATIS3.0 has also increased some simple annotations, iBATIS3 annotations can only complete a few simple operations, to c ...]]></description>
		<content:encoded><![CDATA[Check the completion of additions and deletions to change the use of iBATIS3.0 iBATIS3.0 has also increased some simple annotations, iBATIS3 annotations can only complete a few simple operations, to c ...				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<li><a href="http://www.codeweblog.com/servlet-brief-introduction/" title="Servlet brief introduction">Servlet brief introduction</a> 2009-02-27 09:46:20</li>
					<li><a href="http://www.codeweblog.com/spring2-0-hibernate3-1-log4j-mysql-demo/" title="Spring2.0 + hibernate3.1 + log4j + mysql demo">Spring2.0 + hibernate3.1 + log4j + mysql demo</a> 2009-02-27 09:45:51</li>
					<li><a href="http://www.codeweblog.com/the-level-hibernate-cache/" title="The level Hibernate cache">The level Hibernate cache</a> 2009-02-27 09:45:02</li>
				</ul>
		</div>
		        ]]></content:encoded>
		<wfw:commentRss>http://www.codeweblog.com/ibatis3-0-learning-2-the-use-ibatis3-0-annotations-to-complete-a-simple-database-operations/</wfw:commentRss>
	</item>
		<item>
		<title>Java web development feel more and more complex</title>
		<link>http://www.codeweblog.com/java-web-development-feel-more-and-more-complex/</link>
		<comments>http://www.codeweblog.com/java-web-development-feel-more-and-more-complex/#comments</comments>
		<pubDate>Tue, 17 Nov 2009 03:05:03+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[suffix]]></category>
<category><![CDATA[ibatis]]></category>
<category><![CDATA[xml document]]></category>
<category><![CDATA[jsp]]></category>
<category><![CDATA[web applications]]></category>
<category><![CDATA[struts]]></category>
<category><![CDATA[aop]]></category>
<category><![CDATA[database operations]]></category>
<category><![CDATA[java developers]]></category>
<category><![CDATA[django]]></category>
<category><![CDATA[jquery]]></category>
<category><![CDATA[development model]]></category>
<category><![CDATA[using java]]></category>
<category><![CDATA[labels]]></category>
<category><![CDATA[maintenance management system]]></category>
<category><![CDATA[little trouble]]></category>
<category><![CDATA[java web development]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/java-web-development-feel-more-and-more-complex/</guid>
		<description><![CDATA[Earlier use of the development of a django site (Unfortunately, abortion), and now return to a previous java maintenance management system. Begun to consider their own development model, to be honest, ...]]></description>
		<content:encoded><![CDATA[Earlier use of the development of a django site (Unfortunately, abortion), and now return to a previous java maintenance management system. Begun to consider their own development model, to be honest, ...				<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/hibernate-connection-pool-configuration/" title="Hibernate connection pool configuration">Hibernate connection pool configuration</a> 2009-02-27 10:01:35</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/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/spring-struts2-0-hibernate-bug-killer-1/" title="spring struts2.0 hibernate bug killer 1">spring struts2.0 hibernate bug killer 1</a> 2009-02-27 09:43:23</li>
				</ul>
		</div>
		        ]]></content:encoded>
		<wfw:commentRss>http://www.codeweblog.com/java-web-development-feel-more-and-more-complex/</wfw:commentRss>
	</item>
		<item>
		<title>JPA + Hibernate 3 CRUD operations audit log history of a solution (with source)</title>
		<link>http://www.codeweblog.com/jpa-hibernate-3-crud-operations-audit-log-history-of-a-solution-with-source/</link>
		<comments>http://www.codeweblog.com/jpa-hibernate-3-crud-operations-audit-log-history-of-a-solution-with-source/#comments</comments>
		<pubDate>Fri, 30 Oct 2009 06:45:03+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[persistence layer]]></category>
<category><![CDATA[field names]]></category>
<category><![CDATA[interceptor]]></category>
<category><![CDATA[database operations]]></category>
<category><![CDATA[run time]]></category>
<category><![CDATA[technology selection]]></category>
<category><![CDATA[database trigger]]></category>
<category><![CDATA[audit log]]></category>
<category><![CDATA[layer technology]]></category>
<category><![CDATA[time field]]></category>
<category><![CDATA[flexible containers]]></category>
<category><![CDATA[log audit]]></category>
<category><![CDATA[logging code]]></category>
<category><![CDATA[operations audit]]></category>
<category><![CDATA[operational history]]></category>
<category><![CDATA[log construction]]></category>
<category><![CDATA[operation time]]></category>
<category><![CDATA[poor maintenance]]></category>
<category><![CDATA[information field]]></category>
<category><![CDATA[technology options]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/jpa-hibernate-3-crud-operations-audit-log-history-of-a-solution-with-source/</guid>
		<description><![CDATA[http://jeffreyhsu.javaeye.com/blog/191696 Keyword: jpa, hibernate, log audit, operational history, interceptors, event-driven, event listener We have earlier. Net projects j2ee need transformation, th ...]]></description>
		<content:encoded><![CDATA[http://jeffreyhsu.javaeye.com/blog/191696 Keyword: jpa, hibernate, log audit, operational history, interceptors, event-driven, event listener We have earlier. Net projects j2ee need transformation, th ...				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<li><a href="http://www.codeweblog.com/choose-hibernate-or-ibatis-has-its-reasons/" title="Choose Hibernate or iBATIS has its reasons">Choose Hibernate or iBATIS has its reasons</a> 2009-02-27 13:52:15</li>
					<li><a href="http://www.codeweblog.com/hibernate-inteceptor/" title="Hibernate Inteceptor">Hibernate Inteceptor</a> 2009-02-27 13:51:42</li>
					<li><a href="http://www.codeweblog.com/org-hibernate-mappingexception-unknown-entity-error/" title="org.hibernate.MappingException: Unknown entity error">org.hibernate.MappingException: Unknown entity error</a> 2009-02-27 13:50:37</li>
					<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>
				</ul>
		</div>
		        ]]></content:encoded>
		<wfw:commentRss>http://www.codeweblog.com/jpa-hibernate-3-crud-operations-audit-log-history-of-a-solution-with-source/</wfw:commentRss>
	</item>
		<item>
		<title>extJS + DWR + JPA framework for the use of combination of experience</title>
		<link>http://www.codeweblog.com/extjs-dwr-jpa-framework-for-the-use-of-combination-of-experience/</link>
		<comments>http://www.codeweblog.com/extjs-dwr-jpa-framework-for-the-use-of-combination-of-experience/#comments</comments>
		<pubDate>Wed, 21 Oct 2009 18:35:01+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[AJAX]]></category>
		<category><![CDATA[business logic]]></category>
<category><![CDATA[presentation layer]]></category>
<category><![CDATA[type categories]]></category>
<category><![CDATA[domain model]]></category>
<category><![CDATA[database operations]]></category>
<category><![CDATA[ui components]]></category>
<category><![CDATA[java objects]]></category>
<category><![CDATA[server communication]]></category>
<category><![CDATA[independent development]]></category>
<category><![CDATA[server side java]]></category>
<category><![CDATA[service interface]]></category>
<category><![CDATA[server code]]></category>
<category><![CDATA[js script]]></category>
<category><![CDATA[code generation tool]]></category>
<category><![CDATA[welcome program]]></category>
<category><![CDATA[performance capacity]]></category>
<category><![CDATA[category manager]]></category>
<category><![CDATA[program components]]></category>
<category><![CDATA[type domain]]></category>
<category><![CDATA[access server]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/extjs-dwr-jpa-framework-for-the-use-of-combination-of-experience/</guid>
		<description><![CDATA[Access to a recent extJS + DWR + JPA framework for small projects, through the understanding of a few weeks time and the code of the structure have a general understanding, the following is the develo ...]]></description>
		<content:encoded><![CDATA[Access to a recent extJS + DWR + JPA framework for small projects, through the understanding of a few weeks time and the code of the structure have a general understanding, the following is the develo ...				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<li><a href="http://www.codeweblog.com/java-interview-questions/" title="JAVA interview questions">JAVA interview questions</a> 2009-02-27 12:33:39</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/great-collection-of-java-interview-topics/" title="Great collection of java interview topics">Great collection of java interview topics</a> 2009-02-27 09:44:32</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/extjs-dwr-jpa-framework-for-the-use-of-combination-of-experience/</wfw:commentRss>
	</item>
		<item>
		<title>Hibernate Study Notes (f)</title>
		<link>http://www.codeweblog.com/hibernate-study-notes-f/</link>
		<comments>http://www.codeweblog.com/hibernate-study-notes-f/#comments</comments>
		<pubDate>Tue, 06 Oct 2009 17:45:01+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[failure]]></category>
<category><![CDATA[jdbc connection]]></category>
<category><![CDATA[dialect]]></category>
<category><![CDATA[sql statement]]></category>
<category><![CDATA[prototype]]></category>
<category><![CDATA[database operations]]></category>
<category><![CDATA[subset]]></category>
<category><![CDATA[exceptional circumstances]]></category>
<category><![CDATA[abnormality]]></category>
<category><![CDATA[isolation level]]></category>
<category><![CDATA[jdbc drivers]]></category>
<category><![CDATA[statement generation]]></category>
<category><![CDATA[transformation]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/hibernate-study-notes-f/</guid>
		<description><![CDATA[Services Hibernate in fact the prototype of the things or similar database. There is no special place to learn at least the first time I find that there is nothing special. Hibernate in a few unusual  ...]]></description>
		<content:encoded><![CDATA[Services Hibernate in fact the prototype of the things or similar database. There is no special place to learn at least the first time I find that there is nothing special. Hibernate in a few unusual  ...				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<li><a href="http://www.codeweblog.com/hibernate-pessimistic-locking-mechanism-for-locking-and-optimistic-locking/" title="Hibernate pessimistic locking mechanism for locking and optimistic locking">Hibernate pessimistic locking mechanism for locking and optimistic locking</a> 2009-02-27 12:33:53</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/hibernate-connection-pool-configuration/" title="Hibernate connection pool configuration">Hibernate connection pool configuration</a> 2009-02-27 10:01:35</li>
					<li><a href="http://www.codeweblog.com/can-not-be-represented-as-java-sql-timestamp/" title="can not be represented as java.sql.Timestamp">can not be represented as java.sql.Timestamp</a> 2009-02-27 09:46:14</li>
					<li><a href="http://www.codeweblog.com/struts2-hibernate-spring-problem-user-log-in/" title="Struts2 + hibernate + spring problem user log in">Struts2 + hibernate + spring problem user log in</a> 2009-02-27 09:45:41</li>
				</ul>
		</div>
		        ]]></content:encoded>
		<wfw:commentRss>http://www.codeweblog.com/hibernate-study-notes-f/</wfw:commentRss>
	</item>
		<item>
		<title>Learning Center MLDN the MVC design pattern</title>
		<link>http://www.codeweblog.com/learning-center-mldn-the-mvc-design-pattern/</link>
		<comments>http://www.codeweblog.com/learning-center-mldn-the-mvc-design-pattern/#comments</comments>
		<pubDate>Sun, 23 Aug 2009 16:25:02+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[business logic]]></category>
<category><![CDATA[parameters]]></category>
<category><![CDATA[web applications]]></category>
<category><![CDATA[page jump]]></category>
<category><![CDATA[database operations]]></category>
<category><![CDATA[programmer]]></category>
<category><![CDATA[model layer]]></category>
<category><![CDATA[design idea]]></category>
<category><![CDATA[few days]]></category>
<category><![CDATA[user interface]]></category>
<category><![CDATA[good understanding]]></category>
<category><![CDATA[database operation]]></category>
<category><![CDATA[model view controller]]></category>
<category><![CDATA[mvc design pattern]]></category>
<category><![CDATA[previous design]]></category>
<category><![CDATA[realization]]></category>
<category><![CDATA[jsp java bean]]></category>
<category><![CDATA[pattern mvc]]></category>
<category><![CDATA[trouble code]]></category>
<category><![CDATA[control features]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/learning-center-mldn-the-mvc-design-pattern/</guid>
		<description><![CDATA[Today, access to the MVC design pattern, the Servelt, jsp, java bean relationship between a number of clear, but the development code so I felt quite trouble with the previous design study of the not  ...]]></description>
		<content:encoded><![CDATA[Today, access to the MVC design pattern, the Servelt, jsp, java bean relationship between a number of clear, but the development code so I felt quite trouble with the previous design study of the not  ...				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<li><a href="http://www.codeweblog.com/ror-explained/" title="RoR explained">RoR explained</a> 2009-02-27 12:40:02</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/ruby-on-rails-routing-simple-examples/" title="Ruby on Rails Routing - Simple Examples">Ruby on Rails Routing - Simple Examples</a> 2009-02-27 10:35:03</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/learning-center-mldn-the-mvc-design-pattern/</wfw:commentRss>
	</item>
		<item>
		<title>So that the output SQL statements Hibernate configuration parameters</title>
		<link>http://www.codeweblog.com/so-that-the-output-sql-statements-hibernate-configuration-parameters/</link>
		<comments>http://www.codeweblog.com/so-that-the-output-sql-statements-hibernate-configuration-parameters/#comments</comments>
		<pubDate>Sat, 22 Aug 2009 14:25:02+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[database records]]></category>
<category><![CDATA[configuration parameters]]></category>
<category><![CDATA[sql statement]]></category>
<category><![CDATA[database query]]></category>
<category><![CDATA[database operations]]></category>
<category><![CDATA[java object]]></category>
<category><![CDATA[target]]></category>
<category><![CDATA[entity class]]></category>
<category><![CDATA[classname]]></category>
<category><![CDATA[j2ee applications]]></category>
<category><![CDATA[web development technology]]></category>
<category><![CDATA[database java]]></category>
<category><![CDATA[time parameters]]></category>
<category><![CDATA[rational allocation]]></category>
<category><![CDATA[database object]]></category>
<category><![CDATA[technology communication]]></category>
<category><![CDATA[persistent java]]></category>
<category><![CDATA[sql parameters]]></category>
<category><![CDATA[mapping relationship]]></category>
<category><![CDATA[uniform appearance]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/so-that-the-output-sql-statements-hibernate-configuration-parameters/</guid>
		<description><![CDATA[In J2ee applications, if the Hibernate framework, you can automatically create a database with Java entity class entity mapping relationship between the procedure would greatly facilitate persistent J ...]]></description>
		<content:encoded><![CDATA[In J2ee applications, if the Hibernate framework, you can automatically create a database with Java entity class entity mapping relationship between the procedure would greatly facilitate persistent J ...				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<li><a href="http://www.codeweblog.com/hibernate-primary-key-strategy-sequence/" title="Hibernate primary key strategy-sequence">Hibernate primary key strategy-sequence</a> 2009-02-27 12:34:56</li>
					<li><a href="http://www.codeweblog.com/jdbc-example-of-a-long-time-do-not-have-jdbc-forgot/" title="JDBC example of a long time do not have JDBC forgot">JDBC example of a long time do not have JDBC forgot</a> 2009-02-27 12:34:50</li>
					<li><a href="http://www.codeweblog.com/hibernate-pessimistic-locking-mechanism-for-locking-and-optimistic-locking/" title="Hibernate pessimistic locking mechanism for locking and optimistic locking">Hibernate pessimistic locking mechanism for locking and optimistic locking</a> 2009-02-27 12:33:53</li>
					<li><a href="http://www.codeweblog.com/hibernate-configuration-parameters-hibernate-hbm2ddl-auto/" title="Hibernate configuration parameters hibernate.hbm2ddl.auto">Hibernate configuration parameters hibernate.hbm2ddl.auto</a> 2009-02-27 11:22:24</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>
				</ul>
		</div>
		        ]]></content:encoded>
		<wfw:commentRss>http://www.codeweblog.com/so-that-the-output-sql-statements-hibernate-configuration-parameters/</wfw:commentRss>
	</item>
		<item>
		<title>The design of efficient and reasonable query on MySQL</title>
		<link>http://www.codeweblog.com/the-design-of-efficient-and-reasonable-query-on-mysql/</link>
		<comments>http://www.codeweblog.com/the-design-of-efficient-and-reasonable-query-on-mysql/#comments</comments>
		<pubDate>Thu, 30 Jul 2009 05:35:01+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[database table]]></category>
<category><![CDATA[select statement]]></category>
<category><![CDATA[sql statement]]></category>
<category><![CDATA[database management system]]></category>
<category><![CDATA[database operations]]></category>
<category><![CDATA[technical communities]]></category>
<category><![CDATA[database system]]></category>
<category><![CDATA[database application development]]></category>
<category><![CDATA[release time]]></category>
<category><![CDATA[oltp]]></category>
<category><![CDATA[database theory]]></category>
<category><![CDATA[management information systems]]></category>
<category><![CDATA[query optimization techniques]]></category>
<category><![CDATA[full table scan]]></category>
<category><![CDATA[database development tools]]></category>
<category><![CDATA[optimization technology]]></category>
<category><![CDATA[dbms database]]></category>
<category><![CDATA[query plan]]></category>
<category><![CDATA[plan performance]]></category>
<category><![CDATA[system tasks]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/the-design-of-efficient-and-reasonable-query-on-mysql/</guid>
		<description><![CDATA[The design of efficient and reasonable query on MySQL Release Time: 2006.11.23 04:36 Source: Microsoft technical communities Author: yuanye Database system is the core of management information system ...]]></description>
		<content:encoded><![CDATA[The design of efficient and reasonable query on MySQL Release Time: 2006.11.23 04:36 Source: Microsoft technical communities Author: yuanye Database system is the core of management information system ...				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<li><a href="http://www.codeweblog.com/hibernate-mapping-types/" title="Hibernate Mapping Types">Hibernate Mapping Types</a> 2009-02-27 12:34:06</li>
					<li><a href="http://www.codeweblog.com/hibernate-pessimistic-locking-mechanism-for-locking-and-optimistic-locking/" title="Hibernate pessimistic locking mechanism for locking and optimistic locking">Hibernate pessimistic locking mechanism for locking and optimistic locking</a> 2009-02-27 12:33:53</li>
					<li><a href="http://www.codeweblog.com/hibernate-configuration-parameters-hibernate-hbm2ddl-auto/" title="Hibernate configuration parameters hibernate.hbm2ddl.auto">Hibernate configuration parameters hibernate.hbm2ddl.auto</a> 2009-02-27 11:22:24</li>
					<li><a href="http://www.codeweblog.com/application-of-spring-struts2-0-hibernate-hql/" title="Application of spring struts2.0 hibernate HQL">Application of spring struts2.0 hibernate HQL</a> 2009-02-27 11:20:38</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>
				</ul>
		</div>
		        ]]></content:encoded>
		<wfw:commentRss>http://www.codeweblog.com/the-design-of-efficient-and-reasonable-query-on-mysql/</wfw:commentRss>
	</item>
		<item>
		<title>Spring of database operations using JDBC Template</title>
		<link>http://www.codeweblog.com/spring-of-database-operations-using-jdbc-template/</link>
		<comments>http://www.codeweblog.com/spring-of-database-operations-using-jdbc-template/#comments</comments>
		<pubDate>Sat, 18 Jul 2009 20:15:16+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[lt]]></category>
<category><![CDATA[sql]]></category>
<category><![CDATA[public void]]></category>
<category><![CDATA[data source]]></category>
<category><![CDATA[implementation class]]></category>
<category><![CDATA[parameters]]></category>
<category><![CDATA[implements]]></category>
<category><![CDATA[good job]]></category>
<category><![CDATA[database operations]]></category>
<category><![CDATA[configured]]></category>
<category><![CDATA[parameter name]]></category>
<category><![CDATA[queries]]></category>
<category><![CDATA[realization]]></category>
<category><![CDATA[index parameter]]></category>
<category><![CDATA[variable parameter]]></category>
<category><![CDATA[class template]]></category>
<category><![CDATA[template class]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/spring-of-database-operations-using-jdbc-template/</guid>
		<description><![CDATA[Spring provides a template class for three options: ■ JdbcTemplate-The most basic of Spring&#39;s JDBC templates, this class provides simple access to a database through JDBC and simple indexed-parame ...]]></description>
		<content:encoded><![CDATA[Spring provides a template class for three options: ■ JdbcTemplate-The most basic of Spring&#39;s JDBC templates, this class provides simple access to a database through JDBC and simple indexed-parame ...				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<li><a href="http://www.codeweblog.com/hibernate-generic-generic-dao/" title="hibernate generic generic DAO">hibernate generic generic DAO</a> 2009-02-27 09:46:44</li>
					<li><a href="http://www.codeweblog.com/struts2-hibernate-spring-problem-user-log-in/" title="Struts2 + hibernate + spring problem user log in">Struts2 + hibernate + spring problem user log in</a> 2009-02-27 09:45:41</li>
					<li><a href="http://www.codeweblog.com/hibernate-secondary-cache/" title="Hibernate secondary cache">Hibernate secondary cache</a> 2009-02-27 09:45:24</li>
					<li><a href="http://www.codeweblog.com/hibernate-s-lazy-strategy/" title="Hibernate's lazy strategy">Hibernate's lazy strategy</a> 2009-02-27 09:44:43</li>
				</ul>
		</div>
		        ]]></content:encoded>
		<wfw:commentRss>http://www.codeweblog.com/spring-of-database-operations-using-jdbc-template/</wfw:commentRss>
	</item>
		<item>
		<title>Hibernate Session to be a stumbling一跤</title>
		<link>http://www.codeweblog.com/hibernate-session-to-be-a-stumbling%e4%b8%80%e8%b7%a4/</link>
		<comments>http://www.codeweblog.com/hibernate-session-to-be-a-stumbling%e4%b8%80%e8%b7%a4/#comments</comments>
		<pubDate>Sat, 11 Jul 2009 02:15:02+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[implementation]]></category>
<category><![CDATA[java code]]></category>
<category><![CDATA[key generation]]></category>
<category><![CDATA[servlet]]></category>
<category><![CDATA[dao]]></category>
<category><![CDATA[sql statement]]></category>
<category><![CDATA[submission]]></category>
<category><![CDATA[database operations]]></category>
<category><![CDATA[blog]]></category>
<category><![CDATA[rollback]]></category>
<category><![CDATA[session object]]></category>
<category><![CDATA[questions and answers]]></category>
<category><![CDATA[null session]]></category>
<category><![CDATA[isolation level]]></category>
<category><![CDATA[isopen]]></category>
<category><![CDATA[insertion]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/hibernate-session-to-be-a-stumbling%e4%b8%80%e8%b7%a4/</guid>
		<description><![CDATA[The reasons for writing this blog is for questions and answers yesterday, I channel a problem, the problem is as follows: When the servlet to call the save method of DAO and submitted to the Panel, th ...]]></description>
		<content:encoded><![CDATA[The reasons for writing this blog is for questions and answers yesterday, I channel a problem, the problem is as follows: When the servlet to call the save method of DAO and submitted to the Panel, th ...				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<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/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/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/the-level-hibernate-cache/" title="The level Hibernate cache">The level Hibernate cache</a> 2009-02-27 09:45:02</li>
					<li><a href="http://www.codeweblog.com/hibernate-s-lazy-strategy/" title="Hibernate's lazy strategy">Hibernate's lazy strategy</a> 2009-02-27 09:44:43</li>
				</ul>
		</div>
		        ]]></content:encoded>
		<wfw:commentRss>http://www.codeweblog.com/hibernate-session-to-be-a-stumbling%e4%b8%80%e8%b7%a4/</wfw:commentRss>
	</item>
		<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>Split the process of recording management</title>
		<link>http://www.codeweblog.com/split-the-process-of-recording-management/</link>
		<comments>http://www.codeweblog.com/split-the-process-of-recording-management/#comments</comments>
		<pubDate>Tue, 05 May 2009 06:00:06+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[database table]]></category>
<category><![CDATA[table structure]]></category>
<category><![CDATA[database operations]]></category>
<category><![CDATA[relevant documents]]></category>
<category><![CDATA[entire system]]></category>
<category><![CDATA[time job]]></category>
<category><![CDATA[development time]]></category>
<category><![CDATA[internal management]]></category>
<category><![CDATA[jade feng]]></category>
<category><![CDATA[informix database]]></category>
<category><![CDATA[time estimates]]></category>
<category><![CDATA[support oracle]]></category>
<category><![CDATA[telecom management]]></category>
<category><![CDATA[menu table]]></category>
<category><![CDATA[latter problem]]></category>
<category><![CDATA[configuration menu]]></category>
<category><![CDATA[guizhou]]></category>
<category><![CDATA[sound management]]></category>
<category><![CDATA[pipe line]]></category>
<category><![CDATA[management support]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/split-the-process-of-recording-management/</guid>
		<description><![CDATA[Now bear the entire time job, that is, to pipe line in Guizhou, but also possession of Telecom. Management of the entire recording of the development time does not give many. Now give the development  ...]]></description>
		<content:encoded><![CDATA[Now bear the entire time job, that is, to pipe line in Guizhou, but also possession of Telecom. Management of the entire recording of the development time does not give many. Now give the development  ...				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<li><a href="http://www.codeweblog.com/choose-hibernate-or-ibatis-has-its-reasons/" title="Choose Hibernate or iBATIS has its reasons">Choose Hibernate or iBATIS has its reasons</a> 2009-02-27 13:52:15</li>
					<li><a href="http://www.codeweblog.com/hibernate-mapping-types/" title="Hibernate Mapping Types">Hibernate Mapping Types</a> 2009-02-27 12:34:06</li>
					<li><a href="http://www.codeweblog.com/hibernate-configuration-parameters-hibernate-hbm2ddl-auto/" title="Hibernate configuration parameters hibernate.hbm2ddl.auto">Hibernate configuration parameters hibernate.hbm2ddl.auto</a> 2009-02-27 11:22:24</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>
				</ul>
		</div>
		        ]]></content:encoded>
		<wfw:commentRss>http://www.codeweblog.com/split-the-process-of-recording-management/</wfw:commentRss>
	</item>
		<item>
		<title>Hibernate configuration parameters</title>
		<link>http://www.codeweblog.com/hibernate-configuration-parameters/</link>
		<comments>http://www.codeweblog.com/hibernate-configuration-parameters/#comments</comments>
		<pubDate>Mon, 04 May 2009 12:00:05+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[configuration parameters]]></category>
<category><![CDATA[sql statements]]></category>
<category><![CDATA[sql statement]]></category>
<category><![CDATA[database operations]]></category>
<category><![CDATA[entity class]]></category>
<category><![CDATA[database record]]></category>
<category><![CDATA[j2ee applications]]></category>
<category><![CDATA[web development technology]]></category>
<category><![CDATA[foreign key]]></category>
<category><![CDATA[database java]]></category>
<category><![CDATA[enterprise application development]]></category>
<category><![CDATA[unified appearance]]></category>
<category><![CDATA[time parameters]]></category>
<category><![CDATA[query records]]></category>
<category><![CDATA[rational allocation]]></category>
<category><![CDATA[import value]]></category>
<category><![CDATA[database object]]></category>
<category><![CDATA[select show]]></category>
<category><![CDATA[statement 1]]></category>
<category><![CDATA[technology communication]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/hibernate-configuration-parameters/</guid>
		<description><![CDATA[At J2ee applications, if the Hibernate framework, can be automatically set up the database entities and the Java entity class mapping relations procedures greatly facilitate Java Persistence object ac ...]]></description>
		<content:encoded><![CDATA[At J2ee applications, if the Hibernate framework, can be automatically set up the database entities and the Java entity class mapping relations procedures greatly facilitate Java Persistence object ac ...				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<li><a href="http://www.codeweblog.com/hibernate-primary-key-strategy-sequence/" title="Hibernate primary key strategy-sequence">Hibernate primary key strategy-sequence</a> 2009-02-27 12:34:56</li>
					<li><a href="http://www.codeweblog.com/jdbc-example-of-a-long-time-do-not-have-jdbc-forgot/" title="JDBC example of a long time do not have JDBC forgot">JDBC example of a long time do not have JDBC forgot</a> 2009-02-27 12:34:50</li>
					<li><a href="http://www.codeweblog.com/hibernate-pessimistic-locking-mechanism-for-locking-and-optimistic-locking/" title="Hibernate pessimistic locking mechanism for locking and optimistic locking">Hibernate pessimistic locking mechanism for locking and optimistic locking</a> 2009-02-27 12:33:53</li>
					<li><a href="http://www.codeweblog.com/hibernate-configuration-parameters-hibernate-hbm2ddl-auto/" title="Hibernate configuration parameters hibernate.hbm2ddl.auto">Hibernate configuration parameters hibernate.hbm2ddl.auto</a> 2009-02-27 11:22:24</li>
				</ul>
		</div>
		        ]]></content:encoded>
		<wfw:commentRss>http://www.codeweblog.com/hibernate-configuration-parameters/</wfw:commentRss>
	</item>
		<item>
		<title>Several J2EE business agent model implementation and comparison</title>
		<link>http://www.codeweblog.com/several-j2ee-business-agent-model-implementation-and-comparison/</link>
		<comments>http://www.codeweblog.com/several-j2ee-business-agent-model-implementation-and-comparison/#comments</comments>
		<pubDate>Fri, 01 May 2009 12:55:03+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[business logic]]></category>
<category><![CDATA[implementation layer]]></category>
<category><![CDATA[struts]]></category>
<category><![CDATA[message system]]></category>
<category><![CDATA[database operations]]></category>
<category><![CDATA[software engineering]]></category>
<category><![CDATA[model implementation]]></category>
<category><![CDATA[style css]]></category>
<category><![CDATA[css style]]></category>
<category><![CDATA[coupling]]></category>
<category><![CDATA[import url]]></category>
<category><![CDATA[font family]]></category>
<category><![CDATA[agent model]]></category>
<category><![CDATA[business agent]]></category>
<category><![CDATA[engineering organizations]]></category>
<category><![CDATA[layer technology]]></category>
<category><![CDATA[decoupling]]></category>
<category><![CDATA[performance level]]></category>
<category><![CDATA[azeri]]></category>
<category><![CDATA[size 9]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/several-j2ee-business-agent-model-implementation-and-comparison/</guid>
		<description><![CDATA[Several J2EE business agent model implementation and comparison-UML software engineering organizations - pitaya software &lt;! - @ Import url (.. / css / style.css);. Style3 (font-family: &quot;\ 000B ...]]></description>
		<content:encoded><![CDATA[Several J2EE business agent model implementation and comparison-UML software engineering organizations - pitaya software &lt;! - @ Import url (.. / css / style.css);. Style3 (font-family: &quot;\ 000B ...				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<li><a href="http://www.codeweblog.com/ror-explained/" title="RoR explained">RoR explained</a> 2009-02-27 12:40:02</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/java-class-naming-convention/" title="JAVA Class naming convention">JAVA Class naming convention</a> 2009-02-27 11:22:48</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/several-j2ee-business-agent-model-implementation-and-comparison/</wfw:commentRss>
	</item>
		<item>
		<title>hibernate configuration data source. hibernate - Database Connection Pool</title>
		<link>http://www.codeweblog.com/hibernate-configuration-data-source-hibernate-database-connection-pool/</link>
		<comments>http://www.codeweblog.com/hibernate-configuration-data-source-hibernate-database-connection-pool/#comments</comments>
		<pubDate>Thu, 30 Apr 2009 17:55:02+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[connection pool]]></category>
<category><![CDATA[database connection]]></category>
<category><![CDATA[data source]]></category>
<category><![CDATA[parameters]]></category>
<category><![CDATA[efficiency]]></category>
<category><![CDATA[database operations]]></category>
<category><![CDATA[it168]]></category>
<category><![CDATA[test cases]]></category>
<category><![CDATA[emergence]]></category>
<category><![CDATA[database connections]]></category>
<category><![CDATA[bowen]]></category>
<category><![CDATA[reminder]]></category>
<category><![CDATA[configuration data]]></category>
<category><![CDATA[management mechanisms]]></category>
<category><![CDATA[test framework]]></category>
<category><![CDATA[good management]]></category>
<category><![CDATA[management platform]]></category>
<category><![CDATA[mode 2]]></category>
<category><![CDATA[questions and answers]]></category>
<category><![CDATA[shtml]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/hibernate-configuration-data-source-hibernate-database-connection-pool/</guid>
		<description><![CDATA[In order to configure their own testing environment, and required their entire framework of the abstract, the introduction of the test framework, the tests have their own test cases. Database connecti ...]]></description>
		<content:encoded><![CDATA[In order to configure their own testing environment, and required their entire framework of the abstract, the introduction of the test framework, the tests have their own test cases. Database connecti ...				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<li><a href="http://www.codeweblog.com/hibernate-connection-pool-configuration/" title="Hibernate connection pool configuration">Hibernate connection pool configuration</a> 2009-02-27 10:01:35</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/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-configuration-data-source-hibernate-database-connection-pool/</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>
		<item>
		<title>BEA Tuxedo development experience</title>
		<link>http://www.codeweblog.com/bea-tuxedo-development-experience/</link>
		<comments>http://www.codeweblog.com/bea-tuxedo-development-experience/#comments</comments>
		<pubDate>Tue, 21 Apr 2009 14:10:02+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[database operations]]></category>
<category><![CDATA[c development]]></category>
<category><![CDATA[oltp system]]></category>
<category><![CDATA[border affairs]]></category>
<category><![CDATA[class queue]]></category>
<category><![CDATA[api methods]]></category>
<category><![CDATA[development implementation]]></category>
<category><![CDATA[resource class]]></category>
<category><![CDATA[global transaction]]></category>
<category><![CDATA[time tasks]]></category>
<category><![CDATA[domain structure]]></category>
<category><![CDATA[message queue]]></category>
<category><![CDATA[api function]]></category>
<category><![CDATA[transaction log]]></category>
<category><![CDATA[parallel processing]]></category>
<category><![CDATA[delineation]]></category>
<category><![CDATA[complex systems]]></category>
<category><![CDATA[processing power]]></category>
<category><![CDATA[initiator]]></category>
<category><![CDATA[global services]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/bea-tuxedo-development-experience/</guid>
		<description><![CDATA[The two major selling points: Resources-class services, reliable message queue; Advantages: 1. System uses C / C + + development, implementation of more efficient than JAVA, fit in the OLTP system; 2. ...]]></description>
		<content:encoded><![CDATA[The two major selling points: Resources-class services, reliable message queue; Advantages: 1. System uses C / C + + development, implementation of more efficient than JAVA, fit in the OLTP system; 2. ...				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<li><a href="http://www.codeweblog.com/j2ee-development-without-ejb-reading-notes/" title="J2ee Development Without ejb reading Notes <1>">J2ee Development Without ejb reading Notes <1></a> 2009-04-02 03:50:03</li>
					<li><a href="http://www.codeweblog.com/hibernate-mapping-inverse-and-cascade-collection-detailed/" title="hibernate mapping inverse and cascade Collection Detailed">hibernate mapping inverse and cascade Collection Detailed</a> 2009-03-30 17:50:03</li>
					<li><a href="http://www.codeweblog.com/faster-completion-of-projects/" title="Faster completion of projects">Faster completion of projects</a> 2009-03-13 10:45:02</li>
					<li><a href="http://www.codeweblog.com/ajax-input-prompt-implementation/" title="ajax input prompt implementation">ajax input prompt implementation</a> 2009-03-07 11:20:02</li>
					<li><a href="http://www.codeweblog.com/jbpm-development-getting-started-guide/" title="jBPM Development Getting Started Guide">jBPM Development Getting Started Guide</a> 2009-02-28 07:00:10</li>
				</ul>
		</div>
		        ]]></content:encoded>
		<wfw:commentRss>http://www.codeweblog.com/bea-tuxedo-development-experience/</wfw:commentRss>
	</item>
		<item>
		<title>JAVA open-source Encyclopedia</title>
		<link>http://www.codeweblog.com/java-open-source-encyclopedia/</link>
		<comments>http://www.codeweblog.com/java-open-source-encyclopedia/#comments</comments>
		<pubDate>Mon, 13 Apr 2009 13:40:02+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[connection pool]]></category>
<category><![CDATA[jar file]]></category>
<category><![CDATA[quot quot]]></category>
<category><![CDATA[database operations]]></category>
<category><![CDATA[web application development]]></category>
<category><![CDATA[data cache]]></category>
<category><![CDATA[java open source]]></category>
<category><![CDATA[application development framework]]></category>
<category><![CDATA[template engine]]></category>
<category><![CDATA[open source java]]></category>
<category><![CDATA[java web application development]]></category>
<category><![CDATA[java class library]]></category>
<category><![CDATA[database mechanisms]]></category>
<category><![CDATA[source encyclopedia]]></category>
<category><![CDATA[freemat]]></category>
<category><![CDATA[java implementation]]></category>
<category><![CDATA[mathematical expression]]></category>
<category><![CDATA[vcf file]]></category>
<category><![CDATA[graphical results]]></category>
<category><![CDATA[cache engine]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/java-open-source-encyclopedia/</guid>
		<description><![CDATA[[Web development framework LazyJ] → LazyJ is a Java Web Application Date: Sunday, 07 Dec 2008 22:36 LazyJ is a Java Web application development framework. Including: &lt;LI&gt; a very quick template e ...]]></description>
		<content:encoded><![CDATA[[Web development framework LazyJ] → LazyJ is a Java Web Application Date: Sunday, 07 Dec 2008 22:36 LazyJ is a Java Web application development framework. Including: &lt;LI&gt; a very quick template e ...				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<li><a href="http://www.codeweblog.com/java-read-file/" title="java read file">java read file</a> 2009-02-27 12:35:13</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/java-ee-jsp-jndi/" title="JAVA EE JSP_JNDI">JAVA EE JSP_JNDI</a> 2009-02-27 10:01:54</li>
					<li><a href="http://www.codeweblog.com/hibernate-connection-pool-configuration/" title="Hibernate connection pool configuration">Hibernate connection pool configuration</a> 2009-02-27 10:01:35</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/java-open-source-encyclopedia/</wfw:commentRss>
	</item>
		<item>
		<title>J2ee Development Without ejb reading Notes <1></title>
		<link>http://www.codeweblog.com/j2ee-development-without-ejb-reading-notes/</link>
		<comments>http://www.codeweblog.com/j2ee-development-without-ejb-reading-notes/#comments</comments>
		<pubDate>Thu, 02 Apr 2009 03:50: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[persistent object]]></category>
<category><![CDATA[database operations]]></category>
<category><![CDATA[ejb container]]></category>
<category><![CDATA[action gt]]></category>
<category><![CDATA[cow]]></category>
<category><![CDATA[reconstruction]]></category>
<category><![CDATA[developers]]></category>
<category><![CDATA[basic elements]]></category>
<category><![CDATA[nice ring]]></category>
<category><![CDATA[testability]]></category>
<category><![CDATA[matter of opinion]]></category>
<category><![CDATA[project director]]></category>
<category><![CDATA[masterpieces]]></category>
<category><![CDATA[rod johnson]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/j2ee-development-without-ejb-reading-notes/</guid>
		<description><![CDATA[Our company is too old to use the framework, and is based on jdk1.4, of course, this does not deny that she is an excellent framework. Recently, the project director to allow me to take some time to s ...]]></description>
		<content:encoded><![CDATA[Our company is too old to use the framework, and is based on jdk1.4, of course, this does not deny that she is an excellent framework. Recently, the project director to allow me to take some time to s ...				<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/application-of-spring-struts2-0-hibernate-hql/" title="Application of spring struts2.0 hibernate HQL">Application of spring struts2.0 hibernate HQL</a> 2009-02-27 11:20:38</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/j2ee-development-without-ejb-reading-notes/</wfw:commentRss>
	</item>
		<item>
		<title>hibernate mapping inverse and cascade Collection Detailed</title>
		<link>http://www.codeweblog.com/hibernate-mapping-inverse-and-cascade-collection-detailed/</link>
		<comments>http://www.codeweblog.com/hibernate-mapping-inverse-and-cascade-collection-detailed/#comments</comments>
		<pubDate>Mon, 30 Mar 2009 17:50:03+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[implementation]]></category>
<category><![CDATA[pojo]]></category>
<category><![CDATA[sql statements]]></category>
<category><![CDATA[sql statement]]></category>
<category><![CDATA[consistency]]></category>
<category><![CDATA[two tables]]></category>
<category><![CDATA[relationship]]></category>
<category><![CDATA[database operations]]></category>
<category><![CDATA[bridge]]></category>
<category><![CDATA[execution]]></category>
<category><![CDATA[cascade collection]]></category>
<category><![CDATA[address school]]></category>
<category><![CDATA[school id]]></category>
<category><![CDATA[set address]]></category>
<category><![CDATA[party 3]]></category>
<category><![CDATA[school address]]></category>
<category><![CDATA[aggregate]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/hibernate-mapping-inverse-and-cascade-collection-detailed/</guid>
		<description><![CDATA[# Assume that there is a relationship between the table ADDRESS_SCHOOL, has two fields ADDRESS_ID, SCHOOL_ID, # The two fields corresponding to ADDRESS and the key two tables SCHOOL (11) insert the SQ ...]]></description>
		<content:encoded><![CDATA[# Assume that there is a relationship between the table ADDRESS_SCHOOL, has two fields ADDRESS_ID, SCHOOL_ID, # The two fields corresponding to ADDRESS and the key two tables SCHOOL (11) insert the SQ ...				<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/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/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/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/hibernate-s-lazy-strategy/" title="Hibernate's lazy strategy">Hibernate's lazy strategy</a> 2009-02-27 09:44:43</li>
				</ul>
		</div>
		        ]]></content:encoded>
		<wfw:commentRss>http://www.codeweblog.com/hibernate-mapping-inverse-and-cascade-collection-detailed/</wfw:commentRss>
	</item>
		<item>
		<title>ajax input prompt implementation</title>
		<link>http://www.codeweblog.com/ajax-input-prompt-implementation/</link>
		<comments>http://www.codeweblog.com/ajax-input-prompt-implementation/#comments</comments>
		<pubDate>Sat, 07 Mar 2009 11:20:02+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[AJAX]]></category>
		<category><![CDATA[import java]]></category>
<category><![CDATA[null return]]></category>
<category><![CDATA[java sql]]></category>
<category><![CDATA[sql connection]]></category>
<category><![CDATA[drivermanager]]></category>
<category><![CDATA[sqlexception]]></category>
<category><![CDATA[resultset]]></category>
<category><![CDATA[java package]]></category>
<category><![CDATA[sql statement]]></category>
<category><![CDATA[string url]]></category>
<category><![CDATA[google]]></category>
<category><![CDATA[database operations]]></category>
<category><![CDATA[return str]]></category>
<category><![CDATA[google search]]></category>
<category><![CDATA[implementation projects]]></category>
<category><![CDATA[private connection]]></category>
<category><![CDATA[web action]]></category>
<category><![CDATA[string username]]></category>
<category><![CDATA[string password]]></category>
<category><![CDATA[billows]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/ajax-input-prompt-implementation/</guid>
		<description><![CDATA[Projects have used at the time entered by the user to give some tips, suggesting that the contents are extracted from the database (in Chinese). So a google search under the amended part of their code ...]]></description>
		<content:encoded><![CDATA[Projects have used at the time entered by the user to give some tips, suggesting that the contents are extracted from the database (in Chinese). So a google search under the amended part of their code ...				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<li><a href="http://www.codeweblog.com/can-not-be-represented-as-java-sql-timestamp/" title="can not be represented as java.sql.Timestamp">can not be represented as java.sql.Timestamp</a> 2009-02-27 09:46:14</li>
					<li><a href="http://www.codeweblog.com/first-hibernate-example/" title="First Hibernate Example">First Hibernate Example</a> 2009-02-27 09:46:02</li>
					<li><a href="http://www.codeweblog.com/hibernate-annotation-using-notebook/" title="Hibernate annotation using notebook">Hibernate annotation using notebook</a> 2009-02-27 09:45:46</li>
					<li><a href="http://www.codeweblog.com/struts2-hibernate-spring-problem-user-log-in/" title="Struts2 + hibernate + spring problem user log in">Struts2 + hibernate + spring problem user log in</a> 2009-02-27 09:45:41</li>
				</ul>
		</div>
		        ]]></content:encoded>
		<wfw:commentRss>http://www.codeweblog.com/ajax-input-prompt-implementation/</wfw:commentRss>
	</item>
		<item>
		<title>jBPM Development Getting Started Guide</title>
		<link>http://www.codeweblog.com/jbpm-development-getting-started-guide/</link>
		<comments>http://www.codeweblog.com/jbpm-development-getting-started-guide/#comments</comments>
		<pubDate>Sat, 28 Feb 2009 07:00:10+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[eclipse]]></category>
<category><![CDATA[java development]]></category>
<category><![CDATA[system variables]]></category>
<category><![CDATA[plug ins]]></category>
<category><![CDATA[open source software]]></category>
<category><![CDATA[installation ant]]></category>
<category><![CDATA[workflow engine]]></category>
<category><![CDATA[workflow system]]></category>
<category><![CDATA[apache ant]]></category>
<category><![CDATA[immature stage]]></category>
<category><![CDATA[message management]]></category>
<category><![CDATA[database operations]]></category>
<category><![CDATA[necessary tool]]></category>
<category><![CDATA[company message]]></category>
<category><![CDATA[getting started guide]]></category>
<category><![CDATA[study reference]]></category>
<category><![CDATA[audit operations]]></category>
<category><![CDATA[stage of development]]></category>
<category><![CDATA[jbpm]]></category>
<category><![CDATA[shark]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/jbpm-development-getting-started-guide/</guid>
		<description><![CDATA[Although the workflow is still immature stage of development, not even a recognized standard. But its application has already been launched in the Express, indicating the market&#39;s demand for job-f ...]]></description>
		<content:encoded><![CDATA[Although the workflow is still immature stage of development, not even a recognized standard. But its application has already been launched in the Express, indicating the market&#39;s demand for job-f ...				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<li><a href="http://www.codeweblog.com/openfire-plugin-developer-s-guide/" title="Openfire Plugin Developer's Guide">Openfire Plugin Developer's Guide</a> 2009-02-28 01:55:03</li>
					<li><a href="http://www.codeweblog.com/ejb-ant-script-to-deploy-template-works/" title="EJB ant script to deploy template works">EJB ant script to deploy template works</a> 2009-02-27 13:52:05</li>
					<li><a href="http://www.codeweblog.com/log4j-easy-application-in-java/" title="log4j easy application in java">log4j easy application in java</a> 2009-02-27 13:51:33</li>
					<li><a href="http://www.codeweblog.com/myeclipse-plugin/" title="myeclipse plugin">myeclipse plugin</a> 2009-02-27 09:46:56</li>
					<li><a href="http://www.codeweblog.com/java-technology-eclipse-explain-the-use-of-techniques/" title="Java technology: Eclipse explain the use of techniques">Java technology: Eclipse explain the use of techniques</a> 2009-02-27 09:46:30</li>
				</ul>
		</div>
		        ]]></content:encoded>
		<wfw:commentRss>http://www.codeweblog.com/jbpm-development-getting-started-guide/</wfw:commentRss>
	</item>
	</channel>
</rss>
