<?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 access</title>
	<atom:link href="http://www.codeweblog.com/feed/tag/database-access/" rel="self" type="application/rss+xml" />
	<link>http://www.codeweblog.com/</link>
	<description>database access</description>
	<pubDate>Fri, 19 Mar 2010 21:29:06+0000</pubDate>
	<generator>http://www.codeweblog.com/</generator>
	<language>en</language>
		<item>
		<title>Hibernate cache of learning</title>
		<link>http://www.codeweblog.com/hibernate-cache-of-learning/</link>
		<comments>http://www.codeweblog.com/hibernate-cache-of-learning/#comments</comments>
		<pubDate>Wed, 18 Nov 2009 23:45:02+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[data access]]></category>
<category><![CDATA[level cache]]></category>
<category><![CDATA[session level]]></category>
<category><![CDATA[transaction level]]></category>
<category><![CDATA[persistence layer]]></category>
<category><![CDATA[orm]]></category>
<category><![CDATA[database access]]></category>
<category><![CDATA[data cache]]></category>
<category><![CDATA[life cycle]]></category>
<category><![CDATA[database data]]></category>
<category><![CDATA[relevant data]]></category>
<category><![CDATA[transaction isolation]]></category>
<category><![CDATA[realization]]></category>
<category><![CDATA[application services]]></category>
<category><![CDATA[database services]]></category>
<category><![CDATA[application level]]></category>
<category><![CDATA[memory operation]]></category>
<category><![CDATA[shortcoming]]></category>
<category><![CDATA[management strategies]]></category>
<category><![CDATA[demise]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/hibernate-cache-of-learning/</guid>
		<description><![CDATA[Hibernate for the ORM this type is concerned, the more important cache significantly, it is the persistence layer the key to performance. Simply put, Hibernate is packaged JDBC in order to achieve the ...]]></description>
		<content:encoded><![CDATA[Hibernate for the ORM this type is concerned, the more important cache significantly, it is the persistence layer the key to performance. Simply put, Hibernate is packaged JDBC in order to achieve the ...				<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/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/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>
				</ul>
		</div>
		        ]]></content:encoded>
		<wfw:commentRss>http://www.codeweblog.com/hibernate-cache-of-learning/</wfw:commentRss>
	</item>
		<item>
		<title>Notes Object Persistence</title>
		<link>http://www.codeweblog.com/notes-object-persistence/</link>
		<comments>http://www.codeweblog.com/notes-object-persistence/#comments</comments>
		<pubDate>Sun, 25 Oct 2009 13:15:02+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[business logic]]></category>
<category><![CDATA[object model]]></category>
<category><![CDATA[object oriented programming]]></category>
<category><![CDATA[relational model]]></category>
<category><![CDATA[object persistence]]></category>
<category><![CDATA[domain object]]></category>
<category><![CDATA[database access]]></category>
<category><![CDATA[syntax error]]></category>
<category><![CDATA[data models]]></category>
<category><![CDATA[data model]]></category>
<category><![CDATA[run time error]]></category>
<category><![CDATA[java domain]]></category>
<category><![CDATA[domain objects]]></category>
<category><![CDATA[access code]]></category>
<category><![CDATA[database 2]]></category>
<category><![CDATA[program structure]]></category>
<category><![CDATA[poor readability]]></category>
<category><![CDATA[business entity]]></category>
<category><![CDATA[session ejb]]></category>
<category><![CDATA[relevant code]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/notes-object-persistence/</guid>
		<description><![CDATA[III. Java domain objects used in the comparison lasting technology Java in the current total of five kinds of commonly used model to achieve lasting: 1 jdbc direct access to the database 2 active doma ...]]></description>
		<content:encoded><![CDATA[III. Java domain objects used in the comparison lasting technology Java in the current total of five kinds of commonly used model to achieve lasting: 1 jdbc direct access to the database 2 active doma ...				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<li><a href="http://www.codeweblog.com/object-oriented-design-principles-11/" title="Object-oriented design principles 11">Object-oriented design principles 11</a> 2009-02-28 05:00:07</li>
					<li><a href="http://www.codeweblog.com/flex-integrating-spring-hibernate/" title="FLEX: integrating Spring + Hibernate">FLEX: integrating Spring + Hibernate</a> 2009-02-27 12:34:47</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/notes-object-persistence/</wfw:commentRss>
	</item>
		<item>
		<title>way to generate primary key hibernate</title>
		<link>http://www.codeweblog.com/way-to-generate-primary-key-hibernate/</link>
		<comments>http://www.codeweblog.com/way-to-generate-primary-key-hibernate/#comments</comments>
		<pubDate>Sun, 13 Sep 2009 19:15:03+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[key generation]]></category>
<category><![CDATA[database table]]></category>
<category><![CDATA[increment]]></category>
<category><![CDATA[primary key]]></category>
<category><![CDATA[database access]]></category>
<category><![CDATA[instances]]></category>
<category><![CDATA[hilo]]></category>
<category><![CDATA[hex]]></category>
<category><![CDATA[algorithm]]></category>
<category><![CDATA[uuid]]></category>
<category><![CDATA[generation mechanism]]></category>
<category><![CDATA[realization]]></category>
<category><![CDATA[sequence database]]></category>
<category><![CDATA[server mysql]]></category>
<category><![CDATA[hexadecimal values]]></category>
<category><![CDATA[sequence 7]]></category>
<category><![CDATA[optional description]]></category>
<category><![CDATA[database issues]]></category>
<category><![CDATA[key generator]]></category>
<category><![CDATA[maximum value]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/way-to-generate-primary-key-hibernate/</guid>
		<description><![CDATA[Key Generator Primary key generator optional Description: 1) assigned Primary key generated by the external process is responsible for the need to participate in Hibernate. 2) hilo Through the hi / lo ...]]></description>
		<content:encoded><![CDATA[Key Generator Primary key generator optional Description: 1) assigned Primary key generated by the external process is responsible for the need to participate in Hibernate. 2) hilo Through the hi / lo ...				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<li><a href="http://www.codeweblog.com/hibernate-using-c3p0-connection-pooling/" title="hibernate using c3p0 connection pooling">hibernate using c3p0 connection pooling</a> 2009-02-27 12:33:05</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-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/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/way-to-generate-primary-key-hibernate/</wfw:commentRss>
	</item>
		<item>
		<title>Configure Hibernate Proxool</title>
		<link>http://www.codeweblog.com/configure-hibernate-proxool/</link>
		<comments>http://www.codeweblog.com/configure-hibernate-proxool/#comments</comments>
		<pubDate>Fri, 04 Sep 2009 09:15:02+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[lt xml]]></category>
<category><![CDATA[connection pool]]></category>
<category><![CDATA[jdbc mysql]]></category>
<category><![CDATA[driver lt]]></category>
<category><![CDATA[localhost]]></category>
<category><![CDATA[alias]]></category>
<category><![CDATA[123456]]></category>
<category><![CDATA[resource file]]></category>
<category><![CDATA[database driver]]></category>
<category><![CDATA[database access]]></category>
<category><![CDATA[getconnection]]></category>
<category><![CDATA[previous version]]></category>
<category><![CDATA[garbage problem]]></category>
<category><![CDATA[jdbc database]]></category>
<category><![CDATA[maximum connection]]></category>
<category><![CDATA[ycoe]]></category>
<category><![CDATA[database address]]></category>
<category><![CDATA[profile configuration]]></category>
<category><![CDATA[current date]]></category>
<category><![CDATA[webshop]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/configure-hibernate-proxool/</guid>
		<description><![CDATA[Using Hibernate built-in connection pool performance is not high, but also the existence of BUG. Therefore recommend the use of official or c3p0 connection pool Proxool. Here, I introduced the use of  ...]]></description>
		<content:encoded><![CDATA[Using Hibernate built-in connection pool performance is not high, but also the existence of BUG. Therefore recommend the use of official or c3p0 connection pool Proxool. Here, I introduced the use of  ...				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<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/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/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/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>
					<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>
				</ul>
		</div>
		        ]]></content:encoded>
		<wfw:commentRss>http://www.codeweblog.com/configure-hibernate-proxool/</wfw:commentRss>
	</item>
		<item>
		<title>Spring 2.5 TestContext use testing framework</title>
		<link>http://www.codeweblog.com/spring-2-5-testcontext-use-testing-framework/</link>
		<comments>http://www.codeweblog.com/spring-2-5-testcontext-use-testing-framework/#comments</comments>
		<pubDate>Mon, 31 Aug 2009 09:55:03+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[spring framework]]></category>
<category><![CDATA[test cases]]></category>
<category><![CDATA[rollback]]></category>
<category><![CDATA[database access]]></category>
<category><![CDATA[framework introduction]]></category>
<category><![CDATA[test version]]></category>
<category><![CDATA[test data]]></category>
<category><![CDATA[ioc]]></category>
<category><![CDATA[test framework]]></category>
<category><![CDATA[java script]]></category>
<category><![CDATA[cyrillic characters]]></category>
<category><![CDATA[dbcs]]></category>
<category><![CDATA[websphere application server]]></category>
<category><![CDATA[webspher]]></category>
<category><![CDATA[ibm websphere application server]]></category>
<category><![CDATA[surface spring]]></category>
<category><![CDATA[series spring]]></category>
<category><![CDATA[development success]]></category>
<category><![CDATA[spring series]]></category>
<category><![CDATA[typical operation]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/spring-2-5-testcontext-use-testing-framework/</guid>
		<description><![CDATA[Spring 2.5 TestContext testing framework for testing procedures for Spring-based, TestContext test version of Spring framework and low-testing framework does not in any way related to, is a new testin ...]]></description>
		<content:encoded><![CDATA[Spring 2.5 TestContext testing framework for testing procedures for Spring-based, TestContext test version of Spring framework and low-testing framework does not in any way related to, is a new testin ...				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<li><a href="http://www.codeweblog.com/hibernate-easy-extract/" title="Hibernate easy extract">Hibernate easy extract</a> 2009-03-02 12:05:14</li>
					<li><a href="http://www.codeweblog.com/hibernate-technical-study-notes-first/" title="hibernate Technical Study Notes (first)">hibernate Technical Study Notes (first)</a> 2009-03-01 18:38:00</li>
					<li><a href="http://www.codeweblog.com/junit-unit-testing-summary/" title="JUnit Unit Testing Summary">JUnit Unit Testing Summary</a> 2009-03-01 05:35:02</li>
					<li><a href="http://www.codeweblog.com/spring-jar-package-detailed/" title="Spring jar package Detailed">Spring jar package Detailed</a> 2009-02-28 16:00:32</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>
				</ul>
		</div>
		        ]]></content:encoded>
		<wfw:commentRss>http://www.codeweblog.com/spring-2-5-testcontext-use-testing-framework/</wfw:commentRss>
	</item>
		<item>
		<title>Through the secondary cache to speed up your hibernate application</title>
		<link>http://www.codeweblog.com/through-the-secondary-cache-to-speed-up-your-hibernate-application/</link>
		<comments>http://www.codeweblog.com/through-the-secondary-cache-to-speed-up-your-hibernate-application/#comments</comments>
		<pubDate>Sun, 19 Apr 2009 09:05:03+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[database interaction]]></category>
<category><![CDATA[secondary cache]]></category>
<category><![CDATA[java technology]]></category>
<category><![CDATA[performance problems]]></category>
<category><![CDATA[database access]]></category>
<category><![CDATA[data cache]]></category>
<category><![CDATA[performance issues]]></category>
<category><![CDATA[database data]]></category>
<category><![CDATA[inevitable place]]></category>
<category><![CDATA[j2ee architecture]]></category>
<category><![CDATA[john ferguson]]></category>
<category><![CDATA[cache design]]></category>
<category><![CDATA[architecture development]]></category>
<category><![CDATA[query service]]></category>
<category><![CDATA[data volume]]></category>
<category><![CDATA[technology experience]]></category>
<category><![CDATA[data flow]]></category>
<category><![CDATA[application performance]]></category>
<category><![CDATA[database applications]]></category>
<category><![CDATA[author john]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/through-the-secondary-cache-to-speed-up-your-hibernate-application/</guid>
		<description><![CDATA[Keywords: hibernate second cache Flanging edge because I also learn, there is nothing inevitable place undue Translations are welcome to U.S. criticism Original Title: Speed Up Your Hibernate Applicat ...]]></description>
		<content:encoded><![CDATA[Keywords: hibernate second cache Flanging edge because I also learn, there is nothing inevitable place undue Translations are welcome to U.S. criticism Original Title: Speed Up Your Hibernate Applicat ...				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<li><a href="http://www.codeweblog.com/java-programmer-job/" title="Java Programmer job">Java Programmer job</a> 2009-02-27 13:52:24</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-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>
					<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/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/through-the-secondary-cache-to-speed-up-your-hibernate-application/</wfw:commentRss>
	</item>
		<item>
		<title>web developed by a number of issues (java directions)</title>
		<link>http://www.codeweblog.com/web-developed-by-a-number-of-issues-java-directions/</link>
		<comments>http://www.codeweblog.com/web-developed-by-a-number-of-issues-java-directions/#comments</comments>
		<pubDate>Fri, 27 Mar 2009 12:30:02+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[level cache]]></category>
<category><![CDATA[secondary cache]]></category>
<category><![CDATA[batch size]]></category>
<category><![CDATA[configuration parameters]]></category>
<category><![CDATA[database design]]></category>
<category><![CDATA[performance problems]]></category>
<category><![CDATA[database access]]></category>
<category><![CDATA[cache management]]></category>
<category><![CDATA[entire project]]></category>
<category><![CDATA[query api]]></category>
<category><![CDATA[optimization problem]]></category>
<category><![CDATA[paging solutions]]></category>
<category><![CDATA[generation mechanism]]></category>
<category><![CDATA[optimization techniques]]></category>
<category><![CDATA[access databases]]></category>
<category><![CDATA[redundant data]]></category>
<category><![CDATA[control strategy]]></category>
<category><![CDATA[performance tuning]]></category>
<category><![CDATA[answers to questions]]></category>
<category><![CDATA[stresses]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/web-developed-by-a-number-of-issues-java-directions/</guid>
		<description><![CDATA[Internship soon, and the company give me a number of questions, let me seriously think about. I encountered some problems, some not, I check the information from the Internet, and finally put together ...]]></description>
		<content:encoded><![CDATA[Internship soon, and the company give me a number of questions, let me seriously think about. I encountered some problems, some not, I check the information from the Internet, and finally put together ...				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<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>
					<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-secondary-cache/" title="Hibernate secondary cache">Hibernate secondary cache</a> 2009-02-27 09:45:24</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/web-developed-by-a-number-of-issues-java-directions/</wfw:commentRss>
	</item>
		<item>
		<title>JavaScript can not do things 6,7</title>
		<link>http://www.codeweblog.com/javascript-can-not-do-things-6-7/</link>
		<comments>http://www.codeweblog.com/javascript-can-not-do-things-6-7/#comments</comments>
		<pubDate>Mon, 09 Mar 2009 20:05:02+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[AJAX]]></category>
		<category><![CDATA[ajax]]></category>
<category><![CDATA[efficiency]]></category>
<category><![CDATA[script file]]></category>
<category><![CDATA[json]]></category>
<category><![CDATA[database access]]></category>
<category><![CDATA[plain text document]]></category>
<category><![CDATA[server side script]]></category>
<category><![CDATA[server side scripting]]></category>
<category><![CDATA[browser restrictions]]></category>
<category><![CDATA[safety considerations]]></category>
<category><![CDATA[office documents]]></category>
<category><![CDATA[security considerations]]></category>
<category><![CDATA[respects]]></category>
<category><![CDATA[browser window]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/javascript-can-not-do-things-6-7/</guid>
		<description><![CDATA[Although in many respects, JavaScript can be used to improve your website and improve your efficiency visit the Web site, but it also has a few things the JavaScript can not do. One of some of the lim ...]]></description>
		<content:encoded><![CDATA[Although in many respects, JavaScript can be used to improve your website and improve your efficiency visit the Web site, but it also has a few things the JavaScript can not do. One of some of the lim ...				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<li><a href="http://www.codeweblog.com/depth-understanding-of-the-eval-function-in-javascript/" title="Depth understanding of the eval function in javascript">Depth understanding of the eval function in javascript</a> 2009-03-01 20:15:02</li>
					<li><a href="http://www.codeweblog.com/jquery-ajax-example/" title="jquery ajax example">jquery ajax example</a> 2009-03-01 19:15:02</li>
					<li><a href="http://www.codeweblog.com/js-after-ajax-request-return-of-the-problem-can-not-be-implemented/" title="JS after ajax request return of the problem can not be implemented">JS after ajax request return of the problem can not be implemented</a> 2009-03-01 17:15:02</li>
					<li><a href="http://www.codeweblog.com/the-company-first-entered-the-company-i-would-like-to-optimize-sql-project/" title="The company first entered the company I would like to Optimize SQL project">The company first entered the company I would like to Optimize SQL project</a> 2009-02-28 03:55:04</li>
					<li><a href="http://www.codeweblog.com/js-charts-extjs-implementation-tools-can-be-combined/" title="JS charts extjs implementation tools can be combined">JS charts extjs implementation tools can be combined</a> 2009-02-27 20:55:02</li>
				</ul>
		</div>
		        ]]></content:encoded>
		<wfw:commentRss>http://www.codeweblog.com/javascript-can-not-do-things-6-7/</wfw:commentRss>
	</item>
		<item>
		<title>Hibernate easy extract</title>
		<link>http://www.codeweblog.com/hibernate-easy-extract/</link>
		<comments>http://www.codeweblog.com/hibernate-easy-extract/#comments</comments>
		<pubDate>Mon, 02 Mar 2009 12:05:14+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[database connection]]></category>
<category><![CDATA[jdbc driver]]></category>
<category><![CDATA[sql statements]]></category>
<category><![CDATA[application servers]]></category>
<category><![CDATA[connection pool management]]></category>
<category><![CDATA[interface domain]]></category>
<category><![CDATA[pool technology]]></category>
<category><![CDATA[relevant parameters]]></category>
<category><![CDATA[access interface]]></category>
<category><![CDATA[oriented package]]></category>
<category><![CDATA[domain object]]></category>
<category><![CDATA[abnormal state]]></category>
<category><![CDATA[object mode]]></category>
<category><![CDATA[resources system]]></category>
<category><![CDATA[socket connection]]></category>
<category><![CDATA[comprehensive management]]></category>
<category><![CDATA[database servers]]></category>
<category><![CDATA[package names]]></category>
<category><![CDATA[database access]]></category>
<category><![CDATA[database server]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/hibernate-easy-extract/</guid>
		<description><![CDATA[Simple terms the following excerpt from hibernate: DAO mode, the database access layer implementation is hidden to the Data Accessor, the front said, DAO mode are in fact a combination of two modes, n ...]]></description>
		<content:encoded><![CDATA[Simple terms the following excerpt from hibernate: DAO mode, the database access layer implementation is hidden to the Data Accessor, the front said, DAO mode are in fact a combination of two modes, n ...				<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/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-easy-extract/</wfw:commentRss>
	</item>
	</channel>
</rss>
