<?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>parameters</title>
	<atom:link href="http://www.codeweblog.com/feed/tag/parameters/" rel="self" type="application/rss+xml" />
	<link>http://www.codeweblog.com/</link>
	<description>parameters</description>
	<pubDate>Sun, 14 Mar 2010 05:55:45+0000</pubDate>
	<generator>http://www.codeweblog.com/</generator>
	<language>en</language>
		<item>
		<title>In groovy get the full path to script file</title>
		<link>http://www.codeweblog.com/in-groovy-get-the-full-path-to-script-file/</link>
		<comments>http://www.codeweblog.com/in-groovy-get-the-full-path-to-script-file/#comments</comments>
		<pubDate>Tue, 16 Feb 2010 19:50:14+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[parameters]]></category>
<category><![CDATA[scripts]]></category>
<category><![CDATA[script file]]></category>
<category><![CDATA[f1]]></category>
<category><![CDATA[linux]]></category>
<category><![CDATA[opts]]></category>
<category><![CDATA[bug report]]></category>
<category><![CDATA[insurance]]></category>
<category><![CDATA[script name]]></category>
<category><![CDATA[groovy web]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/in-groovy-get-the-full-path-to-script-file/</guid>
		<description><![CDATA[Groovy scripts in the windows, set-Dscript.name for the script&#39;s full path. However, in the groovy web site found a bug report, it appears linux script to set this value is inconsistent with the w ...]]></description>
		<content:encoded><![CDATA[Groovy scripts in the windows, set-Dscript.name for the script&#39;s full path. However, in the groovy web site found a bug report, it appears linux script to set this value is inconsistent with the w ...				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<li><a href="http://www.codeweblog.com/using-rails-captcha-plug-in-easy-implementation-verification-code/" title="Using Rails Captcha plug-in, easy implementation Verification Code">Using Rails Captcha plug-in, easy implementation Verification Code</a> 2009-03-01 01:25:02</li>
					<li><a href="http://www.codeweblog.com/use-ext-js-to-read-the-jsonreader-complex-object-json/" title="Use Ext JS to read the JsonReader complex object json">Use Ext JS to read the JsonReader complex object json</a> 2009-02-27 18:50:03</li>
					<li><a href="http://www.codeweblog.com/hibernate-inteceptor/" title="Hibernate Inteceptor">Hibernate Inteceptor</a> 2009-02-27 13:51:42</li>
					<li><a href="http://www.codeweblog.com/dynamic-loading-js-script-four-kinds-of-methods/" title="Dynamic loading JS script four kinds of methods">Dynamic loading JS script four kinds of methods</a> 2009-02-27 13:40:02</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>
				</ul>
		</div>
		        ]]></content:encoded>
		<wfw:commentRss>http://www.codeweblog.com/in-groovy-get-the-full-path-to-script-file/</wfw:commentRss>
	</item>
		<item>
		<title>servlet garbled characters appear in the solution</title>
		<link>http://www.codeweblog.com/servlet-garbled-characters-appear-in-the-solution/</link>
		<comments>http://www.codeweblog.com/servlet-garbled-characters-appear-in-the-solution/#comments</comments>
		<pubDate>Tue, 16 Feb 2010 13:50:12+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[lt]]></category>
<category><![CDATA[utf 8]]></category>
<category><![CDATA[tomcat installation]]></category>
<category><![CDATA[installation directory]]></category>
<category><![CDATA[parameters]]></category>
<category><![CDATA[text html]]></category>
<category><![CDATA[charset]]></category>
<category><![CDATA[gbk]]></category>
<category><![CDATA[protocol]]></category>
<category><![CDATA[connector port]]></category>
<category><![CDATA[solution method]]></category>
<category><![CDATA[servlet code]]></category>
<category><![CDATA[body response]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/servlet-garbled-characters-appear-in-the-solution/</guid>
		<description><![CDATA[servlet garbled characters appear in the solution Method 1: In the servlet code to add the start of function body: response.setContentType ( &quot;text / html; charset = UTF-8&quot;); request.setChara ...]]></description>
		<content:encoded><![CDATA[servlet garbled characters appear in the solution Method 1: In the servlet code to add the start of function body: response.setContentType ( &quot;text / html; charset = UTF-8&quot;); request.setChara ...				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<li><a href="http://www.codeweblog.com/servlet-brief-introduction/" title="Servlet brief introduction">Servlet brief introduction</a> 2009-02-27 09:46:20</li>
					<li><a href="http://www.codeweblog.com/spring2-0-hibernate3-1-log4j-mysql-demo/" title="Spring2.0 + hibernate3.1 + log4j + mysql demo">Spring2.0 + hibernate3.1 + log4j + mysql demo</a> 2009-02-27 09:45:51</li>
					<li><a href="http://www.codeweblog.com/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/servlet-garbled-characters-appear-in-the-solution/</wfw:commentRss>
	</item>
		<item>
		<title>Spring configuration file stored on the location of the problem</title>
		<link>http://www.codeweblog.com/spring-configuration-file-stored-on-the-location-of-the-problem/</link>
		<comments>http://www.codeweblog.com/spring-configuration-file-stored-on-the-location-of-the-problem/#comments</comments>
		<pubDate>Sun, 14 Feb 2010 00:35:17+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[lt xml]]></category>
<category><![CDATA[schemalocation]]></category>
<category><![CDATA[utf 8]]></category>
<category><![CDATA[java sun]]></category>
<category><![CDATA[xsi]]></category>
<category><![CDATA[xmlschema]]></category>
<category><![CDATA[j2ee]]></category>
<category><![CDATA[parameters]]></category>
<category><![CDATA[xmlns]]></category>
<category><![CDATA[web context]]></category>
<category><![CDATA[param name]]></category>
<category><![CDATA[listener]]></category>
<category><![CDATA[configuration file]]></category>
<category><![CDATA[jsp]]></category>
<category><![CDATA[future development]]></category>
<category><![CDATA[sample application]]></category>
<category><![CDATA[one lt]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/spring-configuration-file-stored-on-the-location-of-the-problem/</guid>
		<description><![CDATA[For the sping applications, has been taking it seriously enough, now. Today, doing a spingMVC example of a time when, web.xml on the spring parameters for the listener configuration throws an exceptio ...]]></description>
		<content:encoded><![CDATA[For the sping applications, has been taking it seriously enough, now. Today, doing a spingMVC example of a time when, web.xml on the spring parameters for the listener configuration throws an exceptio ...				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<li><a href="http://www.codeweblog.com/servlet-brief-introduction/" title="Servlet brief introduction">Servlet brief introduction</a> 2009-02-27 09:46:20</li>
					<li><a href="http://www.codeweblog.com/spring2-0-hibernate3-1-log4j-mysql-demo/" title="Spring2.0 + hibernate3.1 + log4j + mysql demo">Spring2.0 + hibernate3.1 + log4j + mysql demo</a> 2009-02-27 09:45:51</li>
				</ul>
		</div>
		        ]]></content:encoded>
		<wfw:commentRss>http://www.codeweblog.com/spring-configuration-file-stored-on-the-location-of-the-problem/</wfw:commentRss>
	</item>
		<item>
		<title>Forget that is a mistake.</title>
		<link>http://www.codeweblog.com/forget-that-is-a-mistake/</link>
		<comments>http://www.codeweblog.com/forget-that-is-a-mistake/#comments</comments>
		<pubDate>Fri, 12 Feb 2010 18:15:07+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[apache]]></category>
<category><![CDATA[java lang]]></category>
<category><![CDATA[lt]]></category>
<category><![CDATA[proxy]]></category>
<category><![CDATA[quot]]></category>
<category><![CDATA[ibatis]]></category>
<category><![CDATA[springframework]]></category>
<category><![CDATA[parameters]]></category>
<category><![CDATA[configuration file]]></category>
<category><![CDATA[interceptor]]></category>
<category><![CDATA[cglib]]></category>
<category><![CDATA[mistake]]></category>
<category><![CDATA[exceptions]]></category>
<category><![CDATA[mapper]]></category>
<category><![CDATA[session defaults]]></category>
<category><![CDATA[mylog]]></category>
<category><![CDATA[userinfo]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/forget-that-is-a-mistake/</guid>
		<description><![CDATA[If you forget a mistake, I do not want to repeat the mistakes again. Write it down. &lt;mapper resource=&quot;com/company/blog/sqlmap/testMapper.xml&quot; /&gt; In the configuration file you forgot to ...]]></description>
		<content:encoded><![CDATA[If you forget a mistake, I do not want to repeat the mistakes again. Write it down. &lt;mapper resource=&quot;com/company/blog/sqlmap/testMapper.xml&quot; /&gt; In the configuration file you forgot to ...				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<li><a href="http://www.codeweblog.com/hibernate-secondary-cache/" title="Hibernate secondary cache">Hibernate secondary cache</a> 2009-02-27 09:45:24</li>
					<li><a href="http://www.codeweblog.com/hibernate-s-lazy-strategy/" title="Hibernate's lazy strategy">Hibernate's lazy strategy</a> 2009-02-27 09:44:43</li>
					<li><a href="http://www.codeweblog.com/great-collection-of-java-interview-topics/" title="Great collection of java interview topics">Great collection of java interview topics</a> 2009-02-27 09:44:32</li>
					<li><a href="http://www.codeweblog.com/spring-struts2-0-hibernate-bug-killer-1/" title="spring struts2.0 hibernate bug killer 1">spring struts2.0 hibernate bug killer 1</a> 2009-02-27 09:43:23</li>
				</ul>
		</div>
		        ]]></content:encoded>
		<wfw:commentRss>http://www.codeweblog.com/forget-that-is-a-mistake/</wfw:commentRss>
	</item>
		<item>
		<title>The proper use of ThreadPoolExecutor</title>
		<link>http://www.codeweblog.com/the-proper-use-of-threadpoolexecutor/</link>
		<comments>http://www.codeweblog.com/the-proper-use-of-threadpoolexecutor/#comments</comments>
		<pubDate>Mon, 08 Feb 2010 18:00:53+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[lt]]></category>
<category><![CDATA[implementation]]></category>
<category><![CDATA[parameters]]></category>
<category><![CDATA[constructor]]></category>
<category><![CDATA[threads]]></category>
<category><![CDATA[thread pool]]></category>
<category><![CDATA[pool size]]></category>
<category><![CDATA[queue]]></category>
<category><![CDATA[first choice]]></category>
<category><![CDATA[executor]]></category>
<category><![CDATA[thread execution]]></category>
<category><![CDATA[runnable]]></category>
<category><![CDATA[default option]]></category>
<category><![CDATA[executors]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/the-proper-use-of-threadpoolexecutor/</guid>
		<description><![CDATA[Has been used Executors.newFixedThreadPool (10) in such a way to create a thread pool. This factory method to create ThreadPoolExecutor the actual object, its constructor has three main parameters of  ...]]></description>
		<content:encoded><![CDATA[Has been used Executors.newFixedThreadPool (10) in such a way to create a thread pool. This factory method to create ThreadPoolExecutor the actual object, its constructor has three main parameters of  ...				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<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/based-on-jdbc-jpa-annotation-achieve-simple-crud-generic-dao/" title="Based on JDBC, JPA Annotation achieve simple CRUD Generic Dao">Based on JDBC, JPA Annotation achieve simple CRUD Generic Dao</a> 2009-02-27 09:45:34</li>
					<li><a href="http://www.codeweblog.com/hibernate-secondary-cache/" title="Hibernate secondary cache">Hibernate secondary cache</a> 2009-02-27 09:45:24</li>
					<li><a href="http://www.codeweblog.com/hibernate-s-lazy-strategy/" title="Hibernate's lazy strategy">Hibernate's lazy strategy</a> 2009-02-27 09:44:43</li>
				</ul>
		</div>
		        ]]></content:encoded>
		<wfw:commentRss>http://www.codeweblog.com/the-proper-use-of-threadpoolexecutor/</wfw:commentRss>
	</item>
		<item>
		<title>ant genkey (change)</title>
		<link>http://www.codeweblog.com/ant-genkey-change/</link>
		<comments>http://www.codeweblog.com/ant-genkey-change/#comments</comments>
		<pubDate>Sat, 06 Feb 2010 06:25:36+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[lt xml]]></category>
<category><![CDATA[utf 8]]></category>
<category><![CDATA[alias]]></category>
<category><![CDATA[parameters]]></category>
<category><![CDATA[deployment]]></category>
<category><![CDATA[lib]]></category>
<category><![CDATA[property environment]]></category>
<category><![CDATA[system environment]]></category>
<category><![CDATA[environment variable]]></category>
<category><![CDATA[aa]]></category>
<category><![CDATA[operating system]]></category>
<category><![CDATA[webroot]]></category>
<category><![CDATA[digital signature]]></category>
<category><![CDATA[validity]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/ant-genkey-change/</guid>
		<description><![CDATA[&lt;? xml version = &quot;1.0&quot; encoding = &quot;UTF-8&quot;?&gt; &lt;project name=&quot;aa&quot; default=&quot;deployTopoJar&quot; basedir=&quot;.&quot;&gt; &quot;! - Set the system environment v ...]]></description>
		<content:encoded><![CDATA[&lt;? xml version = &quot;1.0&quot; encoding = &quot;UTF-8&quot;?&gt; &lt;project name=&quot;aa&quot; default=&quot;deployTopoJar&quot; basedir=&quot;.&quot;&gt; &quot;! - Set the system environment v ...				<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/ant-genkey-change/</wfw:commentRss>
	</item>
		<item>
		<title>Programmer must master the eight cmd command</title>
		<link>http://www.codeweblog.com/programmer-must-master-the-eight-cmd-command/</link>
		<comments>http://www.codeweblog.com/programmer-must-master-the-eight-cmd-command/#comments</comments>
		<pubDate>Sat, 06 Feb 2010 03:45:38+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[principle]]></category>
<category><![CDATA[parameters]]></category>
<category><![CDATA[programmer]]></category>
<category><![CDATA[cmd]]></category>
<category><![CDATA[operating system]]></category>
<category><![CDATA[ping command]]></category>
<category><![CDATA[kitten]]></category>
<category><![CDATA[ip addresses]]></category>
<category><![CDATA[aim]]></category>
<category><![CDATA[dos window]]></category>
<category><![CDATA[hacker]]></category>
<category><![CDATA[data packets]]></category>
<category><![CDATA[host domain name]]></category>
<category><![CDATA[network connection speed]]></category>
<category><![CDATA[initial target]]></category>
<category><![CDATA[target host]]></category>
<category><![CDATA[target number]]></category>
<category><![CDATA[ping ip]]></category>
<category><![CDATA[network administrator]]></category>
<category><![CDATA[100m]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/programmer-must-master-the-eight-cmd-command/</guid>
		<description><![CDATA[1, ping It is used to check whether the network or the network connection speed of smooth order. As a living in the network administrator or a hacker who, ping command is the first one must master the ...]]></description>
		<content:encoded><![CDATA[1, ping It is used to check whether the network or the network connection speed of smooth order. As a living in the network administrator or a hacker who, ping command is the first one must master the ...				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<li><a href="http://www.codeweblog.com/using-rails-captcha-plug-in-easy-implementation-verification-code/" title="Using Rails Captcha plug-in, easy implementation Verification Code">Using Rails Captcha plug-in, easy implementation Verification Code</a> 2009-03-01 01:25:02</li>
					<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/hibernate-inteceptor/" title="Hibernate Inteceptor">Hibernate Inteceptor</a> 2009-02-27 13:51:42</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/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>
				</ul>
		</div>
		        ]]></content:encoded>
		<wfw:commentRss>http://www.codeweblog.com/programmer-must-master-the-eight-cmd-command/</wfw:commentRss>
	</item>
		<item>
		<title>Several methods of java operating XMLType</title>
		<link>http://www.codeweblog.com/several-methods-of-java-operating-xmltype/</link>
		<comments>http://www.codeweblog.com/several-methods-of-java-operating-xmltype/#comments</comments>
		<pubDate>Fri, 05 Feb 2010 07:15:37+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[lt]]></category>
<category><![CDATA[sql]]></category>
<category><![CDATA[database connection]]></category>
<category><![CDATA[oracle]]></category>
<category><![CDATA[parameters]]></category>
<category><![CDATA[oracle database]]></category>
<category><![CDATA[conn]]></category>
<category><![CDATA[duration]]></category>
<category><![CDATA[data types]]></category>
<category><![CDATA[string parameter]]></category>
<category><![CDATA[database side]]></category>
<category><![CDATA[xml fragment]]></category>
<category><![CDATA[database center]]></category>
<category><![CDATA[writer writer]]></category>
<category><![CDATA[seto]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/several-methods-of-java-operating-xmltype/</guid>
		<description><![CDATA[XMLType is the oracle database-specific data types can be used to store a xml, through java (This article uses the jdbc) Insert XMLType parameters according to the type of sql usually have the followi ...]]></description>
		<content:encoded><![CDATA[XMLType is the oracle database-specific data types can be used to store a xml, through java (This article uses the jdbc) Insert XMLType parameters according to the type of sql usually have the followi ...				<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/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/several-methods-of-java-operating-xmltype/</wfw:commentRss>
	</item>
		<item>
		<title>the use of final</title>
		<link>http://www.codeweblog.com/the-use-of-final/</link>
		<comments>http://www.codeweblog.com/the-use-of-final/#comments</comments>
		<pubDate>Fri, 05 Feb 2010 03:30:37+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[parameters]]></category>
<category><![CDATA[object reference]]></category>
<category><![CDATA[variables]]></category>
<category><![CDATA[life cycle]]></category>
<category><![CDATA[nature of things]]></category>
<category><![CDATA[fundamental significance]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/the-use-of-final/</guid>
		<description><![CDATA[Using the final of the role: to limit the final of the modified nature of things can not be modified. If used to modify a variable, if the basic types of variable then its value is changed, if the var ...]]></description>
		<content:encoded><![CDATA[Using the final of the role: to limit the final of the modified nature of things can not be modified. If used to modify a variable, if the basic types of variable then its value is changed, if the var ...				<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/hibernate-inteceptor/" title="Hibernate Inteceptor">Hibernate Inteceptor</a> 2009-02-27 13:51:42</li>
					<li><a href="http://www.codeweblog.com/dynamic-loading-js-script-four-kinds-of-methods/" title="Dynamic loading JS script four kinds of methods">Dynamic loading JS script four kinds of methods</a> 2009-02-27 13:40:02</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/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>
				</ul>
		</div>
		        ]]></content:encoded>
		<wfw:commentRss>http://www.codeweblog.com/the-use-of-final/</wfw:commentRss>
	</item>
		<item>
		<title>HIBERNATE Calling Stored Procedure</title>
		<link>http://www.codeweblog.com/hibernate-calling-stored-procedure/</link>
		<comments>http://www.codeweblog.com/hibernate-calling-stored-procedure/#comments</comments>
		<pubDate>Fri, 05 Feb 2010 00:20:37+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[lt]]></category>
<category><![CDATA[string name]]></category>
<category><![CDATA[pojo]]></category>
<category><![CDATA[parameters]]></category>
<category><![CDATA[gb2312]]></category>
<category><![CDATA[mapping package]]></category>
<category><![CDATA[test data]]></category>
<category><![CDATA[user information]]></category>
<category><![CDATA[varchar]]></category>
<category><![CDATA[deleteuser]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/hibernate-calling-stored-procedure/</guid>
		<description><![CDATA[1. Building tables and initialization of the test data in mysql database, create a new table: tbl_user, to build the table statement as follows: DROP TABLE IF EXISTS `user`; CREATE TABLE `tbl_user` (  ...]]></description>
		<content:encoded><![CDATA[1. Building tables and initialization of the test data in mysql database, create a new table: tbl_user, to build the table statement as follows: DROP TABLE IF EXISTS `user`; CREATE TABLE `tbl_user` (  ...				<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/the-level-hibernate-cache/" title="The level Hibernate cache">The level Hibernate cache</a> 2009-02-27 09:45:02</li>
					<li><a href="http://www.codeweblog.com/hibernate-s-lazy-strategy/" title="Hibernate's lazy strategy">Hibernate's lazy strategy</a> 2009-02-27 09:44:43</li>
				</ul>
		</div>
		        ]]></content:encoded>
		<wfw:commentRss>http://www.codeweblog.com/hibernate-calling-stored-procedure/</wfw:commentRss>
	</item>
		<item>
		<title>tomcat performance tuning</title>
		<link>http://www.codeweblog.com/tomcat-performance-tuning/</link>
		<comments>http://www.codeweblog.com/tomcat-performance-tuning/#comments</comments>
		<pubDate>Thu, 04 Feb 2010 13:10:44+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[java virtual machine]]></category>
<category><![CDATA[parameters]]></category>
<category><![CDATA[jdk]]></category>
<category><![CDATA[parameter description]]></category>
<category><![CDATA[configuration file]]></category>
<category><![CDATA[premise]]></category>
<category><![CDATA[performance optimization]]></category>
<category><![CDATA[memory size]]></category>
<category><![CDATA[jvm]]></category>
<category><![CDATA[external environment]]></category>
<category><![CDATA[performance tuning]]></category>
<category><![CDATA[detailed description]]></category>
<category><![CDATA[stress test]]></category>
<category><![CDATA[application process]]></category>
<category><![CDATA[heap size]]></category>
<category><![CDATA[xmx]]></category>
<category><![CDATA[machine memory]]></category>
<category><![CDATA[java specification]]></category>
<category><![CDATA[virtual machine performance]]></category>
<category><![CDATA[size parameter]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/tomcat-performance-tuning/</guid>
		<description><![CDATA[In the Tomcat and application of the stress test, if the performance of your application, not satisfied with the results, you can take some performance tuning measures, and of course the premise is th ...]]></description>
		<content:encoded><![CDATA[In the Tomcat and application of the stress test, if the performance of your application, not satisfied with the results, you can take some performance tuning measures, and of course the premise is th ...				<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/process-migration-from-tomcat-to-websphere-changes/" title="Process migration from tomcat to websphere changes">Process migration from tomcat to websphere changes</a> 2009-02-27 11:20:12</li>
					<li><a href="http://www.codeweblog.com/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/learn-java-flow/" title="Learn Java flow">Learn Java flow</a> 2009-02-27 10:01:02</li>
				</ul>
		</div>
		        ]]></content:encoded>
		<wfw:commentRss>http://www.codeweblog.com/tomcat-performance-tuning/</wfw:commentRss>
	</item>
		<item>
		<title>EJB3 development using JBoss WS for the WebService interface</title>
		<link>http://www.codeweblog.com/ejb3-development-using-jboss-ws-for-the-webservice-interface/</link>
		<comments>http://www.codeweblog.com/ejb3-development-using-jboss-ws-for-the-webservice-interface/#comments</comments>
		<pubDate>Wed, 03 Feb 2010 18:35:39+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[public string]]></category>
<category><![CDATA[demo]]></category>
<category><![CDATA[public interface]]></category>
<category><![CDATA[parameters]]></category>
<category><![CDATA[implements]]></category>
<category><![CDATA[root directory]]></category>
<category><![CDATA[development speed]]></category>
<category><![CDATA[wiki]]></category>
<category><![CDATA[directory address]]></category>
<category><![CDATA[world tag]]></category>
<category><![CDATA[tag description]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/ejb3-development-using-jboss-ws-for-the-webservice-interface/</guid>
		<description><![CDATA[Recently in the development of EJB project, you need to. Net Section of WebService interface. JBossAS built JBossWS services that can improve the WebService development speed. And if yes EJB, you can  ...]]></description>
		<content:encoded><![CDATA[Recently in the development of EJB project, you need to. Net Section of WebService interface. JBossAS built JBossWS services that can improve the WebService development speed. And if yes EJB, you can  ...				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<li><a href="http://www.codeweblog.com/based-on-spring-s-hibernate-search-full-text-search-function-of-sample/" title="Based on Spring's Hibernate Search full-text search function of sample">Based on Spring's Hibernate Search full-text search function of sample</a> 2009-02-27 12:34:20</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/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/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/ejb3-development-using-jboss-ws-for-the-webservice-interface/</wfw:commentRss>
	</item>
		<item>
		<title>Single cases of mode-related issues</title>
		<link>http://www.codeweblog.com/single-cases-of-mode-related-issues/</link>
		<comments>http://www.codeweblog.com/single-cases-of-mode-related-issues/#comments</comments>
		<pubDate>Tue, 02 Feb 2010 10:30:37+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[java virtual machine]]></category>
<category><![CDATA[parameters]]></category>
<category><![CDATA[element]]></category>
<category><![CDATA[single model]]></category>
<category><![CDATA[threads]]></category>
<category><![CDATA[object creation]]></category>
<category><![CDATA[default mode]]></category>
<category><![CDATA[stack frame]]></category>
<category><![CDATA[singleton pattern]]></category>
<category><![CDATA[internal variables]]></category>
<category><![CDATA[thread safety]]></category>
<category><![CDATA[soso]]></category>
<category><![CDATA[safety issue]]></category>
<category><![CDATA[security problems]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/single-cases-of-mode-related-issues/</guid>
		<description><![CDATA[Question: 1. Why is the use of Singleton pattern? 2. Singleton mode How do I create? 3. Singleton pattern thread-safety issue? @ Singleton pattern of the main advantages of 1. Eliminating the object c ...]]></description>
		<content:encoded><![CDATA[Question: 1. Why is the use of Singleton pattern? 2. Singleton mode How do I create? 3. Singleton pattern thread-safety issue? @ Singleton pattern of the main advantages of 1. Eliminating the object c ...				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<li><a href="http://www.codeweblog.com/rails-source-code-analysis-1-railsfcgihandler/" title="Rails source code analysis (1): RailsFCGIHandler">Rails source code analysis (1): RailsFCGIHandler</a> 2009-03-02 11:45:02</li>
					<li><a href="http://www.codeweblog.com/using-rails-captcha-plug-in-easy-implementation-verification-code/" title="Using Rails Captcha plug-in, easy implementation Verification Code">Using Rails Captcha plug-in, easy implementation Verification Code</a> 2009-03-01 01:25:02</li>
					<li><a href="http://www.codeweblog.com/hibernate-inteceptor/" title="Hibernate Inteceptor">Hibernate Inteceptor</a> 2009-02-27 13:51:42</li>
					<li><a href="http://www.codeweblog.com/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/learn-java-flow/" title="Learn Java flow">Learn Java flow</a> 2009-02-27 10:01:02</li>
				</ul>
		</div>
		        ]]></content:encoded>
		<wfw:commentRss>http://www.codeweblog.com/single-cases-of-mode-related-issues/</wfw:commentRss>
	</item>
		<item>
		<title>Java's the difference between the Override Overload</title>
		<link>http://www.codeweblog.com/java-s-the-difference-between-the-override-overload/</link>
		<comments>http://www.codeweblog.com/java-s-the-difference-between-the-override-overload/#comments</comments>
		<pubDate>Tue, 02 Feb 2010 01:20:30+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[inheritance]]></category>
<category><![CDATA[string name]]></category>
<category><![CDATA[override]]></category>
<category><![CDATA[public interface]]></category>
<category><![CDATA[public void]]></category>
<category><![CDATA[parameters]]></category>
<category><![CDATA[implements]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/java-s-the-difference-between-the-override-overload/</guid>
		<description><![CDATA[override is overwritten, corresponding to the inheritance characteristics of OO programming, meaning that in the sub-classes override parent class method; overload is overloaded, corresponding to the  ...]]></description>
		<content:encoded><![CDATA[override is overwritten, corresponding to the inheritance characteristics of OO programming, meaning that in the sub-classes override parent class method; overload is overloaded, corresponding to the  ...				<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/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/java-s-the-difference-between-the-override-overload/</wfw:commentRss>
	</item>
		<item>
		<title>[js] using regexp to achieve replaceall</title>
		<link>http://www.codeweblog.com/js-using-regexp-to-achieve-replaceall/</link>
		<comments>http://www.codeweblog.com/js-using-regexp-to-achieve-replaceall/#comments</comments>
		<pubDate>Fri, 20 Nov 2009 16:15:02+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[AJAX]]></category>
		<category><![CDATA[long time]]></category>
<category><![CDATA[parameters]]></category>
<category><![CDATA[regexp]]></category>
<category><![CDATA[absence]]></category>
<category><![CDATA[partition]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/js-using-regexp-to-achieve-replaceall/</guid>
		<description><![CDATA[Js as a result of the String object only replace, but not replaceAll function, in the absence of awareness before the regexp is a string it is very difficult to all the objects are replaced one-time,  ...]]></description>
		<content:encoded><![CDATA[Js as a result of the String object only replace, but not replaceAll function, in the absence of awareness before the regexp is a string it is very difficult to all the objects are replaced one-time,  ...				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<li><a href="http://www.codeweblog.com/use-ext-js-to-read-the-jsonreader-complex-object-json/" title="Use Ext JS to read the JsonReader complex object json">Use Ext JS to read the JsonReader complex object json</a> 2009-02-27 18:50:03</li>
					<li><a href="http://www.codeweblog.com/hibernate-inteceptor/" title="Hibernate Inteceptor">Hibernate Inteceptor</a> 2009-02-27 13:51:42</li>
					<li><a href="http://www.codeweblog.com/jdbc-example-of-a-long-time-do-not-have-jdbc-forgot/" title="JDBC example of a long time do not have JDBC forgot">JDBC example of a long time do not have JDBC forgot</a> 2009-02-27 12:34:50</li>
					<li><a href="http://www.codeweblog.com/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/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>
				</ul>
		</div>
		        ]]></content:encoded>
		<wfw:commentRss>http://www.codeweblog.com/js-using-regexp-to-achieve-replaceall/</wfw:commentRss>
	</item>
		<item>
		<title>JAVASCRIPT four ways the definition of the object</title>
		<link>http://www.codeweblog.com/javascript-four-ways-the-definition-of-the-object/</link>
		<comments>http://www.codeweblog.com/javascript-four-ways-the-definition-of-the-object/#comments</comments>
		<pubDate>Fri, 20 Nov 2009 13:15:03+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[AJAX]]></category>
		<category><![CDATA[parameters]]></category>
<category><![CDATA[existence]]></category>
<category><![CDATA[several ways]]></category>
<category><![CDATA[salary]]></category>
<category><![CDATA[prototype department]]></category>
<category><![CDATA[independent version]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/javascript-four-ways-the-definition-of-the-object/</guid>
		<description><![CDATA[The first to write a function, the following will be used several ways Factory methods First create the object, and then add properties and methods, do not need to use NEW to create objects, If the fu ...]]></description>
		<content:encoded><![CDATA[The first to write a function, the following will be used several ways Factory methods First create the object, and then add properties and methods, do not need to use NEW to create objects, If the fu ...				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<li><a href="http://www.codeweblog.com/rails-source-code-analysis-1-railsfcgihandler/" title="Rails source code analysis (1): RailsFCGIHandler">Rails source code analysis (1): RailsFCGIHandler</a> 2009-03-02 11:45:02</li>
					<li><a href="http://www.codeweblog.com/using-rails-captcha-plug-in-easy-implementation-verification-code/" title="Using Rails Captcha plug-in, easy implementation Verification Code">Using Rails Captcha plug-in, easy implementation Verification Code</a> 2009-03-01 01:25:02</li>
					<li><a href="http://www.codeweblog.com/js-events-dynamically-add-and-write-off/" title="js events dynamically add and write-off">js events dynamically add and write-off</a> 2009-02-27 23:55:03</li>
					<li><a href="http://www.codeweblog.com/hibernate-inteceptor/" title="Hibernate Inteceptor">Hibernate Inteceptor</a> 2009-02-27 13:51:42</li>
					<li><a href="http://www.codeweblog.com/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>
				</ul>
		</div>
		        ]]></content:encoded>
		<wfw:commentRss>http://www.codeweblog.com/javascript-four-ways-the-definition-of-the-object/</wfw:commentRss>
	</item>
		<item>
		<title>cookies keep javascript operation (settings). read. delete function Detailed examples</title>
		<link>http://www.codeweblog.com/cookies-keep-javascript-operation-settings-read-delete-function-detailed-examples/</link>
		<comments>http://www.codeweblog.com/cookies-keep-javascript-operation-settings-read-delete-function-detailed-examples/#comments</comments>
		<pubDate>Thu, 19 Nov 2009 22:05:02+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[AJAX]]></category>
		<category><![CDATA[lt]]></category>
<category><![CDATA[null return]]></category>
<category><![CDATA[new date]]></category>
<category><![CDATA[parameters]]></category>
<category><![CDATA[script language]]></category>
<category><![CDATA[match]]></category>
<category><![CDATA[regexp]]></category>
<category><![CDATA[return unescape]]></category>
<category><![CDATA[cookie indexof]]></category>
<category><![CDATA[cookie name]]></category>
<category><![CDATA[null document]]></category>
<category><![CDATA[gettime]]></category>
<category><![CDATA[settime]]></category>
<category><![CDATA[december 31]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/cookies-keep-javascript-operation-settings-read-delete-function-detailed-examples/</guid>
		<description><![CDATA[Previously been thought to be generally carried out in the JavaScript operation COOKIES, but encountered today, it also made you, as a collection of it, the following are a few features of these were  ...]]></description>
		<content:encoded><![CDATA[Previously been thought to be generally carried out in the JavaScript operation COOKIES, but encountered today, it also made you, as a collection of it, the following are a few features of these were  ...				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<li><a href="http://www.codeweblog.com/first-hibernate-example/" title="First Hibernate Example">First Hibernate Example</a> 2009-02-27 09:46:02</li>
					<li><a href="http://www.codeweblog.com/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/cookies-keep-javascript-operation-settings-read-delete-function-detailed-examples/</wfw:commentRss>
	</item>
		<item>
		<title>Acquaintance Hibernate (1)</title>
		<link>http://www.codeweblog.com/acquaintance-hibernate-1/</link>
		<comments>http://www.codeweblog.com/acquaintance-hibernate-1/#comments</comments>
		<pubDate>Mon, 16 Nov 2009 07:45:08+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[hbm]]></category>
<category><![CDATA[databases]]></category>
<category><![CDATA[parameters]]></category>
<category><![CDATA[configuration file]]></category>
<category><![CDATA[jsp]]></category>
<category><![CDATA[attribute]]></category>
<category><![CDATA[attributes]]></category>
<category><![CDATA[background data]]></category>
<category><![CDATA[user interface]]></category>
<category><![CDATA[three months]]></category>
<category><![CDATA[acquaintance]]></category>
<category><![CDATA[oo]]></category>
<category><![CDATA[txt files]]></category>
<category><![CDATA[tel database]]></category>
<category><![CDATA[button interface]]></category>
<category><![CDATA[hard heart]]></category>
<category><![CDATA[software button]]></category>
<category><![CDATA[button press]]></category>
<category><![CDATA[rapid changes]]></category>
<category><![CDATA[fur]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/acquaintance-hibernate-1/</guid>
		<description><![CDATA[Three months to write a C / C + + finally returned to the Java I love the ~ ~ originally wanted to continue to study the JSP ^ ^ But a friend recently asked me to help him make a final examination of  ...]]></description>
		<content:encoded><![CDATA[Three months to write a C / C + + finally returned to the Java I love the ~ ~ originally wanted to continue to study the JSP ^ ^ But a friend recently asked me to help him make a final examination of  ...				<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/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/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/acquaintance-hibernate-1/</wfw:commentRss>
	</item>
		<item>
		<title>Hibernate Query - (HQL)</title>
		<link>http://www.codeweblog.com/hibernate-query-hql/</link>
		<comments>http://www.codeweblog.com/hibernate-query-hql/#comments</comments>
		<pubDate>Fri, 13 Nov 2009 14:55:02+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[map]]></category>
<category><![CDATA[hql]]></category>
<category><![CDATA[parameters]]></category>
<category><![CDATA[gt 2]]></category>
<category><![CDATA[query session]]></category>
<category><![CDATA[name query]]></category>
<category><![CDATA[token]]></category>
<category><![CDATA[s1]]></category>
<category><![CDATA[price query]]></category>
<category><![CDATA[product query]]></category>
<category><![CDATA[inner join]]></category>
<category><![CDATA[newname]]></category>
<category><![CDATA[retur]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/hibernate-query-hql/</guid>
		<description><![CDATA[[Note] Because from space before, caused by unexpected token: from Query can return a value of any type of property or object, including the return type for a component (Component) of the attributes:  ...]]></description>
		<content:encoded><![CDATA[[Note] Because from space before, caused by unexpected token: from Query can return a value of any type of property or object, including the return type for a component (Component) of the attributes:  ...				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<li><a href="http://www.codeweblog.com/application-of-spring-struts2-0-hibernate-hql/" title="Application of spring struts2.0 hibernate HQL">Application of spring struts2.0 hibernate HQL</a> 2009-02-27 11:20:38</li>
					<li><a href="http://www.codeweblog.com/process-migration-from-tomcat-to-websphere-changes/" title="Process migration from tomcat to websphere changes">Process migration from tomcat to websphere changes</a> 2009-02-27 11:20:12</li>
					<li><a href="http://www.codeweblog.com/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/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>
				</ul>
		</div>
		        ]]></content:encoded>
		<wfw:commentRss>http://www.codeweblog.com/hibernate-query-hql/</wfw:commentRss>
	</item>
		<item>
		<title>Flash frame dotted line solutions</title>
		<link>http://www.codeweblog.com/flash-frame-dotted-line-solutions/</link>
		<comments>http://www.codeweblog.com/flash-frame-dotted-line-solutions/#comments</comments>
		<pubDate>Fri, 13 Nov 2009 07:35:04+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[AJAX]]></category>
		<category><![CDATA[variable name]]></category>
<category><![CDATA[parameters]]></category>
<category><![CDATA[quot quot]]></category>
<category><![CDATA[script type]]></category>
<category><![CDATA[text javascript]]></category>
<category><![CDATA[model lt]]></category>
<category><![CDATA[firefox]]></category>
<category><![CDATA[swfobject]]></category>
<category><![CDATA[background color]]></category>
<category><![CDATA[dotted line]]></category>
<category><![CDATA[rapid escalation]]></category>
<category><![CDATA[usage model]]></category>
<category><![CDATA[line solutions]]></category>
<category><![CDATA[tag id]]></category>
<category><![CDATA[microsoft browsers]]></category>
<category><![CDATA[better solutions]]></category>
<category><![CDATA[flash version]]></category>
<category><![CDATA[click to activate and use this control]]></category>
<category><![CDATA[flash web]]></category>
<category><![CDATA[flashobject]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/flash-frame-dotted-line-solutions/</guid>
		<description><![CDATA[Since an anti-Microsoft browsers Security update After, Flash web pages began to appear dashed frame shows Example of a Object that is the way Flash tag call to open IE browser (Firefox does not this  ...]]></description>
		<content:encoded><![CDATA[Since an anti-Microsoft browsers Security update After, Flash web pages began to appear dashed frame shows Example of a Object that is the way Flash tag call to open IE browser (Firefox does not this  ...				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<li><a href="http://www.codeweblog.com/dynamic-loading-js-script-four-kinds-of-methods/" title="Dynamic loading JS script four kinds of methods">Dynamic loading JS script four kinds of methods</a> 2009-02-27 13:40:02</li>
					<li><a href="http://www.codeweblog.com/ror-explained/" title="RoR explained">RoR explained</a> 2009-02-27 12:40:02</li>
					<li><a href="http://www.codeweblog.com/java-read-file/" title="java read file">java read file</a> 2009-02-27 12:35:13</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>
				</ul>
		</div>
		        ]]></content:encoded>
		<wfw:commentRss>http://www.codeweblog.com/flash-frame-dotted-line-solutions/</wfw:commentRss>
	</item>
		<item>
		<title>seam hibernate search the full demo</title>
		<link>http://www.codeweblog.com/seam-hibernate-search-the-full-demo/</link>
		<comments>http://www.codeweblog.com/seam-hibernate-search-the-full-demo/#comments</comments>
		<pubDate>Fri, 30 Oct 2009 04:05:02+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[lt]]></category>
<category><![CDATA[quot]]></category>
<category><![CDATA[demo]]></category>
<category><![CDATA[persistence]]></category>
<category><![CDATA[parameters]]></category>
<category><![CDATA[gt 2]]></category>
<category><![CDATA[full text search]]></category>
<category><![CDATA[directory provider]]></category>
<category><![CDATA[search function]]></category>
<category><![CDATA[seam]]></category>
<category><![CDATA[search event]]></category>
<category><![CDATA[default directory]]></category>
<category><![CDATA[search store]]></category>
<category><![CDATA[indexes]]></category>
<category><![CDATA[entity declaration]]></category>
<category><![CDATA[index files]]></category>
<category><![CDATA[text search database]]></category>
<category><![CDATA[index file]]></category>
<category><![CDATA[sweetness]]></category>
<category><![CDATA[weights]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/seam-hibernate-search-the-full-demo/</guid>
		<description><![CDATA[seam and hibernate search to achieve the perfect integration, if you own seam debug some of you demo. Will have tasted the sweetness of the seam, you have to fall in love with this thing. Which in the ...]]></description>
		<content:encoded><![CDATA[seam and hibernate search to achieve the perfect integration, if you own seam debug some of you demo. Will have tasted the sweetness of the seam, you have to fall in love with this thing. Which in the ...				<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/seam-hibernate-search-the-full-demo/</wfw:commentRss>
	</item>
		<item>
		<title>javascript to determine whether the digital</title>
		<link>http://www.codeweblog.com/javascript-to-determine-whether-the-digital/</link>
		<comments>http://www.codeweblog.com/javascript-to-determine-whether-the-digital/#comments</comments>
		<pubDate>Wed, 28 Oct 2009 10:55:02+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[AJAX]]></category>
		<category><![CDATA[parameters]]></category>
<category><![CDATA[variables]]></category>
<category><![CDATA[verification code]]></category>
<category><![CDATA[mathematical expression]]></category>
<category><![CDATA[nan]]></category>
<category><![CDATA[boolean values]]></category>
<category><![CDATA[expressions]]></category>
<category><![CDATA[boolean value]]></category>
<category><![CDATA[flash player 5]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/javascript-to-determine-whether-the-digital/</guid>
		<description><![CDATA[http://www.yxl.cn/Info/20051231, 124813,7012. html isNaN function isNaN (expression: Object): Boolean Parameters, if the value is NaN (non-digital), then return true. This function can be used to chec ...]]></description>
		<content:encoded><![CDATA[http://www.yxl.cn/Info/20051231, 124813,7012. html isNaN function isNaN (expression: Object): Boolean Parameters, if the value is NaN (non-digital), then return true. This function can be used to chec ...				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<li><a href="http://www.codeweblog.com/using-rails-captcha-plug-in-easy-implementation-verification-code/" title="Using Rails Captcha plug-in, easy implementation Verification Code">Using Rails Captcha plug-in, easy implementation Verification Code</a> 2009-03-01 01:25:02</li>
					<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/hibernate-inteceptor/" title="Hibernate Inteceptor">Hibernate Inteceptor</a> 2009-02-27 13:51:42</li>
					<li><a href="http://www.codeweblog.com/dynamic-loading-js-script-four-kinds-of-methods/" title="Dynamic loading JS script four kinds of methods">Dynamic loading JS script four kinds of methods</a> 2009-02-27 13:40:02</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>
				</ul>
		</div>
		        ]]></content:encoded>
		<wfw:commentRss>http://www.codeweblog.com/javascript-to-determine-whether-the-digital/</wfw:commentRss>
	</item>
		<item>
		<title>prototype's ajax</title>
		<link>http://www.codeweblog.com/prototype-s-ajax/</link>
		<comments>http://www.codeweblog.com/prototype-s-ajax/#comments</comments>
		<pubDate>Tue, 27 Oct 2009 23:25:02+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[AJAX]]></category>
		<category><![CDATA[parameters]]></category>
<category><![CDATA[prototype]]></category>
<category><![CDATA[ajax]]></category>
<category><![CDATA[storage]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/prototype-s-ajax/</guid>
		<description><![CDATA[prototype's ajax]]></description>
		<content:encoded><![CDATA[prototype's ajax				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<li><a href="http://www.codeweblog.com/js-in-the-date-type-conversion/" title="JS in the Date type conversion">JS in the Date type conversion</a> 2009-02-27 22:55:03</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>
					<li><a href="http://www.codeweblog.com/javascript-inheritance/" title="JavaScript inheritance">JavaScript inheritance</a> 2009-02-27 16:45:03</li>
					<li><a href="http://www.codeweblog.com/hibernate-inteceptor/" title="Hibernate Inteceptor">Hibernate Inteceptor</a> 2009-02-27 13:51:42</li>
					<li><a href="http://www.codeweblog.com/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>
				</ul>
		</div>
		        ]]></content:encoded>
		<wfw:commentRss>http://www.codeweblog.com/prototype-s-ajax/</wfw:commentRss>
	</item>
		<item>
		<title>Chinese garbled Ajax problems and solutions</title>
		<link>http://www.codeweblog.com/chinese-garbled-ajax-problems-and-solutions/</link>
		<comments>http://www.codeweblog.com/chinese-garbled-ajax-problems-and-solutions/#comments</comments>
		<pubDate>Fri, 23 Oct 2009 22:05:01+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[AJAX]]></category>
		<category><![CDATA[utf 8]]></category>
<category><![CDATA[parameters]]></category>
<category><![CDATA[submission]]></category>
<category><![CDATA[ajax]]></category>
<category><![CDATA[xhr]]></category>
<category><![CDATA[contenttype]]></category>
<category><![CDATA[test test]]></category>
<category><![CDATA[jquery]]></category>
<category><![CDATA[datatype]]></category>
<category><![CDATA[background action]]></category>
<category><![CDATA[solution method]]></category>
<category><![CDATA[type request]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/chinese-garbled-ajax-problems-and-solutions/</guid>
		<description><![CDATA[Scene: JQuery&#39;s ajax methods to use ajax to submit the request, the code is as follows: 1 $. Ajax (( 2 dataType: &#39;json&#39; 3, type: &#39;POST&#39; 4, url: &#39;http://localhost/test/test.do&# ...]]></description>
		<content:encoded><![CDATA[Scene: JQuery&#39;s ajax methods to use ajax to submit the request, the code is as follows: 1 $. Ajax (( 2 dataType: &#39;json&#39; 3, type: &#39;POST&#39; 4, url: &#39;http://localhost/test/test.do&# ...				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<li><a href="http://www.codeweblog.com/process-migration-from-tomcat-to-websphere-changes/" title="Process migration from tomcat to websphere changes">Process migration from tomcat to websphere changes</a> 2009-02-27 11:20:12</li>
					<li><a href="http://www.codeweblog.com/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/java-ee-jsp-jndi/" title="JAVA EE JSP_JNDI">JAVA EE JSP_JNDI</a> 2009-02-27 10:01:54</li>
					<li><a href="http://www.codeweblog.com/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/chinese-garbled-ajax-problems-and-solutions/</wfw:commentRss>
	</item>
		<item>
		<title>JSON example (AJAX + STRUTS)</title>
		<link>http://www.codeweblog.com/json-example-ajax-struts/</link>
		<comments>http://www.codeweblog.com/json-example-ajax-struts/#comments</comments>
		<pubDate>Fri, 23 Oct 2009 19:25: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[parameters]]></category>
<category><![CDATA[doctype]]></category>
<category><![CDATA[lib]]></category>
<category><![CDATA[prototype]]></category>
<category><![CDATA[ajax]]></category>
<category><![CDATA[relevant documents]]></category>
<category><![CDATA[extent]]></category>
<category><![CDATA[struts apache]]></category>
<category><![CDATA[request url]]></category>
<category><![CDATA[ul]]></category>
<category><![CDATA[dtds]]></category>
<category><![CDATA[apache software foundation]]></category>
<category><![CDATA[url test]]></category>
<category><![CDATA[good combination]]></category>
<category><![CDATA[pars]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/json-example-ajax-struts/</guid>
		<description><![CDATA[Some time ago to do a project using json, I take the time to write a struts + ajax + json examples. Ajax + json personal feel to a large extent reduces network and server IO, is a very good combinatio ...]]></description>
		<content:encoded><![CDATA[Some time ago to do a project using json, I take the time to write a struts + ajax + json examples. Ajax + json personal feel to a large extent reduces network and server IO, is a very good combinatio ...				<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/json-example-ajax-struts/</wfw:commentRss>
	</item>
		<item>
		<title>js Function object & function calls</title>
		<link>http://www.codeweblog.com/js-function-object-function-calls/</link>
		<comments>http://www.codeweblog.com/js-function-object-function-calls/#comments</comments>
		<pubDate>Thu, 22 Oct 2009 00:05:03+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[AJAX]]></category>
		<category><![CDATA[parameters]]></category>
<category><![CDATA[semicolon]]></category>
<category><![CDATA[p1 p2]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/js-function-object-function-calls/</guid>
		<description><![CDATA[js objects and the function of the difference between function call: * Function object: Defines a function fun1 (p1, p2), the following form of function objects: fun1 fun1 () fun1 (1) fun1 (1,2) Note  ...]]></description>
		<content:encoded><![CDATA[js objects and the function of the difference between function call: * Function object: Defines a function fun1 (p1, p2), the following form of function objects: fun1 fun1 () fun1 (1) fun1 (1,2) Note  ...				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<li><a href="http://www.codeweblog.com/jdbc-even-oracle-sqlserver2000-mysql-ways/" title="jdbc even ORACLE, SQLServer2000, mysql ways">jdbc even ORACLE, SQLServer2000, mysql ways</a> 2009-03-02 12:05:51</li>
					<li><a href="http://www.codeweblog.com/rails-source-code-analysis-1-railsfcgihandler/" title="Rails source code analysis (1): RailsFCGIHandler">Rails source code analysis (1): RailsFCGIHandler</a> 2009-03-02 11:45:02</li>
					<li><a href="http://www.codeweblog.com/using-rails-captcha-plug-in-easy-implementation-verification-code/" title="Using Rails Captcha plug-in, easy implementation Verification Code">Using Rails Captcha plug-in, easy implementation Verification Code</a> 2009-03-01 01:25:02</li>
					<li><a href="http://www.codeweblog.com/hibernate-inteceptor/" title="Hibernate Inteceptor">Hibernate Inteceptor</a> 2009-02-27 13:51:42</li>
					<li><a href="http://www.codeweblog.com/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>
				</ul>
		</div>
		        ]]></content:encoded>
		<wfw:commentRss>http://www.codeweblog.com/js-function-object-function-calls/</wfw:commentRss>
	</item>
		<item>
		<title>Javascript fifth day</title>
		<link>http://www.codeweblog.com/javascript-fifth-day/</link>
		<comments>http://www.codeweblog.com/javascript-fifth-day/#comments</comments>
		<pubDate>Wed, 21 Oct 2009 03:45:04+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[AJAX]]></category>
		<category><![CDATA[parameters]]></category>
<category><![CDATA[occasions]]></category>
<category><![CDATA[quot quot]]></category>
<category><![CDATA[array]]></category>
<category><![CDATA[expression]]></category>
<category><![CDATA[document write]]></category>
<category><![CDATA[data types]]></category>
<category><![CDATA[procedural errors]]></category>
<category><![CDATA[fifth day]]></category>
<category><![CDATA[hump]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/javascript-fifth-day/</guid>
		<description><![CDATA[Articles about the js array of objects and methods. This chapter we talk about function first, and then to point combat. 1, function: is a definition of a function can call the js code on many occasio ...]]></description>
		<content:encoded><![CDATA[Articles about the js array of objects and methods. This chapter we talk about function first, and then to point combat. 1, function: is a definition of a function can call the js code on many occasio ...				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<li><a href="http://www.codeweblog.com/ejb-ant-script-to-deploy-template-works/" title="EJB ant script to deploy template works">EJB ant script to deploy template works</a> 2009-02-27 13:52:05</li>
					<li><a href="http://www.codeweblog.com/hibernate-inteceptor/" title="Hibernate Inteceptor">Hibernate Inteceptor</a> 2009-02-27 13:51:42</li>
					<li><a href="http://www.codeweblog.com/java-read-file/" title="java read file">java read file</a> 2009-02-27 12:35:13</li>
					<li><a href="http://www.codeweblog.com/application-of-spring-struts2-0-hibernate-hql/" title="Application of spring struts2.0 hibernate HQL">Application of spring struts2.0 hibernate HQL</a> 2009-02-27 11:20:38</li>
					<li><a href="http://www.codeweblog.com/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>
				</ul>
		</div>
		        ]]></content:encoded>
		<wfw:commentRss>http://www.codeweblog.com/javascript-fifth-day/</wfw:commentRss>
	</item>
		<item>
		<title>JS Create Object</title>
		<link>http://www.codeweblog.com/js-create-object/</link>
		<comments>http://www.codeweblog.com/js-create-object/#comments</comments>
		<pubDate>Mon, 19 Oct 2009 15:00:04+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[AJAX]]></category>
		<category><![CDATA[lt]]></category>
<category><![CDATA[parameters]]></category>
<category><![CDATA[attributes]]></category>
<category><![CDATA[targets]]></category>
<category><![CDATA[doors]]></category>
<category><![CDATA[object category]]></category>
<category><![CDATA[car color]]></category>
<category><![CDATA[ocar]]></category>
<category><![CDATA[factory methods]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/js-create-object/</guid>
		<description><![CDATA[javascript object definition (2007-05-23 22:15:46) &lt;script&gt; &lt;/ script&gt; tags: javascript Create Object Category: JavaScript Today, the company completed the task in the process, some inform ...]]></description>
		<content:encoded><![CDATA[javascript object definition (2007-05-23 22:15:46) &lt;script&gt; &lt;/ script&gt; tags: javascript Create Object Category: JavaScript Today, the company completed the task in the process, some inform ...				<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/js-create-object/</wfw:commentRss>
	</item>
		<item>
		<title>dwr / struts examples of the development of</title>
		<link>http://www.codeweblog.com/dwr-struts-examples-of-the-development-of/</link>
		<comments>http://www.codeweblog.com/dwr-struts-examples-of-the-development-of/#comments</comments>
		<pubDate>Mon, 19 Oct 2009 10:20:02+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[AJAX]]></category>
		<category><![CDATA[lt]]></category>
<category><![CDATA[servlet class]]></category>
<category><![CDATA[parameters]]></category>
<category><![CDATA[param name]]></category>
<category><![CDATA[init]]></category>
<category><![CDATA[jsp]]></category>
<category><![CDATA[relevant documents]]></category>
<category><![CDATA[debug]]></category>
<category><![CDATA[conversion]]></category>
<category><![CDATA[entity class]]></category>
<category><![CDATA[invoker]]></category>
<category><![CDATA[dwr]]></category>
<category><![CDATA[business processes]]></category>
<category><![CDATA[uk ltd]]></category>
<category><![CDATA[interface service]]></category>
<category><![CDATA[page demo]]></category>
<category><![CDATA[demo application]]></category>
<category><![CDATA[client interface]]></category>
<category><![CDATA[business entity]]></category>
<category><![CDATA[business category]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/dwr-struts-examples-of-the-development-of/</guid>
		<description><![CDATA[Start by telling you about the structure of the application client page: demo.jsp used to display client interface service: DemoAction is a Struts sub-class of Action to control the conversion, DemoFa ...]]></description>
		<content:encoded><![CDATA[Start by telling you about the structure of the application client page: demo.jsp used to display client interface service: DemoAction is a Struts sub-class of Action to control the conversion, DemoFa ...				<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/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/dwr-struts-examples-of-the-development-of/</wfw:commentRss>
	</item>
		<item>
		<title>WebWork and DWR integration</title>
		<link>http://www.codeweblog.com/webwork-and-dwr-integration/</link>
		<comments>http://www.codeweblog.com/webwork-and-dwr-integration/#comments</comments>
		<pubDate>Mon, 19 Oct 2009 09:05:03+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[AJAX]]></category>
		<category><![CDATA[implementation]]></category>
<category><![CDATA[parameters]]></category>
<category><![CDATA[jsp]]></category>
<category><![CDATA[attribute]]></category>
<category><![CDATA[params]]></category>
<category><![CDATA[dwr]]></category>
<category><![CDATA[point of view]]></category>
<category><![CDATA[webwork]]></category>
<category><![CDATA[domain id]]></category>
<category><![CDATA[long distance call]]></category>
<category><![CDATA[subtle differences]]></category>
<category><![CDATA[target domain]]></category>
<category><![CDATA[document action]]></category>
<category><![CDATA[action document]]></category>
<category><![CDATA[typical text]]></category>
<category><![CDATA[fundamental point]]></category>
<category><![CDATA[new entries]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/webwork-and-dwr-integration/</guid>
		<description><![CDATA[WebWork / Struts 2 DWR also provided with OpenSymphony ( www.opensymphony.com / webwork ) Framework developed by the integrated WebWork. With this support, you can remotely access their own WebWork Ac ...]]></description>
		<content:encoded><![CDATA[WebWork / Struts 2 DWR also provided with OpenSymphony ( www.opensymphony.com / webwork ) Framework developed by the integrated WebWork. With this support, you can remotely access their own WebWork Ac ...				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<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/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/webwork-and-dwr-integration/</wfw:commentRss>
	</item>
		<item>
		<title>Prototype analysis of the source</title>
		<link>http://www.codeweblog.com/prototype-analysis-of-the-source/</link>
		<comments>http://www.codeweblog.com/prototype-analysis-of-the-source/#comments</comments>
		<pubDate>Wed, 07 Oct 2009 14:30:02+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[AJAX]]></category>
		<category><![CDATA[lt]]></category>
<category><![CDATA[failure]]></category>
<category><![CDATA[parameters]]></category>
<category><![CDATA[bind]]></category>
<category><![CDATA[prototype]]></category>
<category><![CDATA[js]]></category>
<category><![CDATA[ajax]]></category>
<category><![CDATA[object object]]></category>
<category><![CDATA[new activexobject]]></category>
<category><![CDATA[microsoft]]></category>
<category><![CDATA[request url]]></category>
<category><![CDATA[lambda]]></category>
<category><![CDATA[return destination]]></category>
<category><![CDATA[destination source]]></category>
<category><![CDATA[property source]]></category>
<category><![CDATA[source destination]]></category>
<category><![CDATA[returnvalue]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/prototype-analysis-of-the-source/</guid>
		<description><![CDATA[/ * * This document is asynchronous xmlhttp requests for a simple package * Prototytp carried out mainly to simplify, to the use of complex functions can use the prototype of ajax.js * External use, t ...]]></description>
		<content:encoded><![CDATA[/ * * This document is asynchronous xmlhttp requests for a simple package * Prototytp carried out mainly to simplify, to the use of complex functions can use the prototype of ajax.js * External use, t ...				<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/prototype-analysis-of-the-source/</wfw:commentRss>
	</item>
		<item>
		<title>hibernate custom generator</title>
		<link>http://www.codeweblog.com/hibernate-custom-generator/</link>
		<comments>http://www.codeweblog.com/hibernate-custom-generator/#comments</comments>
		<pubDate>Fri, 02 Oct 2009 10:20:01+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[public void]]></category>
<category><![CDATA[dialect]]></category>
<category><![CDATA[parameters]]></category>
<category><![CDATA[object object]]></category>
<category><![CDATA[parameter name]]></category>
<category><![CDATA[session object]]></category>
<category><![CDATA[v string]]></category>
<category><![CDATA[custom generator]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/hibernate-custom-generator/</guid>
		<description><![CDATA[hibernate custom generator]]></description>
		<content:encoded><![CDATA[hibernate custom generator				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<li><a href="http://www.codeweblog.com/memo-hibernate-problem/" title="Memo hibernate problem">Memo hibernate problem</a> 2009-02-27 12:34:43</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/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/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>
				</ul>
		</div>
		        ]]></content:encoded>
		<wfw:commentRss>http://www.codeweblog.com/hibernate-custom-generator/</wfw:commentRss>
	</item>
		<item>
		<title>Java variety of paths and parameters</title>
		<link>http://www.codeweblog.com/java-variety-of-paths-and-parameters/</link>
		<comments>http://www.codeweblog.com/java-variety-of-paths-and-parameters/#comments</comments>
		<pubDate>Tue, 29 Sep 2009 13:35:02+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[web application]]></category>
<category><![CDATA[parameters]]></category>
<category><![CDATA[servlet]]></category>
<category><![CDATA[java type]]></category>
<category><![CDATA[relative path]]></category>
<category><![CDATA[quot quot]]></category>
<category><![CDATA[two ways]]></category>
<category><![CDATA[root directory]]></category>
<category><![CDATA[jsp access]]></category>
<category><![CDATA[root path]]></category>
<category><![CDATA[path 1]]></category>
<category><![CDATA[string path]]></category>
<category><![CDATA[several ways]]></category>
<category><![CDATA[absolute path]]></category>
<category><![CDATA[pagecontext]]></category>
<category><![CDATA[weblogic]]></category>
<category><![CDATA[document root]]></category>
<category><![CDATA[bea]]></category>
<category><![CDATA[desktop folder]]></category>
<category><![CDATA[getservletcontext]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/java-variety-of-paths-and-parameters/</guid>
		<description><![CDATA[1.JSP access to current applications in the relative path and absolute path: Corresponding to the root directory of the absolute path: request.getRequestURI () Document&#39;s absolute path: applicatio ...]]></description>
		<content:encoded><![CDATA[1.JSP access to current applications in the relative path and absolute path: Corresponding to the root directory of the absolute path: request.getRequestURI () Document&#39;s absolute path: applicatio ...				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<li><a href="http://www.codeweblog.com/java-read-file/" title="java read file">java read file</a> 2009-02-27 12:35:13</li>
					<li><a href="http://www.codeweblog.com/hibernate-mapping-types/" title="Hibernate Mapping Types">Hibernate Mapping Types</a> 2009-02-27 12:34:06</li>
					<li><a href="http://www.codeweblog.com/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/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/servlet-brief-introduction/" title="Servlet brief introduction">Servlet brief introduction</a> 2009-02-27 09:46:20</li>
				</ul>
		</div>
		        ]]></content:encoded>
		<wfw:commentRss>http://www.codeweblog.com/java-variety-of-paths-and-parameters/</wfw:commentRss>
	</item>
		<item>
		<title>DWR obtain information session</title>
		<link>http://www.codeweblog.com/dwr-obtain-information-session/</link>
		<comments>http://www.codeweblog.com/dwr-obtain-information-session/#comments</comments>
		<pubDate>Sat, 26 Sep 2009 11:30:03+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[AJAX]]></category>
		<category><![CDATA[string name]]></category>
<category><![CDATA[parameters]]></category>
<category><![CDATA[ajax]]></category>
<category><![CDATA[api]]></category>
<category><![CDATA[getsession]]></category>
<category><![CDATA[dwr]]></category>
<category><![CDATA[internet search]]></category>
<category><![CDATA[java method]]></category>
<category><![CDATA[httpsession]]></category>
<category><![CDATA[java methods]]></category>
<category><![CDATA[session request]]></category>
<category><![CDATA[java client]]></category>
<category><![CDATA[definition of java]]></category>
<category><![CDATA[information session]]></category>
<category><![CDATA[information internet]]></category>
<category><![CDATA[ctx]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/dwr-obtain-information-session/</guid>
		<description><![CDATA[Recently, we decided to adopt the project features Ajax technology, and finally adopted the DWR. In the use of the DWR, the face of the need to preserve access to the user session information. Interne ...]]></description>
		<content:encoded><![CDATA[Recently, we decided to adopt the project features Ajax technology, and finally adopted the DWR. In the use of the DWR, the face of the need to preserve access to the user session information. Interne ...				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<li><a href="http://www.codeweblog.com/hibernate-inteceptor/" title="Hibernate Inteceptor">Hibernate Inteceptor</a> 2009-02-27 13:51:42</li>
					<li><a href="http://www.codeweblog.com/hibernate-call-stored-procedure/" title="hibernate call stored procedure">hibernate call stored procedure</a> 2009-02-27 12:34:25</li>
					<li><a href="http://www.codeweblog.com/based-on-spring-s-hibernate-search-full-text-search-function-of-sample/" title="Based on Spring's Hibernate Search full-text search function of sample">Based on Spring's Hibernate Search full-text search function of sample</a> 2009-02-27 12:34:20</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/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/dwr-obtain-information-session/</wfw:commentRss>
	</item>
		<item>
		<title>Hibernate + Spring + Struts2 + ExtJS development of CRUD functions</title>
		<link>http://www.codeweblog.com/hibernate-spring-struts2-extjs-development-of-crud-functions/</link>
		<comments>http://www.codeweblog.com/hibernate-spring-struts2-extjs-development-of-crud-functions/#comments</comments>
		<pubDate>Thu, 24 Sep 2009 10:55:01+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[dispatcher]]></category>
<category><![CDATA[lt xml]]></category>
<category><![CDATA[schemalocation]]></category>
<category><![CDATA[utf 8]]></category>
<category><![CDATA[app version]]></category>
<category><![CDATA[java sun]]></category>
<category><![CDATA[xsi]]></category>
<category><![CDATA[xmlschema]]></category>
<category><![CDATA[j2ee]]></category>
<category><![CDATA[parameters]]></category>
<category><![CDATA[xmlns]]></category>
<category><![CDATA[web context]]></category>
<category><![CDATA[param name]]></category>
<category><![CDATA[listener]]></category>
<category><![CDATA[filter class]]></category>
<category><![CDATA[filter name]]></category>
<category><![CDATA[lib]]></category>
<category><![CDATA[struts apache]]></category>
<category><![CDATA[open source framework]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/hibernate-spring-struts2-extjs-development-of-crud-functions/</guid>
		<description><![CDATA[Favorites Hibernate + Spring + Struts2 + ExtJS development of CRUD functions 1, Getting Started: Various open-source framework for the environment and to download: Hibernate: 3.x http://www.hibernate. ...]]></description>
		<content:encoded><![CDATA[Favorites Hibernate + Spring + Struts2 + ExtJS development of CRUD functions 1, Getting Started: Various open-source framework for the environment and to download: Hibernate: 3.x http://www.hibernate. ...				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<li><a href="http://www.codeweblog.com/servlet-brief-introduction/" title="Servlet brief introduction">Servlet brief introduction</a> 2009-02-27 09:46:20</li>
					<li><a href="http://www.codeweblog.com/spring2-0-hibernate3-1-log4j-mysql-demo/" title="Spring2.0 + hibernate3.1 + log4j + mysql demo">Spring2.0 + hibernate3.1 + log4j + mysql demo</a> 2009-02-27 09:45:51</li>
					<li><a href="http://www.codeweblog.com/spring-struts2-0-hibernate-bug-killer-1/" title="spring struts2.0 hibernate bug killer 1">spring struts2.0 hibernate bug killer 1</a> 2009-02-27 09:43:23</li>
				</ul>
		</div>
		        ]]></content:encoded>
		<wfw:commentRss>http://www.codeweblog.com/hibernate-spring-struts2-extjs-development-of-crud-functions/</wfw:commentRss>
	</item>
		<item>
		<title>Step-by-step learning Ruby (13): Ruby module</title>
		<link>http://www.codeweblog.com/step-by-step-learning-ruby-13-ruby-module/</link>
		<comments>http://www.codeweblog.com/step-by-step-learning-ruby-13-ruby-module/#comments</comments>
		<pubDate>Wed, 23 Sep 2009 01:05:02+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[Ruby]]></category>
		<category><![CDATA[namespace]]></category>
<category><![CDATA[parameters]]></category>
<category><![CDATA[relationship]]></category>
<category><![CDATA[ruby module]]></category>
<category><![CDATA[gt c]]></category>
<category><![CDATA[kernel]]></category>
<category><![CDATA[c class]]></category>
<category><![CDATA[using quotation marks]]></category>
<category><![CDATA[automatic implementation]]></category>
<category><![CDATA[string variables]]></category>
<category><![CDATA[project modules]]></category>
<category><![CDATA[type modules]]></category>
<category><![CDATA[c type]]></category>
<category><![CDATA[automatic transmission]]></category>
<category><![CDATA[quotes]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/step-by-step-learning-ruby-13-ruby-module/</guid>
		<description><![CDATA[Class is subclass of Module, is a special form of modules, this can look at my article Step-by-step learning Ruby (5): Class, Module, Object, Kernel relationship . We know that the top of the class is ...]]></description>
		<content:encoded><![CDATA[Class is subclass of Module, is a special form of modules, this can look at my article Step-by-step learning Ruby (5): Class, Module, Object, Kernel relationship . We know that the top of the class is ...				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<li><a href="http://www.codeweblog.com/hibernate-in-the-inverse-and-cascade/" title="Hibernate in the inverse and cascade">Hibernate in the inverse and cascade</a> 2009-02-28 15:59:51</li>
					<li><a href="http://www.codeweblog.com/hibernate-inteceptor/" title="Hibernate Inteceptor">Hibernate Inteceptor</a> 2009-02-27 13:51:42</li>
					<li><a href="http://www.codeweblog.com/how-the-primary-key-agent-hibernate/" title="How the primary key agent-hibernate">How the primary key agent-hibernate</a> 2009-02-27 13:50: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/spring-struts2-0-hibernate-bug-killer-1/" title="spring struts2.0 hibernate bug killer 1">spring struts2.0 hibernate bug killer 1</a> 2009-02-27 09:43:23</li>
				</ul>
		</div>
		        ]]></content:encoded>
		<wfw:commentRss>http://www.codeweblog.com/step-by-step-learning-ruby-13-ruby-module/</wfw:commentRss>
	</item>
		<item>
		<title>ajax request the cache issues</title>
		<link>http://www.codeweblog.com/ajax-request-the-cache-issues/</link>
		<comments>http://www.codeweblog.com/ajax-request-the-cache-issues/#comments</comments>
		<pubDate>Mon, 21 Sep 2009 02:05:02+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[AJAX]]></category>
		<category><![CDATA[amp]]></category>
<category><![CDATA[new date]]></category>
<category><![CDATA[parameters]]></category>
<category><![CDATA[ajax]]></category>
<category><![CDATA[different ways]]></category>
<category><![CDATA[rownum]]></category>
<category><![CDATA[url address]]></category>
<category><![CDATA[url path]]></category>
<category><![CDATA[random math]]></category>
<category><![CDATA[random type]]></category>
<category><![CDATA[random example]]></category>
<category><![CDATA[address url]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/ajax-request-the-cache-issues/</guid>
		<description><![CDATA[ajax request with a url address, url address if the cache has not changed and there will be direct to the value, the server will then not be requested. This situation will be different in different ma ...]]></description>
		<content:encoded><![CDATA[ajax request with a url address, url address if the cache has not changed and there will be direct to the value, the server will then not be requested. This situation will be different in different ma ...				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<li><a href="http://www.codeweblog.com/hibernate-inteceptor/" title="Hibernate Inteceptor">Hibernate Inteceptor</a> 2009-02-27 13:51:42</li>
					<li><a href="http://www.codeweblog.com/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/can-not-be-represented-as-java-sql-timestamp/" title="can not be represented as java.sql.Timestamp">can not be represented as java.sql.Timestamp</a> 2009-02-27 09:46:14</li>
					<li><a href="http://www.codeweblog.com/first-hibernate-example/" title="First Hibernate Example">First Hibernate Example</a> 2009-02-27 09:46:02</li>
					<li><a href="http://www.codeweblog.com/struts2-hibernate-spring-problem-user-log-in/" title="Struts2 + hibernate + spring problem user log in">Struts2 + hibernate + spring problem user log in</a> 2009-02-27 09:45:41</li>
				</ul>
		</div>
		        ]]></content:encoded>
		<wfw:commentRss>http://www.codeweblog.com/ajax-request-the-cache-issues/</wfw:commentRss>
	</item>
		<item>
		<title>ajax request the issue of cache</title>
		<link>http://www.codeweblog.com/ajax-request-the-issue-of-cache/</link>
		<comments>http://www.codeweblog.com/ajax-request-the-issue-of-cache/#comments</comments>
		<pubDate>Sun, 20 Sep 2009 23:05:02+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[AJAX]]></category>
		<category><![CDATA[amp]]></category>
<category><![CDATA[new date]]></category>
<category><![CDATA[parameters]]></category>
<category><![CDATA[ajax]]></category>
<category><![CDATA[different ways]]></category>
<category><![CDATA[rownum]]></category>
<category><![CDATA[url address]]></category>
<category><![CDATA[url path]]></category>
<category><![CDATA[random math]]></category>
<category><![CDATA[random type]]></category>
<category><![CDATA[random example]]></category>
<category><![CDATA[address url]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/ajax-request-the-issue-of-cache/</guid>
		<description><![CDATA[ajax request with a url address, url address if the cache has not changed and there will be direct to the value, the server will then not be requested. This situation will be different in different ma ...]]></description>
		<content:encoded><![CDATA[ajax request with a url address, url address if the cache has not changed and there will be direct to the value, the server will then not be requested. This situation will be different in different ma ...				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<li><a href="http://www.codeweblog.com/hibernate-inteceptor/" title="Hibernate Inteceptor">Hibernate Inteceptor</a> 2009-02-27 13:51:42</li>
					<li><a href="http://www.codeweblog.com/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/can-not-be-represented-as-java-sql-timestamp/" title="can not be represented as java.sql.Timestamp">can not be represented as java.sql.Timestamp</a> 2009-02-27 09:46:14</li>
					<li><a href="http://www.codeweblog.com/first-hibernate-example/" title="First Hibernate Example">First Hibernate Example</a> 2009-02-27 09:46:02</li>
					<li><a href="http://www.codeweblog.com/struts2-hibernate-spring-problem-user-log-in/" title="Struts2 + hibernate + spring problem user log in">Struts2 + hibernate + spring problem user log in</a> 2009-02-27 09:45:41</li>
				</ul>
		</div>
		        ]]></content:encoded>
		<wfw:commentRss>http://www.codeweblog.com/ajax-request-the-issue-of-cache/</wfw:commentRss>
	</item>
		<item>
		<title>Guinness JQuery method</title>
		<link>http://www.codeweblog.com/guinness-jquery-method/</link>
		<comments>http://www.codeweblog.com/guinness-jquery-method/#comments</comments>
		<pubDate>Thu, 17 Sep 2009 15:15:08+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[AJAX]]></category>
		<category><![CDATA[lt]]></category>
<category><![CDATA[map]]></category>
<category><![CDATA[parameters]]></category>
<category><![CDATA[attribute]]></category>
<category><![CDATA[attributes]]></category>
<category><![CDATA[attr]]></category>
<category><![CDATA[elements]]></category>
<category><![CDATA[guinness]]></category>
<category><![CDATA[css style]]></category>
<category><![CDATA[jquery]]></category>
<category><![CDATA[manipulation]]></category>
<category><![CDATA[addclass]]></category>
<category><![CDATA[input element]]></category>
<category><![CDATA[element of style]]></category>
<category><![CDATA[element name]]></category>
<category><![CDATA[element value]]></category>
<category><![CDATA[boolean expression]]></category>
<category><![CDATA[value parameter]]></category>
<category><![CDATA[test image]]></category>
<category><![CDATA[new stuff]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/guinness-jquery-method/</guid>
		<description><![CDATA[Dom: Attribute: $ ( &quot;p&quot;). addClass (css style defined type); to add an element of style $ ( &quot;img&quot;). attr ((src: &quot;test.jpg&quot;, alt: &quot;test Image&quot;)); to add an eleme ...]]></description>
		<content:encoded><![CDATA[Dom: Attribute: $ ( &quot;p&quot;). addClass (css style defined type); to add an element of style $ ( &quot;img&quot;). attr ((src: &quot;test.jpg&quot;, alt: &quot;test Image&quot;)); to add an eleme ...				<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/guinness-jquery-method/</wfw:commentRss>
	</item>
		<item>
		<title>Double-click the production of hands-on experience running jar package</title>
		<link>http://www.codeweblog.com/double-click-the-production-of-hands-on-experience-running-jar-package/</link>
		<comments>http://www.codeweblog.com/double-click-the-production-of-hands-on-experience-running-jar-package/#comments</comments>
		<pubDate>Mon, 14 Sep 2009 00:15:02+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[lt]]></category>
<category><![CDATA[eclipse]]></category>
<category><![CDATA[principle]]></category>
<category><![CDATA[parameters]]></category>
<category><![CDATA[class path]]></category>
<category><![CDATA[file java]]></category>
<category><![CDATA[meta]]></category>
<category><![CDATA[double click]]></category>
<category><![CDATA[few days]]></category>
<category><![CDATA[batch file]]></category>
<category><![CDATA[mf]]></category>
<category><![CDATA[estimates]]></category>
<category><![CDATA[java classpath]]></category>
<category><![CDATA[java command]]></category>
<category><![CDATA[lzw]]></category>
<category><![CDATA[inventory system]]></category>
<category><![CDATA[hands on experience]]></category>
<category><![CDATA[appropriateness]]></category>
<category><![CDATA[girlfriend]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/double-click-the-production-of-hands-on-experience-running-jar-package/</guid>
		<description><![CDATA[University of the past few days to help students graduating from a girlfriend to do a design, what kind of an inventory system what. Other estimates are not very familiar with the java command line, i ...]]></description>
		<content:encoded><![CDATA[University of the past few days to help students graduating from a girlfriend to do a design, what kind of an inventory system what. Other estimates are not very familiar with the java command line, i ...				<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/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/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/double-click-the-production-of-hands-on-experience-running-jar-package/</wfw:commentRss>
	</item>
		<item>
		<title>Rails questions every Monday (8): Security Guide (under)</title>
		<link>http://www.codeweblog.com/rails-questions-every-monday-8-security-guide-under/</link>
		<comments>http://www.codeweblog.com/rails-questions-every-monday-8-security-guide-under/#comments</comments>
		<pubDate>Sat, 12 Sep 2009 10:15:02+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[Ruby]]></category>
		<category><![CDATA[lt]]></category>
<category><![CDATA[quot]]></category>
<category><![CDATA[ruby on rails]]></category>
<category><![CDATA[parameters]]></category>
<category><![CDATA[two ways]]></category>
<category><![CDATA[malicious code]]></category>
<category><![CDATA[attacker]]></category>
<category><![CDATA[web code]]></category>
<category><![CDATA[security guide]]></category>
<category><![CDATA[newline characters]]></category>
<category><![CDATA[security environment]]></category>
<category><![CDATA[xss]]></category>
<category><![CDATA[coping strategies]]></category>
<category><![CDATA[malicious software]]></category>
<category><![CDATA[software html]]></category>
<category><![CDATA[confidential information]]></category>
<category><![CDATA[vulnerabilities]]></category>
<category><![CDATA[advertisements]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/rails-questions-every-monday-8-security-guide-under/</guid>
		<description><![CDATA[In the last chapter and中篇described the attack on the session and other common attacks. Highlighted in the next into the attack. Injected to the site through the introduction of malicious code or malic ...]]></description>
		<content:encoded><![CDATA[In the last chapter and中篇described the attack on the session and other common attacks. Highlighted in the next into the attack. Injected to the site through the introduction of malicious code or malic ...				<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/rails-questions-every-monday-8-security-guide-under/</wfw:commentRss>
	</item>
		<item>
		<title>JavaScript how to pass parameters to JavaScript files</title>
		<link>http://www.codeweblog.com/javascript-how-to-pass-parameters-to-javascript-files/</link>
		<comments>http://www.codeweblog.com/javascript-how-to-pass-parameters-to-javascript-files/#comments</comments>
		<pubDate>Tue, 01 Sep 2009 10:35:03+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[AJAX]]></category>
		<category><![CDATA[code lt]]></category>
<category><![CDATA[amp]]></category>
<category><![CDATA[parameters]]></category>
<category><![CDATA[script type]]></category>
<category><![CDATA[text javascript]]></category>
<category><![CDATA[google]]></category>
<category><![CDATA[element]]></category>
<category><![CDATA[br]]></category>
<category><![CDATA[model code]]></category>
<category><![CDATA[global variables]]></category>
<category><![CDATA[practical application]]></category>
<category><![CDATA[yahoo]]></category>
<category><![CDATA[dom operations]]></category>
<category><![CDATA[google adsense]]></category>
<category><![CDATA[www google]]></category>
<category><![CDATA[virtual model]]></category>
<category><![CDATA[atp]]></category>
<category><![CDATA[analytics]]></category>
<category><![CDATA[variants]]></category>
<category><![CDATA[variations]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/javascript-how-to-pass-parameters-to-javascript-files/</guid>
		<description><![CDATA[First, the use of global variables &lt;br /&gt; This is the most simple way, such as Google Adsense: Code &lt;script type=&quot;text/javascript&quot;&gt; google_ad_client = &#39;pub-3741595817388494&# ...]]></description>
		<content:encoded><![CDATA[First, the use of global variables &lt;br /&gt; This is the most simple way, such as Google Adsense: Code &lt;script type=&quot;text/javascript&quot;&gt; google_ad_client = &#39;pub-3741595817388494&# ...				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<li><a href="http://www.codeweblog.com/process-migration-from-tomcat-to-websphere-changes/" title="Process migration from tomcat to websphere changes">Process migration from tomcat to websphere changes</a> 2009-02-27 11:20:12</li>
					<li><a href="http://www.codeweblog.com/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/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/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/javascript-how-to-pass-parameters-to-javascript-files/</wfw:commentRss>
	</item>
		<item>
		<title>ajax based on code</title>
		<link>http://www.codeweblog.com/ajax-based-on-code/</link>
		<comments>http://www.codeweblog.com/ajax-based-on-code/#comments</comments>
		<pubDate>Mon, 31 Aug 2009 15:55:01+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[AJAX]]></category>
		<category><![CDATA[amp]]></category>
<category><![CDATA[lt xml]]></category>
<category><![CDATA[public void]]></category>
<category><![CDATA[parameters]]></category>
<category><![CDATA[quot quot]]></category>
<category><![CDATA[ajax]]></category>
<category><![CDATA[xmlhttprequest]]></category>
<category><![CDATA[new activexobject]]></category>
<category><![CDATA[readystate]]></category>
<category><![CDATA[microsoft]]></category>
<category><![CDATA[cache control]]></category>
<category><![CDATA[xmlhttp]]></category>
<category><![CDATA[string message]]></category>
<category><![CDATA[null message]]></category>
<category><![CDATA[alert message]]></category>
<category><![CDATA[code 3]]></category>
<category><![CDATA[message string]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/ajax-based-on-code/</guid>
		<description><![CDATA[1. Page function newXMLHttpRequest () ( var xmlreq = false; if (window.XMLHttpRequest) ( xmlreq = new XMLHttpRequest (); ) Else if (window.ActiveXObject) ( try ( xmlreq = new ActiveXObject ( &quot;Msx ...]]></description>
		<content:encoded><![CDATA[1. Page function newXMLHttpRequest () ( var xmlreq = false; if (window.XMLHttpRequest) ( xmlreq = new XMLHttpRequest (); ) Else if (window.ActiveXObject) ( try ( xmlreq = new ActiveXObject ( &quot;Msx ...				<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/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/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/ajax-based-on-code/</wfw:commentRss>
	</item>
		<item>
		<title>maven learning</title>
		<link>http://www.codeweblog.com/maven-learning/</link>
		<comments>http://www.codeweblog.com/maven-learning/#comments</comments>
		<pubDate>Fri, 28 Aug 2009 12:15:03+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[jstl]]></category>
<category><![CDATA[lt]]></category>
<category><![CDATA[javax]]></category>
<category><![CDATA[parameters]]></category>
<category><![CDATA[servlet]]></category>
<category><![CDATA[jar file]]></category>
<category><![CDATA[directory name]]></category>
<category><![CDATA[scope]]></category>
<category><![CDATA[target directory]]></category>
<category><![CDATA[junit]]></category>
<category><![CDATA[dependencies]]></category>
<category><![CDATA[snapshot]]></category>
<category><![CDATA[mvn]]></category>
<category><![CDATA[web application project]]></category>
<category><![CDATA[gt project]]></category>
<category><![CDATA[testweb]]></category>
<category><![CDATA[folder name]]></category>
<category><![CDATA[maven]]></category>
<category><![CDATA[simple 1]]></category>
<category><![CDATA[exclusions]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/maven-learning/</guid>
		<description><![CDATA[1. The establishment of a project can use the following command: mvn archetype: create-DgroupId = demo-DartifactId = simple-DpackageName = testpackage-Dversion = 1.0 groupId for the logo, as the only  ...]]></description>
		<content:encoded><![CDATA[1. The establishment of a project can use the following command: mvn archetype: create-DgroupId = demo-DartifactId = simple-DpackageName = testpackage-Dversion = 1.0 groupId for the logo, as the only  ...				<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>
					<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/maven-learning/</wfw:commentRss>
	</item>
		<item>
		<title>AJAX development brief (Part II)</title>
		<link>http://www.codeweblog.com/ajax-development-brief-part-ii/</link>
		<comments>http://www.codeweblog.com/ajax-development-brief-part-ii/#comments</comments>
		<pubDate>Tue, 25 Aug 2009 02:45:02+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[AJAX]]></category>
		<category><![CDATA[implementation]]></category>
<category><![CDATA[parameters]]></category>
<category><![CDATA[jsp]]></category>
<category><![CDATA[ajax]]></category>
<category><![CDATA[brackets]]></category>
<category><![CDATA[real time]]></category>
<category><![CDATA[request method]]></category>
<category><![CDATA[target]]></category>
<category><![CDATA[request url]]></category>
<category><![CDATA[mime types]]></category>
<category><![CDATA[parameter value]]></category>
<category><![CDATA[security considerations]]></category>
<category><![CDATA[http server]]></category>
<category><![CDATA[url parameter]]></category>
<category><![CDATA[response function]]></category>
<category><![CDATA[time function]]></category>
<category><![CDATA[mass content]]></category>
<category><![CDATA[content server]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/ajax-development-brief-part-ii/</guid>
		<description><![CDATA[Then return to the designated server when the client information is handled. Just the name of the handler assigned to the onreadystatechange property of XMLHttpRequest object it. For example: http_req ...]]></description>
		<content:encoded><![CDATA[Then return to the designated server when the client information is handled. Just the name of the handler assigned to the onreadystatechange property of XMLHttpRequest object it. For example: http_req ...				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<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/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/ajax-development-brief-part-ii/</wfw:commentRss>
	</item>
		<item>
		<title>static javascript page value of three methods</title>
		<link>http://www.codeweblog.com/static-javascript-page-value-of-three-methods/</link>
		<comments>http://www.codeweblog.com/static-javascript-page-value-of-three-methods/#comments</comments>
		<pubDate>Mon, 24 Aug 2009 07:15:03+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[AJAX]]></category>
		<category><![CDATA[code lt]]></category>
<category><![CDATA[amp]]></category>
<category><![CDATA[parameters]]></category>
<category><![CDATA[clipboard]]></category>
<category><![CDATA[script language]]></category>
<category><![CDATA[abc]]></category>
<category><![CDATA[input type]]></category>
<category><![CDATA[test test]]></category>
<category><![CDATA[unescape]]></category>
<category><![CDATA[c test]]></category>
<category><![CDATA[indexof]]></category>
<category><![CDATA[location search]]></category>
<category><![CDATA[realization]]></category>
<category><![CDATA[acquisition request]]></category>
<category><![CDATA[alert request]]></category>
<category><![CDATA[baobao]]></category>
<category><![CDATA[url strings]]></category>
<category><![CDATA[url location]]></category>
<category><![CDATA[sex male]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/static-javascript-page-value-of-three-methods/</guid>
		<description><![CDATA[static javascript page of the three methods of value 2008-06-08 10:31 A: JavaScript delivery of static pages URL value can have URL for articles by value. To take the message to the URL on. Post.htm C ...]]></description>
		<content:encoded><![CDATA[static javascript page of the three methods of value 2008-06-08 10:31 A: JavaScript delivery of static pages URL value can have URL for articles by value. To take the message to the URL on. Post.htm C ...				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<li><a href="http://www.codeweblog.com/process-migration-from-tomcat-to-websphere-changes/" title="Process migration from tomcat to websphere changes">Process migration from tomcat to websphere changes</a> 2009-02-27 11:20:12</li>
					<li><a href="http://www.codeweblog.com/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/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/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/static-javascript-page-value-of-three-methods/</wfw:commentRss>
	</item>
		<item>
		<title>Learning Center MLDN the MVC design pattern</title>
		<link>http://www.codeweblog.com/learning-center-mldn-the-mvc-design-pattern/</link>
		<comments>http://www.codeweblog.com/learning-center-mldn-the-mvc-design-pattern/#comments</comments>
		<pubDate>Sun, 23 Aug 2009 16:25:02+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[business logic]]></category>
<category><![CDATA[parameters]]></category>
<category><![CDATA[web applications]]></category>
<category><![CDATA[page jump]]></category>
<category><![CDATA[database operations]]></category>
<category><![CDATA[programmer]]></category>
<category><![CDATA[model layer]]></category>
<category><![CDATA[design idea]]></category>
<category><![CDATA[few days]]></category>
<category><![CDATA[user interface]]></category>
<category><![CDATA[good understanding]]></category>
<category><![CDATA[database operation]]></category>
<category><![CDATA[model view controller]]></category>
<category><![CDATA[mvc design pattern]]></category>
<category><![CDATA[previous design]]></category>
<category><![CDATA[realization]]></category>
<category><![CDATA[jsp java bean]]></category>
<category><![CDATA[pattern mvc]]></category>
<category><![CDATA[trouble code]]></category>
<category><![CDATA[control features]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/learning-center-mldn-the-mvc-design-pattern/</guid>
		<description><![CDATA[Today, access to the MVC design pattern, the Servelt, jsp, java bean relationship between a number of clear, but the development code so I felt quite trouble with the previous design study of the not  ...]]></description>
		<content:encoded><![CDATA[Today, access to the MVC design pattern, the Servelt, jsp, java bean relationship between a number of clear, but the development code so I felt quite trouble with the previous design study of the not  ...				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<li><a href="http://www.codeweblog.com/ror-explained/" title="RoR explained">RoR explained</a> 2009-02-27 12:40:02</li>
					<li><a href="http://www.codeweblog.com/java-technology-25-study-points/" title="Java technology 25 study points">Java technology 25 study points</a> 2009-02-27 12:34:33</li>
					<li><a href="http://www.codeweblog.com/ruby-on-rails-routing-simple-examples/" title="Ruby on Rails Routing - Simple Examples">Ruby on Rails Routing - Simple Examples</a> 2009-02-27 10:35:03</li>
					<li><a href="http://www.codeweblog.com/in-the-servlet-use-bean/" title="In the servlet use Bean">In the servlet use Bean</a> 2009-02-27 10:01:23</li>
					<li><a href="http://www.codeweblog.com/java-technology-wishing-cow-needed-25-points-of-study/" title="Java Technology wishing cow needed 25 points of study">Java Technology wishing cow needed 25 points of study</a> 2009-02-27 09:43:06</li>
				</ul>
		</div>
		        ]]></content:encoded>
		<wfw:commentRss>http://www.codeweblog.com/learning-center-mldn-the-mvc-design-pattern/</wfw:commentRss>
	</item>
		<item>
		<title>json in evalJSON () and parseJSON () how can not ah??</title>
		<link>http://www.codeweblog.com/json-in-evaljson-and-parsejson-how-can-not-ah/</link>
		<comments>http://www.codeweblog.com/json-in-evaljson-and-parsejson-how-can-not-ah/#comments</comments>
		<pubDate>Fri, 21 Aug 2009 12:55:01+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[AJAX]]></category>
		<category><![CDATA[lt]]></category>
<category><![CDATA[parameters]]></category>
<category><![CDATA[jsp]]></category>
<category><![CDATA[script type]]></category>
<category><![CDATA[script language]]></category>
<category><![CDATA[text javascript]]></category>
<category><![CDATA[true return]]></category>
<category><![CDATA[prototype]]></category>
<category><![CDATA[ajax]]></category>
<category><![CDATA[language javascript]]></category>
<category><![CDATA[json]]></category>
<category><![CDATA[div]]></category>
<category><![CDATA[request url]]></category>
<category><![CDATA[obj]]></category>
<category><![CDATA[three ways]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/json-in-evaljson-and-parsejson-how-can-not-ah/</guid>
		<description><![CDATA[Get one of today Dongdong ajax, on the use json, but could not find a solution to the problem of their own Javaeye search in a case like me, but according to how the above methods can not ah? ? Post a ...]]></description>
		<content:encoded><![CDATA[Get one of today Dongdong ajax, on the use json, but could not find a solution to the problem of their own Javaeye search in a case like me, but according to how the above methods can not ah? ? Post a ...				<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/json-in-evaljson-and-parsejson-how-can-not-ah/</wfw:commentRss>
	</item>
		<item>
		<title>XMLHTTP object packaging technology</title>
		<link>http://www.codeweblog.com/xmlhttp-object-packaging-technology/</link>
		<comments>http://www.codeweblog.com/xmlhttp-object-packaging-technology/#comments</comments>
		<pubDate>Fri, 21 Aug 2009 10:15:02+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[AJAX]]></category>
		<category><![CDATA[inheritance]]></category>
<category><![CDATA[succession]]></category>
<category><![CDATA[parameters]]></category>
<category><![CDATA[open source]]></category>
<category><![CDATA[variables]]></category>
<category><![CDATA[js]]></category>
<category><![CDATA[ajax]]></category>
<category><![CDATA[xmlhttprequest]]></category>
<category><![CDATA[new activexobject]]></category>
<category><![CDATA[microsoft]]></category>
<category><![CDATA[default method]]></category>
<category><![CDATA[prototype object]]></category>
<category><![CDATA[xmlhttp object]]></category>
<category><![CDATA[methodology]]></category>
<category><![CDATA[realization]]></category>
<category><![CDATA[asynchronous data transmission]]></category>
<category><![CDATA[packaging technology]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/xmlhttp-object-packaging-technology/</guid>
		<description><![CDATA[Ajax technology mainly depends on the realization of xmlhttprequest, but we call for its asynchronous data transmission, as is a short-term xmlhttp process (dealing with the incident after the complet ...]]></description>
		<content:encoded><![CDATA[Ajax technology mainly depends on the realization of xmlhttprequest, but we call for its asynchronous data transmission, as is a short-term xmlhttp process (dealing with the incident after the complet ...				<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/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/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/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/xmlhttp-object-packaging-technology/</wfw:commentRss>
	</item>
		<item>
		<title>Hibernate query object Expression package introduced</title>
		<link>http://www.codeweblog.com/hibernate-query-object-expression-package-introduced/</link>
		<comments>http://www.codeweblog.com/hibernate-query-object-expression-package-introduced/#comments</comments>
		<pubDate>Thu, 20 Aug 2009 05:55:01+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[lt]]></category>
<category><![CDATA[map]]></category>
<category><![CDATA[jdbc]]></category>
<category><![CDATA[query object]]></category>
<category><![CDATA[parameters]]></category>
<category><![CDATA[sql statement]]></category>
<category><![CDATA[quot quot]]></category>
<category><![CDATA[relationship]]></category>
<category><![CDATA[attributes]]></category>
<category><![CDATA[object oriented approach]]></category>
<category><![CDATA[eq]]></category>
<category><![CDATA[select name]]></category>
<category><![CDATA[gt value]]></category>
<category><![CDATA[salary]]></category>
<category><![CDATA[object expression]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/hibernate-query-object-expression-package-introduced/</guid>
		<description><![CDATA[Criteria Query is provided by the Hibernate object-oriented SQL statement expressed in a way. When we approach the use of JDBC to query the data will be written like this: select NAME FROM EMPLOYEE wh ...]]></description>
		<content:encoded><![CDATA[Criteria Query is provided by the Hibernate object-oriented SQL statement expressed in a way. When we approach the use of JDBC to query the data will be written like this: select NAME FROM EMPLOYEE wh ...				<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-query-object-expression-package-introduced/</wfw:commentRss>
	</item>
	</channel>
</rss>
