<?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>gt 5</title>
	<atom:link href="http://www.codeweblog.com/feed/tag/gt-5/" rel="self" type="application/rss+xml" />
	<link>http://www.codeweblog.com/</link>
	<description>gt 5</description>
	<pubDate>Sun, 21 Mar 2010 20:10:58+0000</pubDate>
	<generator>http://www.codeweblog.com/</generator>
	<language>en</language>
		<item>
		<title>Basic configuration of DWR</title>
		<link>http://www.codeweblog.com/basic-configuration-of-dwr/</link>
		<comments>http://www.codeweblog.com/basic-configuration-of-dwr/#comments</comments>
		<pubDate>Sun, 15 Nov 2009 21:55:03+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[AJAX]]></category>
		<category><![CDATA[lt]]></category>
<category><![CDATA[quot]]></category>
<category><![CDATA[servlet class]]></category>
<category><![CDATA[gt 5]]></category>
<category><![CDATA[doctype]]></category>
<category><![CDATA[param name]]></category>
<category><![CDATA[init]]></category>
<category><![CDATA[configuration file]]></category>
<category><![CDATA[jsp]]></category>
<category><![CDATA[script type]]></category>
<category><![CDATA[text javascript]]></category>
<category><![CDATA[lib]]></category>
<category><![CDATA[interface test]]></category>
<category><![CDATA[debug]]></category>
<category><![CDATA[invoker]]></category>
<category><![CDATA[dwr]]></category>
<category><![CDATA[file test]]></category>
<category><![CDATA[test java]]></category>
<category><![CDATA[background test]]></category>
<category><![CDATA[website www]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/basic-configuration-of-dwr/</guid>
		<description><![CDATA[1. DWR is very easy to use, the first of its official website (www.directwebremoting.org) Download dwr.jar, the latest version of the current is 3.rc1 2. Dwr.jar to download on the project WEB-INF \ l ...]]></description>
		<content:encoded><![CDATA[1. DWR is very easy to use, the first of its official website (www.directwebremoting.org) Download dwr.jar, the latest version of the current is 3.rc1 2. Dwr.jar to download on the project WEB-INF \ l ...				<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/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/basic-configuration-of-dwr/</wfw:commentRss>
	</item>
		<item>
		<title>hibernate properties in the meaning of generator</title>
		<link>http://www.codeweblog.com/hibernate-properties-in-the-meaning-of-generator/</link>
		<comments>http://www.codeweblog.com/hibernate-properties-in-the-meaning-of-generator/#comments</comments>
		<pubDate>Mon, 02 Nov 2009 02:55:02+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[lt]]></category>
<category><![CDATA[gt 5]]></category>
<category><![CDATA[oracle]]></category>
<category><![CDATA[param name]]></category>
<category><![CDATA[attribute]]></category>
<category><![CDATA[oracle database]]></category>
<category><![CDATA[primary key]]></category>
<category><![CDATA[hilo]]></category>
<category><![CDATA[initial value]]></category>
<category><![CDATA[synthesis]]></category>
<category><![CDATA[sequence name]]></category>
<category><![CDATA[auto increment]]></category>
<category><![CDATA[database error]]></category>
<category><![CDATA[dialects]]></category>
<category><![CDATA[sequences]]></category>
<category><![CDATA[seq]]></category>
<category><![CDATA[database characteristics]]></category>
<category><![CDATA[high id]]></category>
<category><![CDATA[nextval]]></category>
<category><![CDATA[main health]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/hibernate-properties-in-the-meaning-of-generator/</guid>
		<description><![CDATA[1, identity: for MySql database. Characteristics: increased &lt;id name=&quot;id&quot; column=&quot;id&quot;&gt; &lt;generator/&gt; &lt;/ id&gt; Note: For MySql database using increasing sequence requ ...]]></description>
		<content:encoded><![CDATA[1, identity: for MySql database. Characteristics: increased &lt;id name=&quot;id&quot; column=&quot;id&quot;&gt; &lt;generator/&gt; &lt;/ id&gt; Note: For MySql database using increasing sequence requ ...				<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/hibernate-properties-in-the-meaning-of-generator/</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>JS read xml</title>
		<link>http://www.codeweblog.com/js-read-xml/</link>
		<comments>http://www.codeweblog.com/js-read-xml/#comments</comments>
		<pubDate>Mon, 12 Oct 2009 17:05:01+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[AJAX]]></category>
		<category><![CDATA[lt xml]]></category>
<category><![CDATA[gt 5]]></category>
<category><![CDATA[gt 2]]></category>
<category><![CDATA[script type]]></category>
<category><![CDATA[text javascript]]></category>
<category><![CDATA[html xmlns]]></category>
<category><![CDATA[transitional dtd]]></category>
<category><![CDATA[author content]]></category>
<category><![CDATA[widget]]></category>
<category><![CDATA[xmldom]]></category>
<category><![CDATA[document write]]></category>
<category><![CDATA[generator content]]></category>
<category><![CDATA[name generator]]></category>
<category><![CDATA[clamp]]></category>
<category><![CDATA[gt 2500]]></category>
<category><![CDATA[flange]]></category>
<category><![CDATA[gao]]></category>
<category><![CDATA[sku]]></category>
<category><![CDATA[subtotal]]></category>
<category><![CDATA[1111]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/js-read-xml/</guid>
		<description><![CDATA[JS read xml]]></description>
		<content:encoded><![CDATA[JS read xml				<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-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/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>
				</ul>
		</div>
		        ]]></content:encoded>
		<wfw:commentRss>http://www.codeweblog.com/js-read-xml/</wfw:commentRss>
	</item>
		<item>
		<title>Hibernate connection pool to use detailed</title>
		<link>http://www.codeweblog.com/hibernate-connection-pool-to-use-detailed/</link>
		<comments>http://www.codeweblog.com/hibernate-connection-pool-to-use-detailed/#comments</comments>
		<pubDate>Fri, 10 Jul 2009 09:05:34+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[amp]]></category>
<category><![CDATA[dbcp]]></category>
<category><![CDATA[connection pool]]></category>
<category><![CDATA[jdbc mysql]]></category>
<category><![CDATA[driver lt]]></category>
<category><![CDATA[jdbc driver]]></category>
<category><![CDATA[connection password]]></category>
<category><![CDATA[c3p0]]></category>
<category><![CDATA[gt 5]]></category>
<category><![CDATA[max size]]></category>
<category><![CDATA[database user]]></category>
<category><![CDATA[few days]]></category>
<category><![CDATA[sun]]></category>
<category><![CDATA[driver gt]]></category>
<category><![CDATA[time out]]></category>
<category><![CDATA[database password]]></category>
<category><![CDATA[8888]]></category>
<category><![CDATA[spent three]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/hibernate-connection-pool-to-use-detailed/</guid>
		<description><![CDATA[1 Hibernate connection pool I spent three nights of the time, the hibernate connection pool with the three commonly used configuration of the study, and they hope to help everyone. The following are t ...]]></description>
		<content:encoded><![CDATA[1 Hibernate connection pool I spent three nights of the time, the hibernate connection pool with the three commonly used configuration of the study, and they hope to help everyone. The following are t ...				<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/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>
					<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-connection-pool-to-use-detailed/</wfw:commentRss>
	</item>
		<item>
		<title>Ajax is simple and practical framework of DWR</title>
		<link>http://www.codeweblog.com/ajax-is-simple-and-practical-framework-of-dwr/</link>
		<comments>http://www.codeweblog.com/ajax-is-simple-and-practical-framework-of-dwr/#comments</comments>
		<pubDate>Wed, 08 Jul 2009 10:05:02+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[AJAX]]></category>
		<category><![CDATA[lt xml]]></category>
<category><![CDATA[utf 8]]></category>
<category><![CDATA[gt 5]]></category>
<category><![CDATA[doctype]]></category>
<category><![CDATA[param name]]></category>
<category><![CDATA[lib directory]]></category>
<category><![CDATA[jsp]]></category>
<category><![CDATA[current user]]></category>
<category><![CDATA[script type]]></category>
<category><![CDATA[text javascript]]></category>
<category><![CDATA[callback function]]></category>
<category><![CDATA[interface]]></category>
<category><![CDATA[js]]></category>
<category><![CDATA[ajax]]></category>
<category><![CDATA[dwr]]></category>
<category><![CDATA[balance inquiries]]></category>
<category><![CDATA[return balance]]></category>
<category><![CDATA[information store]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/ajax-is-simple-and-practical-framework-of-dwr/</guid>
		<description><![CDATA[1. First of all, on the site to download the relevant jar package, dwr.jar, the jar package on the project under the lib directory 2. Write dao, service dao methods: / * * Based on the information sto ...]]></description>
		<content:encoded><![CDATA[1. First of all, on the site to download the relevant jar package, dwr.jar, the jar package on the project under the lib directory 2. Write dao, service dao methods: / * * Based on the information sto ...				<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/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/ajax-is-simple-and-practical-framework-of-dwr/</wfw:commentRss>
	</item>
		<item>
		<title>Contact DWR</title>
		<link>http://www.codeweblog.com/contact-dwr/</link>
		<comments>http://www.codeweblog.com/contact-dwr/#comments</comments>
		<pubDate>Sun, 14 Jun 2009 04:45:02+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[AJAX]]></category>
		<category><![CDATA[interface java]]></category>
<category><![CDATA[lt xml]]></category>
<category><![CDATA[servlet class]]></category>
<category><![CDATA[gt 5]]></category>
<category><![CDATA[gt 2]]></category>
<category><![CDATA[doctype]]></category>
<category><![CDATA[param name]]></category>
<category><![CDATA[listener]]></category>
<category><![CDATA[init]]></category>
<category><![CDATA[ajax]]></category>
<category><![CDATA[xml file]]></category>
<category><![CDATA[java object]]></category>
<category><![CDATA[debug]]></category>
<category><![CDATA[gt 4]]></category>
<category><![CDATA[invoker]]></category>
<category><![CDATA[dwr]]></category>
<category><![CDATA[headache]]></category>
<category><![CDATA[ltd uk]]></category>
<category><![CDATA[uk ltd]]></category>
<category><![CDATA[java interface]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/contact-dwr/</guid>
		<description><![CDATA[Demand is very simple to use js to the back-end request, then request the results get put into a select inside. One start is to request xmlrequest a groovy back-end of the url, get a xml, and then fil ...]]></description>
		<content:encoded><![CDATA[Demand is very simple to use js to the back-end request, then request the results get put into a select inside. One start is to request xmlrequest a groovy back-end of the url, get a xml, and then fil ...				<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/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/j2ee-questions-noodles/" title="J2EE questions Noodles">J2EE questions Noodles</a> 2009-02-27 09:42:55</li>
				</ul>
		</div>
		        ]]></content:encoded>
		<wfw:commentRss>http://www.codeweblog.com/contact-dwr/</wfw:commentRss>
	</item>
		<item>
		<title>Hibernate connection pool set up three C3P0.Proxool and DBCP</title>
		<link>http://www.codeweblog.com/hibernate-connection-pool-set-up-three-c3p0-proxool-and-dbcp/</link>
		<comments>http://www.codeweblog.com/hibernate-connection-pool-set-up-three-c3p0-proxool-and-dbcp/#comments</comments>
		<pubDate>Thu, 07 May 2009 09:25:02+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[quot]]></category>
<category><![CDATA[amp]]></category>
<category><![CDATA[dbcp]]></category>
<category><![CDATA[connection pool]]></category>
<category><![CDATA[database connection]]></category>
<category><![CDATA[jdbc mysql]]></category>
<category><![CDATA[driver lt]]></category>
<category><![CDATA[connection password]]></category>
<category><![CDATA[gt 5]]></category>
<category><![CDATA[max size]]></category>
<category><![CDATA[database user]]></category>
<category><![CDATA[period of time]]></category>
<category><![CDATA[time out]]></category>
<category><![CDATA[database password]]></category>
<category><![CDATA[8888]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/hibernate-connection-pool-set-up-three-c3p0-proxool-and-dbcp/</guid>
		<description><![CDATA[Hibernate connection pool set up three C3P0, Proxool and DBCP keyword: proxool, c3p0, dbcp &lt;propertyname=&quot;connection.driver_class&quot;&gt; com.mysql.jdbc.Driver &lt;/ property&gt; &lt;propert ...]]></description>
		<content:encoded><![CDATA[Hibernate connection pool set up three C3P0, Proxool and DBCP keyword: proxool, c3p0, dbcp &lt;propertyname=&quot;connection.driver_class&quot;&gt; com.mysql.jdbc.Driver &lt;/ property&gt; &lt;propert ...				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<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>
					<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>
				</ul>
		</div>
		        ]]></content:encoded>
		<wfw:commentRss>http://www.codeweblog.com/hibernate-connection-pool-set-up-three-c3p0-proxool-and-dbcp/</wfw:commentRss>
	</item>
		<item>
		<title>The first rails procedures</title>
		<link>http://www.codeweblog.com/the-first-rails-procedures/</link>
		<comments>http://www.codeweblog.com/the-first-rails-procedures/#comments</comments>
		<pubDate>Mon, 06 Apr 2009 23:20:02+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[Ruby]]></category>
		<category><![CDATA[lt]]></category>
<category><![CDATA[gt 5]]></category>
<category><![CDATA[ruby]]></category>
<category><![CDATA[rake]]></category>
<category><![CDATA[bin directory]]></category>
<category><![CDATA[mac os x]]></category>
<category><![CDATA[os x]]></category>
<category><![CDATA[database demo]]></category>
<category><![CDATA[mysql driver]]></category>
<category><![CDATA[host localhost]]></category>
<category><![CDATA[root password]]></category>
<category><![CDATA[win32]]></category>
<category><![CDATA[test adapter]]></category>
<category><![CDATA[development database]]></category>
<category><![CDATA[demo pool]]></category>
<category><![CDATA[refman]]></category>
<category><![CDATA[production test]]></category>
<category><![CDATA[new style]]></category>
<category><![CDATA[marquee]]></category>
<category><![CDATA[os x leopard]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/the-first-rails-procedures/</guid>
		<description><![CDATA[[color = green] [/ color] Just now rails framework used to do a simple example, when I put the question to write some days, I hope after the encounter the same problem can think of a solution ... 1, t ...]]></description>
		<content:encoded><![CDATA[[color = green] [/ color] Just now rails framework used to do a simple example, when I put the question to write some days, I hope after the encounter the same problem can think of a solution ... 1, t ...				<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-rails-procedures/</wfw:commentRss>
	</item>
		<item>
		<title>At ajax use url rewriting them to avoid exposure url</title>
		<link>http://www.codeweblog.com/at-ajax-use-url-rewriting-them-to-avoid-exposure-url/</link>
		<comments>http://www.codeweblog.com/at-ajax-use-url-rewriting-them-to-avoid-exposure-url/#comments</comments>
		<pubDate>Fri, 13 Mar 2009 23:55:02+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[AJAX]]></category>
		<category><![CDATA[code lt]]></category>
<category><![CDATA[xml code]]></category>
<category><![CDATA[lt xml]]></category>
<category><![CDATA[gt 5]]></category>
<category><![CDATA[gt 2]]></category>
<category><![CDATA[doctype]]></category>
<category><![CDATA[interview questions]]></category>
<category><![CDATA[filter class]]></category>
<category><![CDATA[filter name]]></category>
<category><![CDATA[ajax]]></category>
<category><![CDATA[java application]]></category>
<category><![CDATA[gt 4]]></category>
<category><![CDATA[noodles]]></category>
<category><![CDATA[classmates]]></category>
<category><![CDATA[middleware]]></category>
<category><![CDATA[gt world]]></category>
<category><![CDATA[analytic function]]></category>
<category><![CDATA[web filters]]></category>
<category><![CDATA[page source]]></category>
<category><![CDATA[dtds]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/at-ajax-use-url-rewriting-them-to-avoid-exposure-url/</guid>
		<description><![CDATA[I remember the first interview, questions have to do together Noodles: jsp page using ajax which required the implementation, when necessary java call the url; at this time the problem is that if user ...]]></description>
		<content:encoded><![CDATA[I remember the first interview, questions have to do together Noodles: jsp page using ajax which required the implementation, when necessary java call the url; at this time the problem is that if user ...				<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/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/at-ajax-use-url-rewriting-them-to-avoid-exposure-url/</wfw:commentRss>
	</item>
		<item>
		<title>javascript to determine the current browser and operating system version</title>
		<link>http://www.codeweblog.com/javascript-to-determine-the-current-browser-and-operating-system-version/</link>
		<comments>http://www.codeweblog.com/javascript-to-determine-the-current-browser-and-operating-system-version/#comments</comments>
		<pubDate>Wed, 04 Mar 2009 18:15:02+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[AJAX]]></category>
		<category><![CDATA[lt]]></category>
<category><![CDATA[amp]]></category>
<category><![CDATA[utf 8]]></category>
<category><![CDATA[gt 5]]></category>
<category><![CDATA[doctype]]></category>
<category><![CDATA[script type]]></category>
<category><![CDATA[text javascript]]></category>
<category><![CDATA[content type]]></category>
<category><![CDATA[text html]]></category>
<category><![CDATA[meta]]></category>
<category><![CDATA[w3c]]></category>
<category><![CDATA[keyword3]]></category>
<category><![CDATA[charset]]></category>
<category><![CDATA[gt 4]]></category>
<category><![CDATA[opera]]></category>
<category><![CDATA[regexp]]></category>
<category><![CDATA[isie]]></category>
<category><![CDATA[parsefloat]]></category>
<category><![CDATA[useragent]]></category>
<category><![CDATA[operating system]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/javascript-to-determine-the-current-browser-and-operating-system-version/</guid>
		<description><![CDATA[javascript to determine the current browser and operating system version]]></description>
		<content:encoded><![CDATA[javascript to determine the current browser and operating system version				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<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/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/javascript-to-determine-the-current-browser-and-operating-system-version/</wfw:commentRss>
	</item>
		<item>
		<title>Verification Code Rails implementation continued</title>
		<link>http://www.codeweblog.com/verification-code-rails-implementation-continued/</link>
		<comments>http://www.codeweblog.com/verification-code-rails-implementation-continued/#comments</comments>
		<pubDate>Tue, 03 Mar 2009 16:35:01+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[Ruby]]></category>
		<category><![CDATA[lt]]></category>
<category><![CDATA[database connection]]></category>
<category><![CDATA[configuration database]]></category>
<category><![CDATA[gt 5]]></category>
<category><![CDATA[array]]></category>
<category><![CDATA[implementation verification]]></category>
<category><![CDATA[verification code]]></category>
<category><![CDATA[noisy image]]></category>
<category><![CDATA[version id]]></category>
<category><![CDATA[wobble]]></category>
<category><![CDATA[text font]]></category>
<category><![CDATA[chars]]></category>
<category><![CDATA[new image]]></category>
<category><![CDATA[cur]]></category>
<category><![CDATA[xc]]></category>
<category><![CDATA[len]]></category>
<category><![CDATA[granite]]></category>
<category><![CDATA[upto]]></category>
<category><![CDATA[copy and paste]]></category>
<category><![CDATA[canvas]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/verification-code-rails-implementation-continued/</guid>
		<description><![CDATA[http://sanyking.javaeye.com/blog/120339 Connect with the address above on this website are one of the other way regarding the implementation Verification Code article, my article are based on the abov ...]]></description>
		<content:encoded><![CDATA[http://sanyking.javaeye.com/blog/120339 Connect with the address above on this website are one of the other way regarding the implementation Verification Code article, my article are based on the abov ...				<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/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/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/verification-code-rails-implementation-continued/</wfw:commentRss>
	</item>
		<item>
		<title>tomcat6.0 + myeclipse6.5 under tomcat data source configuration</title>
		<link>http://www.codeweblog.com/tomcat6-0-myeclipse6-5-under-tomcat-data-source-configuration/</link>
		<comments>http://www.codeweblog.com/tomcat6-0-myeclipse6-5-under-tomcat-data-source-configuration/#comments</comments>
		<pubDate>Tue, 03 Mar 2009 10:28:14+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[lt]]></category>
<category><![CDATA[sql]]></category>
<category><![CDATA[dbcp]]></category>
<category><![CDATA[database connection]]></category>
<category><![CDATA[localhost]]></category>
<category><![CDATA[data source]]></category>
<category><![CDATA[gt 5]]></category>
<category><![CDATA[ref name]]></category>
<category><![CDATA[source configuration]]></category>
<category><![CDATA[resource name]]></category>
<category><![CDATA[tomcat 4]]></category>
<category><![CDATA[jar file]]></category>
<category><![CDATA[lib]]></category>
<category><![CDATA[microsoft]]></category>
<category><![CDATA[collections]]></category>
<category><![CDATA[xxxxxx]]></category>
<category><![CDATA[conn]]></category>
<category><![CDATA[printstacktrace]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/tomcat6-0-myeclipse6-5-under-tomcat-data-source-configuration/</guid>
		<description><![CDATA[(1) Environment: such as a very important question! Different environment, different configurations! (2) struts package loaded: My MyEclipse6.5 bring him under the load of the struts jar package Error ...]]></description>
		<content:encoded><![CDATA[(1) Environment: such as a very important question! Different environment, different configurations! (2) struts package loaded: My MyEclipse6.5 bring him under the load of the struts jar package Error ...				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<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/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/tomcat6-0-myeclipse6-5-under-tomcat-data-source-configuration/</wfw:commentRss>
	</item>
		<item>
		<title>js form validation Guinness</title>
		<link>http://www.codeweblog.com/js-form-validation-guinness/</link>
		<comments>http://www.codeweblog.com/js-form-validation-guinness/#comments</comments>
		<pubDate>Tue, 03 Mar 2009 10:20:02+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[AJAX]]></category>
		<category><![CDATA[quot]]></category>
<category><![CDATA[amp]]></category>
<category><![CDATA[gt 5]]></category>
<category><![CDATA[gt 3]]></category>
<category><![CDATA[script language]]></category>
<category><![CDATA[language javascript]]></category>
<category><![CDATA[input type]]></category>
<category><![CDATA[lt 45]]></category>
<category><![CDATA[keyboard event]]></category>
<category><![CDATA[textarea name]]></category>
<category><![CDATA[form validation]]></category>
<category><![CDATA[return test]]></category>
<category><![CDATA[number keys]]></category>
<category><![CDATA[getdata]]></category>
<category><![CDATA[onsubmit]]></category>
<category><![CDATA[guinness]]></category>
<category><![CDATA[cols]]></category>
<category><![CDATA[tank]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/js-form-validation-guinness/</guid>
		<description><![CDATA[js form validation Guinness 1. Length &lt;script&gt; function test () ( if (document.abvalue.length&gt; 50) ( alert ( &quot;Can not more than 50 characters!&quot;); document.abfocus (); return false;  ...]]></description>
		<content:encoded><![CDATA[js form validation Guinness 1. Length &lt;script&gt; function test () ( if (document.abvalue.length&gt; 50) ( alert ( &quot;Can not more than 50 characters!&quot;); document.abfocus (); return false;  ...				<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/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/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>
					<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/js-form-validation-guinness/</wfw:commentRss>
	</item>
		<item>
		<title>hibernate using c3p0 connection pooling</title>
		<link>http://www.codeweblog.com/hibernate-using-c3p0-connection-pooling/</link>
		<comments>http://www.codeweblog.com/hibernate-using-c3p0-connection-pooling/#comments</comments>
		<pubDate>Fri, 27 Feb 2009 12:33:05+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[lt]]></category>
<category><![CDATA[quot]]></category>
<category><![CDATA[gt 5]]></category>
<category><![CDATA[test period]]></category>
<category><![CDATA[max size]]></category>
<category><![CDATA[increment]]></category>
<category><![CDATA[gt 2]]></category>
<category><![CDATA[jdbc connection pool]]></category>
<category><![CDATA[connection timeout]]></category>
<category><![CDATA[lib directory]]></category>
<category><![CDATA[preparedstatement]]></category>
<category><![CDATA[class path]]></category>
<category><![CDATA[conjunction]]></category>
<category><![CDATA[open source]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/hibernate-using-c3p0-connection-pooling/</guid>
		<description><![CDATA[Private http://www.lifevv.com/tenyo/doc/20070605102040991.html c3p0 for open source&#39;s JDBC connection pool, with the release hibernate. This article describes how to use the hibernate configuratio ...]]></description>
		<content:encoded><![CDATA[Private http://www.lifevv.com/tenyo/doc/20070605102040991.html c3p0 for open source&#39;s JDBC connection pool, with the release hibernate. This article describes how to use the hibernate configuratio ...				<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/hibernate-using-c3p0-connection-pooling/</wfw:commentRss>
	</item>
		<item>
		<title>Hibernate connection pool configuration</title>
		<link>http://www.codeweblog.com/hibernate-connection-pool-configuration/</link>
		<comments>http://www.codeweblog.com/hibernate-connection-pool-configuration/#comments</comments>
		<pubDate>Fri, 27 Feb 2009 10:01:35+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[lt]]></category>
<category><![CDATA[connection pool]]></category>
<category><![CDATA[xml document]]></category>
<category><![CDATA[connection password]]></category>
<category><![CDATA[connection provider]]></category>
<category><![CDATA[oracle jdbc driver]]></category>
<category><![CDATA[jdbc oracle]]></category>
<category><![CDATA[c3p0]]></category>
<category><![CDATA[connection profile]]></category>
<category><![CDATA[imagedb]]></category>
<category><![CDATA[cpic]]></category>
<category><![CDATA[gt 5]]></category>
<category><![CDATA[test period]]></category>
<category><![CDATA[dialect]]></category>
<category><![CDATA[max size]]></category>
<category><![CDATA[increment]]></category>
<category><![CDATA[alias]]></category>
<category><![CDATA[oracle]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/hibernate-connection-pool-configuration/</guid>
		<description><![CDATA[Hibernate connection pool configuration oracle.jdbc.driver.OracleDriver jdbc: oracle: thin: @ 10.203.14.132:1521: remotedb]]></description>
		<content:encoded><![CDATA[Hibernate connection pool configuration oracle.jdbc.driver.OracleDriver jdbc: oracle: thin: @ 10.203.14.132:1521: remotedb				<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/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/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/hibernate-connection-pool-configuration/</wfw:commentRss>
	</item>
	</channel>
</rss>
