<?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>several times</title>
	<atom:link href="http://www.codeweblog.com/feed/tag/several-times/" rel="self" type="application/rss+xml" />
	<link>http://www.codeweblog.com/</link>
	<description>several times</description>
	<pubDate>Fri, 19 Mar 2010 13:46:29+0000</pubDate>
	<generator>http://www.codeweblog.com/</generator>
	<language>en</language>
		<item>
		<title>jdbc of the Statement, PreparedStatement, CallableStatement</title>
		<link>http://www.codeweblog.com/jdbc-of-the-statement-preparedstatement-callablestatement/</link>
		<comments>http://www.codeweblog.com/jdbc-of-the-statement-preparedstatement-callablestatement/#comments</comments>
		<pubDate>Thu, 04 Feb 2010 21:55:37+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[implementation]]></category>
<category><![CDATA[sql statements]]></category>
<category><![CDATA[interface]]></category>
<category><![CDATA[efficiency]]></category>
<category><![CDATA[several times]]></category>
<category><![CDATA[input parameters]]></category>
<category><![CDATA[maintainability]]></category>
<category><![CDATA[return result]]></category>
<category><![CDATA[callablestatement]]></category>
<category><![CDATA[input output]]></category>
<category><![CDATA[variable parameter]]></category>
<category><![CDATA[code readability]]></category>
<category><![CDATA[procedure syntax]]></category>
<category><![CDATA[sql course]]></category>
<category><![CDATA[output parameter]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/jdbc-of-the-statement-preparedstatement-callablestatement/</guid>
		<description><![CDATA[Statement each time you run sql statement, the database should be the implementation of sql statements to compile, it is best used only to perform a query and returns the results of the case, more eff ...]]></description>
		<content:encoded><![CDATA[Statement each time you run sql statement, the database should be the implementation of sql statements to compile, it is best used only to perform a query and returns the results of the case, more eff ...				<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/nan-jing-5-when-ibatis-hibernate-mixed-affairs-pay-attention-to-your-sql/" title="Nan-Jing 5: When IBatis.Hibernate mixed affairs, pay attention to your SQL">Nan-Jing 5: When IBatis.Hibernate mixed affairs, pay attention to your SQL</a> 2009-02-27 10:01:47</li>
					<li><a href="http://www.codeweblog.com/hibernate-to-use-the-principle-of/" title="hibernate to use the principle of">hibernate to use the principle of</a> 2009-02-27 09:47:00</li>
					<li><a href="http://www.codeweblog.com/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/jdbc-of-the-statement-preparedstatement-callablestatement/</wfw:commentRss>
	</item>
		<item>
		<title>The first day of Javascript</title>
		<link>http://www.codeweblog.com/the-first-day-of-javascript/</link>
		<comments>http://www.codeweblog.com/the-first-day-of-javascript/#comments</comments>
		<pubDate>Wed, 21 Oct 2009 00:45:22+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[AJAX]]></category>
		<category><![CDATA[lt]]></category>
<category><![CDATA[gt 5]]></category>
<category><![CDATA[several times]]></category>
<category><![CDATA[firebug]]></category>
<category><![CDATA[target]]></category>
<category><![CDATA[elements]]></category>
<category><![CDATA[new id]]></category>
<category><![CDATA[document body]]></category>
<category><![CDATA[distinction]]></category>
<category><![CDATA[subset]]></category>
<category><![CDATA[new element]]></category>
<category><![CDATA[container document]]></category>
<category><![CDATA[node results]]></category>
<category><![CDATA[node id]]></category>
<category><![CDATA[aaaaaaaa]]></category>
<category><![CDATA[insertbefore]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/the-first-day-of-javascript/</guid>
		<description><![CDATA[container.appendChild (mes); document.body.appendChild (container); var newpara = container.cloneNode (true); / / true and false distinction document.body.appendChild (newpara); var newpara = containe ...]]></description>
		<content:encoded><![CDATA[container.appendChild (mes); document.body.appendChild (container); var newpara = container.cloneNode (true); / / true and false distinction document.body.appendChild (newpara); var newpara = containe ...				<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/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/the-first-day-of-javascript/</wfw:commentRss>
	</item>
		<item>
		<title>MOCK objects using examples of unit testing on the</title>
		<link>http://www.codeweblog.com/mock-objects-using-examples-of-unit-testing-on-the/</link>
		<comments>http://www.codeweblog.com/mock-objects-using-examples-of-unit-testing-on-the/#comments</comments>
		<pubDate>Tue, 15 Sep 2009 10:55:03+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[database table]]></category>
<category><![CDATA[intention]]></category>
<category><![CDATA[servlet]]></category>
<category><![CDATA[authentication]]></category>
<category><![CDATA[code generation]]></category>
<category><![CDATA[object oriented design]]></category>
<category><![CDATA[several times]]></category>
<category><![CDATA[operating environment]]></category>
<category><![CDATA[object oriented software]]></category>
<category><![CDATA[consequences]]></category>
<category><![CDATA[developers]]></category>
<category><![CDATA[user interface]]></category>
<category><![CDATA[proxy class]]></category>
<category><![CDATA[containers]]></category>
<category><![CDATA[network connectivity]]></category>
<category><![CDATA[database connectivity]]></category>
<category><![CDATA[software testing]]></category>
<category><![CDATA[test mode]]></category>
<category><![CDATA[system components]]></category>
<category><![CDATA[simulation code]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/mock-objects-using-examples-of-unit-testing-on-the/</guid>
		<description><![CDATA[1. What&#39;s the problem? The goal of unit testing is a one way authentication only, small step forward, fine-grained tests, but if a certain method depends on a number of other difficult to control  ...]]></description>
		<content:encoded><![CDATA[1. What&#39;s the problem? The goal of unit testing is a one way authentication only, small step forward, fine-grained tests, but if a certain method depends on a number of other difficult to control  ...				<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/webqq-extjs-servlet-hibernate-spring-implementation/" title="WebQQ, ExtJs + Servlet + Hibernate + Spring implementation">WebQQ, ExtJs + Servlet + Hibernate + Spring implementation</a> 2009-02-27 11:22:18</li>
					<li><a href="http://www.codeweblog.com/nan-jing-5-when-ibatis-hibernate-mixed-affairs-pay-attention-to-your-sql/" title="Nan-Jing 5: When IBatis.Hibernate mixed affairs, pay attention to your SQL">Nan-Jing 5: When IBatis.Hibernate mixed affairs, pay attention to your SQL</a> 2009-02-27 10:01:47</li>
					<li><a href="http://www.codeweblog.com/hibernate-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/mock-objects-using-examples-of-unit-testing-on-the/</wfw:commentRss>
	</item>
		<item>
		<title>Facilitate the development of editing tools-vim</title>
		<link>http://www.codeweblog.com/facilitate-the-development-of-editing-tools-vim/</link>
		<comments>http://www.codeweblog.com/facilitate-the-development-of-editing-tools-vim/#comments</comments>
		<pubDate>Sun, 12 Jul 2009 08:45:03+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[lt]]></category>
<category><![CDATA[development tools]]></category>
<category><![CDATA[open source project]]></category>
<category><![CDATA[several times]]></category>
<category><![CDATA[editing tools]]></category>
<category><![CDATA[period of time]]></category>
<category><![CDATA[developers]]></category>
<category><![CDATA[vim]]></category>
<category><![CDATA[point of view]]></category>
<category><![CDATA[detailed description]]></category>
<category><![CDATA[preamble]]></category>
<category><![CDATA[gossip]]></category>
<category><![CDATA[integrated development environment]]></category>
<category><![CDATA[time programmers]]></category>
<category><![CDATA[arrow keys]]></category>
<category><![CDATA[input sequence]]></category>
<category><![CDATA[environment editor]]></category>
<category><![CDATA[linux version]]></category>
<category><![CDATA[unix environment]]></category>
<category><![CDATA[vi editor]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/facilitate-the-development-of-editing-tools-vim/</guid>
		<description><![CDATA[0. Preamble Long period of time programmers spend most of the development tools may be the editor, and a very convenient and efficient for developers editor is very effective. In unix / linux, the win ...]]></description>
		<content:encoded><![CDATA[0. Preamble Long period of time programmers spend most of the development tools may be the editor, and a very convenient and efficient for developers editor is very effective. In unix / linux, the win ...				<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/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/facilitate-the-development-of-editing-tools-vim/</wfw:commentRss>
	</item>
		<item>
		<title>That regression testing regression testing</title>
		<link>http://www.codeweblog.com/that-regression-testing-regression-testing/</link>
		<comments>http://www.codeweblog.com/that-regression-testing-regression-testing/#comments</comments>
		<pubDate>Sun, 12 Jul 2009 04:25:02+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[assumption]]></category>
<category><![CDATA[several times]]></category>
<category><![CDATA[first test]]></category>
<category><![CDATA[developers]]></category>
<category><![CDATA[bugs]]></category>
<category><![CDATA[decline]]></category>
<category><![CDATA[what is regression testing]]></category>
<category><![CDATA[n times]]></category>
<category><![CDATA[reunification]]></category>
<category><![CDATA[intermediate state]]></category>
<category><![CDATA[bug system]]></category>
<category><![CDATA[marking time]]></category>
<category><![CDATA[handover]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/that-regression-testing-regression-testing/</guid>
		<description><![CDATA[Regression testing for developers should be heard, but it is not very clear about the precise meaning of, for example, I heard the old test, said the head return to the reunification, but not specific ...]]></description>
		<content:encoded><![CDATA[Regression testing for developers should be heard, but it is not very clear about the precise meaning of, for example, I heard the old test, said the head return to the reunification, but not specific ...				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<li><a href="http://www.codeweblog.com/ruby-mbari-large-patches-performance-evaluation-report/" title="ruby MBARI large patches Performance Evaluation Report">ruby MBARI large patches Performance Evaluation Report</a> 2009-03-03 23:45:01</li>
					<li><a href="http://www.codeweblog.com/ajax-portal/" title="Ajax Portal">Ajax Portal</a> 2009-03-03 11:20:02</li>
					<li><a href="http://www.codeweblog.com/rails2-0-2-change-the-default-db-adpter/" title="Rails2.0.2 change the default DB adpter">Rails2.0.2 change the default DB adpter</a> 2009-03-01 02:30:03</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/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/that-regression-testing-regression-testing/</wfw:commentRss>
	</item>
		<item>
		<title>Hibernate Troubleshooting</title>
		<link>http://www.codeweblog.com/hibernate-troubleshooting/</link>
		<comments>http://www.codeweblog.com/hibernate-troubleshooting/#comments</comments>
		<pubDate>Tue, 23 Jun 2009 02:05:06+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[map]]></category>
<category><![CDATA[primitive types]]></category>
<category><![CDATA[default values]]></category>
<category><![CDATA[wrapper class]]></category>
<category><![CDATA[null value]]></category>
<category><![CDATA[several times]]></category>
<category><![CDATA[big brother]]></category>
<category><![CDATA[tw]]></category>
<category><![CDATA[size medium]]></category>
<category><![CDATA[reflection]]></category>
<category><![CDATA[peacetime]]></category>
<category><![CDATA[query results]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/hibernate-troubleshooting/</guid>
		<description><![CDATA[According to error, I found that may be due to the set method is not wrong, checked several times and found nothing wrong, and later the Internet looking for a bit, there are the older generation was  ...]]></description>
		<content:encoded><![CDATA[According to error, I found that may be due to the set method is not wrong, checked several times and found nothing wrong, and later the Internet looking for a bit, there are the older generation was  ...				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<li><a href="http://www.codeweblog.com/hibernate-jpa-composite-primary-key-annotation-statement-ways/" title="hibernate (jpa) composite primary key annotation statement Ways">hibernate (jpa) composite primary key annotation statement Ways</a> 2009-02-27 13:52:18</li>
					<li><a href="http://www.codeweblog.com/some-interview-questions-java/" title="Some interview questions java">Some interview questions java</a> 2009-02-27 12:34:14</li>
					<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/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-troubleshooting/</wfw:commentRss>
	</item>
		<item>
		<title>Passenger use of the above at the deployment of Rails applications Dreamhost</title>
		<link>http://www.codeweblog.com/passenger-use-of-the-above-at-the-deployment-of-rails-applications-dreamhost/</link>
		<comments>http://www.codeweblog.com/passenger-use-of-the-above-at-the-deployment-of-rails-applications-dreamhost/#comments</comments>
		<pubDate>Mon, 25 May 2009 04:30:02+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[Ruby]]></category>
		<category><![CDATA[quot]]></category>
<category><![CDATA[despair]]></category>
<category><![CDATA[ruby on rails]]></category>
<category><![CDATA[novice]]></category>
<category><![CDATA[existence]]></category>
<category><![CDATA[several times]]></category>
<category><![CDATA[rf]]></category>
<category><![CDATA[application deployment]]></category>
<category><![CDATA[current version]]></category>
<category><![CDATA[figure 1]]></category>
<category><![CDATA[three steps]]></category>
<category><![CDATA[web directory]]></category>
<category><![CDATA[source control tool]]></category>
<category><![CDATA[users area]]></category>
<category><![CDATA[tweet]]></category>
<category><![CDATA[symlink]]></category>
<category><![CDATA[dreamhost]]></category>
<category><![CDATA[dh]]></category>
<category><![CDATA[reflections]]></category>
<category><![CDATA[few minutes]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/passenger-use-of-the-above-at-the-deployment-of-rails-applications-dreamhost/</guid>
		<description><![CDATA[Wanstrath tweet At about the use of Passenger on Dreamhost reflections remind me that I should write my experiences. Dreamhost above me at the Rails has a number of small applications, the use of fair ...]]></description>
		<content:encoded><![CDATA[Wanstrath tweet At about the use of Passenger on Dreamhost reflections remind me that I should write my experiences. Dreamhost above me at the Rails has a number of small applications, the use of fair ...				<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/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/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/hibernate-secondary-cache/" title="Hibernate secondary cache">Hibernate secondary cache</a> 2009-02-27 09:45:24</li>
				</ul>
		</div>
		        ]]></content:encoded>
		<wfw:commentRss>http://www.codeweblog.com/passenger-use-of-the-above-at-the-deployment-of-rails-applications-dreamhost/</wfw:commentRss>
	</item>
		<item>
		<title>The difference between Ruby's require, load, and include</title>
		<link>http://www.codeweblog.com/the-difference-between-ruby-s-require-load-and-include/</link>
		<comments>http://www.codeweblog.com/the-difference-between-ruby-s-require-load-and-include/#comments</comments>
		<pubDate>Thu, 07 May 2009 06:40:03+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[Ruby]]></category>
		<category><![CDATA[configuration files]]></category>
<category><![CDATA[java class]]></category>
<category><![CDATA[ruby]]></category>
<category><![CDATA[class path]]></category>
<category><![CDATA[several times]]></category>
<category><![CDATA[abc]]></category>
<category><![CDATA[rb]]></category>
<category><![CDATA[load time]]></category>
<category><![CDATA[global variables]]></category>
<category><![CDATA[time load]]></category>
<category><![CDATA[cb]]></category>
<category><![CDATA[libraries]]></category>
<category><![CDATA[distinction]]></category>
<category><![CDATA[library files]]></category>
<category><![CDATA[kernel]]></category>
<category><![CDATA[module 3]]></category>
<category><![CDATA[new library]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/the-difference-between-ruby-s-require-load-and-include/</guid>
		<description><![CDATA[Distinction between the three is not as difficult as you think, it would not, as some article written in so long. Quite simple. In common: three are defined in the kernel, are included into something  ...]]></description>
		<content:encoded><![CDATA[Distinction between the three is not as difficult as you think, it would not, as some article written in so long. Quite simple. In common: three are defined in the kernel, are included into something  ...				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<li><a href="http://www.codeweblog.com/oracle-instant-clent-for-ruby-rails-on-cygwin/" title="Oracle instant clent for ruby / rails on cygwin">Oracle instant clent for ruby / rails on cygwin</a> 2009-02-27 11:35:03</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/spring-hibernate-oracle9i-to-read-and-write-clob/" title="spring + hibernate + oracle9i to read and write CLOB">spring + hibernate + oracle9i to read and write CLOB</a> 2009-02-27 11:21:19</li>
					<li><a href="http://www.codeweblog.com/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/first-hibernate-example/" title="First Hibernate Example">First Hibernate Example</a> 2009-02-27 09:46:02</li>
				</ul>
		</div>
		        ]]></content:encoded>
		<wfw:commentRss>http://www.codeweblog.com/the-difference-between-ruby-s-require-load-and-include/</wfw:commentRss>
	</item>
		<item>
		<title>Ruby's Enumerable module study</title>
		<link>http://www.codeweblog.com/ruby-s-enumerable-module-study/</link>
		<comments>http://www.codeweblog.com/ruby-s-enumerable-module-study/#comments</comments>
		<pubDate>Thu, 30 Apr 2009 02:30:03+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[Ruby]]></category>
		<category><![CDATA[lt]]></category>
<category><![CDATA[ruby]]></category>
<category><![CDATA[string array]]></category>
<category><![CDATA[hash]]></category>
<category><![CDATA[several times]]></category>
<category><![CDATA[element]]></category>
<category><![CDATA[array array]]></category>
<category><![CDATA[iterator]]></category>
<category><![CDATA[sort elements]]></category>
<category><![CDATA[alphabetical order]]></category>
<category><![CDATA[numerical size]]></category>
<category><![CDATA[sort data]]></category>
<category><![CDATA[iterators]]></category>
<category><![CDATA[sort method]]></category>
<category><![CDATA[memories]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/ruby-s-enumerable-module-study/</guid>
		<description><![CDATA[Read into the Enumerable module type, you can use a variety of iterators and block calls. Introduction here of one of each, collect, sort and sort_by 4 solution. 20.4.1 each method each approach is to ...]]></description>
		<content:encoded><![CDATA[Read into the Enumerable module type, you can use a variety of iterators and block calls. Introduction here of one of each, collect, sort and sort_by 4 solution. 20.4.1 each method each approach is to ...				<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/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/ruby-s-enumerable-module-study/</wfw:commentRss>
	</item>
		<item>
		<title>Mantis maintenance project summary</title>
		<link>http://www.codeweblog.com/mantis-maintenance-project-summary/</link>
		<comments>http://www.codeweblog.com/mantis-maintenance-project-summary/#comments</comments>
		<pubDate>Sat, 18 Apr 2009 23:15:01+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[user authentication]]></category>
<category><![CDATA[quot]]></category>
<category><![CDATA[several times]]></category>
<category><![CDATA[work flow]]></category>
<category><![CDATA[flow services]]></category>
<category><![CDATA[internal tests]]></category>
<category><![CDATA[japanese side]]></category>
<category><![CDATA[golden wave]]></category>
<category><![CDATA[previous project]]></category>
<category><![CDATA[useless information]]></category>
<category><![CDATA[maintenance project]]></category>
<category><![CDATA[internal server]]></category>
<category><![CDATA[power play]]></category>
<category><![CDATA[temptation]]></category>
<category><![CDATA[wiki]]></category>
<category><![CDATA[confidence]]></category>
<category><![CDATA[advertisement]]></category>
<category><![CDATA[japan]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/mantis-maintenance-project-summary/</guid>
		<description><![CDATA[Maintaining the company&#39;s recent Mantis, done several times before adjustment, are different, this project obviously nervous than ever. Projects, but in the small projects I learned a lot through  ...]]></description>
		<content:encoded><![CDATA[Maintaining the company&#39;s recent Mantis, done several times before adjustment, are different, this project obviously nervous than ever. Projects, but in the small projects I learned a lot through  ...				<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/in-the-servlet-use-bean/" title="In the servlet use Bean">In the servlet use Bean</a> 2009-02-27 10:01:23</li>
					<li><a href="http://www.codeweblog.com/hibernate-secondary-cache/" title="Hibernate secondary cache">Hibernate secondary cache</a> 2009-02-27 09:45:24</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>
				</ul>
		</div>
		        ]]></content:encoded>
		<wfw:commentRss>http://www.codeweblog.com/mantis-maintenance-project-summary/</wfw:commentRss>
	</item>
		<item>
		<title>Software Development Methods</title>
		<link>http://www.codeweblog.com/software-development-methods/</link>
		<comments>http://www.codeweblog.com/software-development-methods/#comments</comments>
		<pubDate>Tue, 31 Mar 2009 11:40:01+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[job]]></category>
<category><![CDATA[software development process]]></category>
<category><![CDATA[entire software]]></category>
<category><![CDATA[workload]]></category>
<category><![CDATA[several times]]></category>
<category><![CDATA[development methodology]]></category>
<category><![CDATA[incremental development]]></category>
<category><![CDATA[waterfall]]></category>
<category><![CDATA[spiral development]]></category>
<category><![CDATA[software development methods]]></category>
<category><![CDATA[interactive customer]]></category>
<category><![CDATA[independent development]]></category>
<category><![CDATA[granularity]]></category>
<category><![CDATA[next level]]></category>
<category><![CDATA[system requirements]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/software-development-methods/</guid>
		<description><![CDATA[Waterfall Development Method: This is an ideal state of development. All under the level based on job level. Once on the job level, the problems could not be delivered to the next level of working hou ...]]></description>
		<content:encoded><![CDATA[Waterfall Development Method: This is an ideal state of development. All under the level based on job level. Once on the job level, the problems could not be delivered to the next level of working hou ...				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<li><a href="http://www.codeweblog.com/commonly-used-version-control-software/" title="Commonly used version control software">Commonly used version control software</a> 2009-02-28 06:00:08</li>
					<li><a href="http://www.codeweblog.com/how-to-do-a-good-job-in-the-demand-for-change-management-needs-to-change-flow-specification/" title="How to do a good job in the demand for change management - needs to change flow specification">How to do a good job in the demand for change management - needs to change flow specification</a> 2009-02-28 02:55:04</li>
					<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/j2ee-architect-road/" title="J2EE Architect road">J2EE Architect road</a> 2009-02-27 13:51:54</li>
					<li><a href="http://www.codeweblog.com/webqq-extjs-servlet-hibernate-spring-implementation/" title="WebQQ, ExtJs + Servlet + Hibernate + Spring implementation">WebQQ, ExtJs + Servlet + Hibernate + Spring implementation</a> 2009-02-27 11:22:18</li>
				</ul>
		</div>
		        ]]></content:encoded>
		<wfw:commentRss>http://www.codeweblog.com/software-development-methods/</wfw:commentRss>
	</item>
		<item>
		<title>Rails: a model with different access to the design of access control</title>
		<link>http://www.codeweblog.com/rails-a-model-with-different-access-to-the-design-of-access-control/</link>
		<comments>http://www.codeweblog.com/rails-a-model-with-different-access-to-the-design-of-access-control/#comments</comments>
		<pubDate>Sun, 15 Mar 2009 18:05:01+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[Ruby]]></category>
		<category><![CDATA[implementation]]></category>
<category><![CDATA[logic]]></category>
<category><![CDATA[several times]]></category>
<category><![CDATA[chaos]]></category>
<category><![CDATA[scaffold]]></category>
<category><![CDATA[ordinary circumstances]]></category>
<category><![CDATA[independent view]]></category>
<category><![CDATA[different designs]]></category>
<category><![CDATA[access control]]></category>
<category><![CDATA[judgments]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/rails-a-model-with-different-access-to-the-design-of-access-control/</guid>
		<description><![CDATA[And want to discuss a U.S. rails access control design problem. If I have a user&#39;s model, by its implementation, deleted, changed, the list of functions. Ordinary circumstances, we will achieve si ...]]></description>
		<content:encoded><![CDATA[And want to discuss a U.S. rails access control design problem. If I have a user&#39;s model, by its implementation, deleted, changed, the list of functions. Ordinary circumstances, we will achieve si ...				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<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/nan-jing-5-when-ibatis-hibernate-mixed-affairs-pay-attention-to-your-sql/" title="Nan-Jing 5: When IBatis.Hibernate mixed affairs, pay attention to your SQL">Nan-Jing 5: When IBatis.Hibernate mixed affairs, pay attention to your SQL</a> 2009-02-27 10:01:47</li>
					<li><a href="http://www.codeweblog.com/hibernate-to-use-the-principle-of/" title="hibernate to use the principle of">hibernate to use the principle of</a> 2009-02-27 09:47:00</li>
					<li><a href="http://www.codeweblog.com/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/rails-a-model-with-different-access-to-the-design-of-access-control/</wfw:commentRss>
	</item>
		<item>
		<title>Rails2.0.2 change the default DB adpter</title>
		<link>http://www.codeweblog.com/rails2-0-2-change-the-default-db-adpter/</link>
		<comments>http://www.codeweblog.com/rails2-0-2-change-the-default-db-adpter/#comments</comments>
		<pubDate>Sun, 01 Mar 2009 02:30:03+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[Ruby]]></category>
		<category><![CDATA[quot]]></category>
<category><![CDATA[demo]]></category>
<category><![CDATA[oracle]]></category>
<category><![CDATA[ruby]]></category>
<category><![CDATA[database name]]></category>
<category><![CDATA[generators]]></category>
<category><![CDATA[lib]]></category>
<category><![CDATA[sqlite3]]></category>
<category><![CDATA[gems]]></category>
<category><![CDATA[database options]]></category>
<category><![CDATA[default database]]></category>
<category><![CDATA[default options]]></category>
<category><![CDATA[radrails]]></category>
<category><![CDATA[postgresql]]></category>
<category><![CDATA[ubuntu]]></category>
<category><![CDATA[several times]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/rails2-0-2-change-the-default-db-adpter/</guid>
		<description><![CDATA[In Rails2.0.2 rails demo ... ... MissingSourceFile in SayController # hello no such file to load - sqlite3 RAILS_ROOT: / home / kenb / rails-projects / demo ... ... Checked config / database.yml, adpt ...]]></description>
		<content:encoded><![CDATA[In Rails2.0.2 rails demo ... ... MissingSourceFile in SayController # hello no such file to load - sqlite3 RAILS_ROOT: / home / kenb / rails-projects / demo ... ... Checked config / database.yml, adpt ...				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<li><a href="http://www.codeweblog.com/spring-hibernate-oracle9i-to-read-and-write-clob/" title="spring + hibernate + oracle9i to read and write CLOB">spring + hibernate + oracle9i to read and write CLOB</a> 2009-02-27 11:21:19</li>
					<li><a href="http://www.codeweblog.com/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/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/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/hibernate-secondary-cache/" title="Hibernate secondary cache">Hibernate secondary cache</a> 2009-02-27 09:45:24</li>
				</ul>
		</div>
		        ]]></content:encoded>
		<wfw:commentRss>http://www.codeweblog.com/rails2-0-2-change-the-default-db-adpter/</wfw:commentRss>
	</item>
	</channel>
</rss>
