<?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>utf 8</title>
	<atom:link href="http://www.codeweblog.com/feed/tag/utf-8/" rel="self" type="application/rss+xml" />
	<link>http://www.codeweblog.com/</link>
	<description>utf 8</description>
	<pubDate>Sat, 20 Mar 2010 14:00:33+0000</pubDate>
	<generator>http://www.codeweblog.com/</generator>
	<language>en</language>
		<item>
		<title>Hibernate Tools to run Ant Task Configuration</title>
		<link>http://www.codeweblog.com/hibernate-tools-to-run-ant-task-configuration/</link>
		<comments>http://www.codeweblog.com/hibernate-tools-to-run-ant-task-configuration/#comments</comments>
		<pubDate>Tue, 16 Feb 2010 18:25:24+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[lt xml]]></category>
<category><![CDATA[utf 8]]></category>
<category><![CDATA[configuration file]]></category>
<category><![CDATA[lib]]></category>
<category><![CDATA[target name]]></category>
<category><![CDATA[third party]]></category>
<category><![CDATA[configured]]></category>
<category><![CDATA[ant task]]></category>
<category><![CDATA[path variables]]></category>
<category><![CDATA[basedir]]></category>
<category><![CDATA[java source files]]></category>
<category><![CDATA[sql ddl]]></category>
<category><![CDATA[mypath]]></category>
<category><![CDATA[destination directory]]></category>
<category><![CDATA[party libraries]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/hibernate-tools-to-run-ant-task-configuration/</guid>
		<description><![CDATA[Hibernate Tools to Ant Task run, mainly in the Build.xml configured. Reads as follows: build.xml contents of two parts: The first part is the Path, is mainly to introduce the required Jar Pack The sec ...]]></description>
		<content:encoded><![CDATA[Hibernate Tools to Ant Task run, mainly in the Build.xml configured. Reads as follows: build.xml contents of two parts: The first part is the Path, is mainly to introduce the required Jar Pack The sec ...				<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/hibernate-tools-to-run-ant-task-configuration/</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>Struts2 returns xml information</title>
		<link>http://www.codeweblog.com/struts2-returns-xml-information/</link>
		<comments>http://www.codeweblog.com/struts2-returns-xml-information/#comments</comments>
		<pubDate>Mon, 15 Feb 2010 04:55:22+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[code lt]]></category>
<category><![CDATA[xml code]]></category>
<category><![CDATA[public string]]></category>
<category><![CDATA[utf 8]]></category>
<category><![CDATA[public void]]></category>
<category><![CDATA[action gt]]></category>
<category><![CDATA[two kinds]]></category>
<category><![CDATA[ss]]></category>
<category><![CDATA[pay attention]]></category>
<category><![CDATA[string output]]></category>
<category><![CDATA[result type]]></category>
<category><![CDATA[result name]]></category>
<category><![CDATA[null method]]></category>
<category><![CDATA[manipulation methods]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/struts2-returns-xml-information/</guid>
		<description><![CDATA[Before using struts2, each response to return all jump to the page. The requirement is to return an xml, see the struts2 document, when the result is of type xslt, you can return to xml. Xslt not fami ...]]></description>
		<content:encoded><![CDATA[Before using struts2, each response to return all jump to the page. The requirement is to return an xml, see the struts2 document, when the result is of type xslt, you can return to xml. Xslt not fami ...				<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/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/struts2-returns-xml-information/</wfw:commentRss>
	</item>
		<item>
		<title>Spring + JPA + Struts2 developers</title>
		<link>http://www.codeweblog.com/spring-jpa-struts2-developers/</link>
		<comments>http://www.codeweblog.com/spring-jpa-struts2-developers/#comments</comments>
		<pubDate>Sun, 14 Feb 2010 14:30:19+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[transaction manager]]></category>
<category><![CDATA[amp]]></category>
<category><![CDATA[lt xml]]></category>
<category><![CDATA[schemalocation]]></category>
<category><![CDATA[utf 8]]></category>
<category><![CDATA[java sun]]></category>
<category><![CDATA[persistence]]></category>
<category><![CDATA[connection password]]></category>
<category><![CDATA[dialect]]></category>
<category><![CDATA[configuration file]]></category>
<category><![CDATA[class path]]></category>
<category><![CDATA[meta]]></category>
<category><![CDATA[transaction type]]></category>
<category><![CDATA[developers]]></category>
<category><![CDATA[inf folder]]></category>
<category><![CDATA[mail system]]></category>
<category><![CDATA[kingcat]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/spring-jpa-struts2-developers/</guid>
		<description><![CDATA[The first step: in the class path following the establishment of a META-INF folder, and note that this name must not be arbitrarily changed, and then the establishment of a persistence.xml file, confi ...]]></description>
		<content:encoded><![CDATA[The first step: in the class path following the establishment of a META-INF folder, and note that this name must not be arbitrarily changed, and then the establishment of a persistence.xml file, confi ...				<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>
				</ul>
		</div>
		        ]]></content:encoded>
		<wfw:commentRss>http://www.codeweblog.com/spring-jpa-struts2-developers/</wfw:commentRss>
	</item>
		<item>
		<title>Spring application of Hibernate second-level cache configuration</title>
		<link>http://www.codeweblog.com/spring-application-of-hibernate-second-level-cache-configuration/</link>
		<comments>http://www.codeweblog.com/spring-application-of-hibernate-second-level-cache-configuration/#comments</comments>
		<pubDate>Sun, 14 Feb 2010 11:45:18+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[second level cache]]></category>
<category><![CDATA[cache configuration]]></category>
<category><![CDATA[entity bean]]></category>
<category><![CDATA[lt xml]]></category>
<category><![CDATA[utf 8]]></category>
<category><![CDATA[dialect]]></category>
<category><![CDATA[doctype]]></category>
<category><![CDATA[configuration file]]></category>
<category><![CDATA[spring application]]></category>
<category><![CDATA[mapping package]]></category>
<category><![CDATA[oscache]]></category>
<category><![CDATA[configuration item]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/spring-application-of-hibernate-second-level-cache-configuration/</guid>
		<description><![CDATA[The first step: In the Spring configuration file by adding the following, with corresponding parameter changes, the red part is the statement using the Hibernate second-level cache, the first one to d ...]]></description>
		<content:encoded><![CDATA[The first step: In the Spring configuration file by adding the following, with corresponding parameter changes, the red part is the statement using the Hibernate second-level cache, the first one to d ...				<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/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>
				</ul>
		</div>
		        ]]></content:encoded>
		<wfw:commentRss>http://www.codeweblog.com/spring-application-of-hibernate-second-level-cache-configuration/</wfw:commentRss>
	</item>
		<item>
		<title>struts2 validation framework for configuration</title>
		<link>http://www.codeweblog.com/struts2-validation-framework-for-configuration/</link>
		<comments>http://www.codeweblog.com/struts2-validation-framework-for-configuration/#comments</comments>
		<pubDate>Sun, 14 Feb 2010 11:10:18+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[long time]]></category>
<category><![CDATA[opensymphony]]></category>
<category><![CDATA[lt xml]]></category>
<category><![CDATA[utf 8]]></category>
<category><![CDATA[configuration files]]></category>
<category><![CDATA[doctype]]></category>
<category><![CDATA[lib]]></category>
<category><![CDATA[plug ins]]></category>
<category><![CDATA[apache struts]]></category>
<category><![CDATA[struts validator]]></category>
<category><![CDATA[value web]]></category>
<category><![CDATA[classname]]></category>
<category><![CDATA[validation rules]]></category>
<category><![CDATA[message resources]]></category>
<category><![CDATA[contempt]]></category>
<category><![CDATA[javascript validation]]></category>
<category><![CDATA[background verification]]></category>
<category><![CDATA[validators]]></category>
<category><![CDATA[trouble spots]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/struts2-validation-framework-for-configuration/</guid>
		<description><![CDATA[It took a long time, and finally somehow, in this contempt for all kinds of mess of assorted forums, found the article a lot, not a few original, are in turn change the past, and many of the steps are ...]]></description>
		<content:encoded><![CDATA[It took a long time, and finally somehow, in this contempt for all kinds of mess of assorted forums, found the article a lot, not a few original, are in turn change the past, and many of the steps are ...				<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/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/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/struts2-validation-framework-for-configuration/</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>spring security system security features to provide</title>
		<link>http://www.codeweblog.com/spring-security-system-security-features-to-provide/</link>
		<comments>http://www.codeweblog.com/spring-security-system-security-features-to-provide/#comments</comments>
		<pubDate>Sat, 13 Feb 2010 10:25:12+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[lt xml]]></category>
<category><![CDATA[beans spring]]></category>
<category><![CDATA[utf 8]]></category>
<category><![CDATA[schema]]></category>
<category><![CDATA[jsp]]></category>
<category><![CDATA[system resources]]></category>
<category><![CDATA[value web]]></category>
<category><![CDATA[competence]]></category>
<category><![CDATA[code fragment]]></category>
<category><![CDATA[intercept]]></category>
<category><![CDATA[authentication failure]]></category>
<category><![CDATA[system security features]]></category>
<category><![CDATA[target url]]></category>
<category><![CDATA[custom authentication]]></category>
<category><![CDATA[session failure]]></category>
<category><![CDATA[concurrent session]]></category>
<category><![CDATA[session control]]></category>
<category><![CDATA[page login]]></category>
<category><![CDATA[access resources]]></category>
<category><![CDATA[security system]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/spring-security-system-security-features-to-provide/</guid>
		<description><![CDATA[1. Overview As the spring security system development in the competence fill up after the closure of the so used only spring security in the provision of part of the content; Complete features include ...]]></description>
		<content:encoded><![CDATA[1. Overview As the spring security system development in the competence fill up after the closure of the so used only spring security in the provision of part of the content; Complete features include ...				<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-security-system-security-features-to-provide/</wfw:commentRss>
	</item>
		<item>
		<title>Struts2 in the use of DMI</title>
		<link>http://www.codeweblog.com/struts2-in-the-use-of-dmi/</link>
		<comments>http://www.codeweblog.com/struts2-in-the-use-of-dmi/#comments</comments>
		<pubDate>Fri, 12 Feb 2010 19:25:07+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[public string]]></category>
<category><![CDATA[opensymphony]]></category>
<category><![CDATA[lt xml]]></category>
<category><![CDATA[utf 8]]></category>
<category><![CDATA[doctype]]></category>
<category><![CDATA[configuration file]]></category>
<category><![CDATA[jsp]]></category>
<category><![CDATA[attribute]]></category>
<category><![CDATA[action gt]]></category>
<category><![CDATA[struts apache]]></category>
<category><![CDATA[configured]]></category>
<category><![CDATA[dtds]]></category>
<category><![CDATA[string message]]></category>
<category><![CDATA[lt package]]></category>
<category><![CDATA[return success]]></category>
<category><![CDATA[apache software foundation]]></category>
<category><![CDATA[package test]]></category>
<category><![CDATA[three ways]]></category>
<category><![CDATA[exception message]]></category>
<category><![CDATA[default namespace]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/struts2-in-the-use-of-dmi/</guid>
		<description><![CDATA[Struts2 in Action class can be placed in multiple methods and struts.xml configured for the page is called. As long as the approach is consistent with execute () method of the standard that the return ...]]></description>
		<content:encoded><![CDATA[Struts2 in Action class can be placed in multiple methods and struts.xml configured for the page is called. As long as the approach is consistent with execute () method of the standard that the return ...				<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>
				</ul>
		</div>
		        ]]></content:encoded>
		<wfw:commentRss>http://www.codeweblog.com/struts2-in-the-use-of-dmi/</wfw:commentRss>
	</item>
		<item>
		<title>Prawn with me to write network (1 day)</title>
		<link>http://www.codeweblog.com/prawn-with-me-to-write-network-1-day/</link>
		<comments>http://www.codeweblog.com/prawn-with-me-to-write-network-1-day/#comments</comments>
		<pubDate>Thu, 11 Feb 2010 16:35:22+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[src directory]]></category>
<category><![CDATA[jpa]]></category>
<category><![CDATA[amp]]></category>
<category><![CDATA[lt xml]]></category>
<category><![CDATA[schemalocation]]></category>
<category><![CDATA[utf 8]]></category>
<category><![CDATA[java sun]]></category>
<category><![CDATA[persistence]]></category>
<category><![CDATA[auto value]]></category>
<category><![CDATA[batch size]]></category>
<category><![CDATA[connection password]]></category>
<category><![CDATA[dialect]]></category>
<category><![CDATA[meta]]></category>
<category><![CDATA[transaction type]]></category>
<category><![CDATA[pace]]></category>
<category><![CDATA[driver gt]]></category>
<category><![CDATA[type resource]]></category>
<category><![CDATA[explanatory notes]]></category>
<category><![CDATA[singleton pattern]]></category>
<category><![CDATA[test resources]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/prawn-with-me-to-write-network-1-day/</guid>
		<description><![CDATA[A first integrated spring2.5 + jpa1.0, scanning plus explanatory notes to speed up the development pace, SessionFactory to create the required a longer time, use the Singleton pattern. Affairs managem ...]]></description>
		<content:encoded><![CDATA[A first integrated spring2.5 + jpa1.0, scanning plus explanatory notes to speed up the development pace, SessionFactory to create the required a longer time, use the Singleton pattern. Affairs managem ...				<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/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>
				</ul>
		</div>
		        ]]></content:encoded>
		<wfw:commentRss>http://www.codeweblog.com/prawn-with-me-to-write-network-1-day/</wfw:commentRss>
	</item>
		<item>
		<title>spring 2.5.6 and hibernate3.2.2 integration (1)</title>
		<link>http://www.codeweblog.com/spring-2-5-6-and-hibernate3-2-2-integration-1/</link>
		<comments>http://www.codeweblog.com/spring-2-5-6-and-hibernate3-2-2-integration-1/#comments</comments>
		<pubDate>Tue, 09 Feb 2010 11:20:07+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[public string]]></category>
<category><![CDATA[lt xml]]></category>
<category><![CDATA[beans spring]]></category>
<category><![CDATA[utf 8]]></category>
<category><![CDATA[spring tx]]></category>
<category><![CDATA[schema]]></category>
<category><![CDATA[springframework]]></category>
<category><![CDATA[import org]]></category>
<category><![CDATA[public interface]]></category>
<category><![CDATA[implementation class]]></category>
<category><![CDATA[configuration file]]></category>
<category><![CDATA[implements]]></category>
<category><![CDATA[context spring]]></category>
<category><![CDATA[beans factory]]></category>
<category><![CDATA[demo1]]></category>
<category><![CDATA[test class]]></category>
<category><![CDATA[interface package]]></category>
<category><![CDATA[simple test]]></category>
<category><![CDATA[service import]]></category>
<category><![CDATA[stereotype]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/spring-2-5-6-and-hibernate3-2-2-integration-1/</guid>
		<description><![CDATA[Note the use of spring, this example from the Web, I do not know what the original was. . 1. Defining the Interface 2. The first implementation class The second implementation class 3. Configuration f ...]]></description>
		<content:encoded><![CDATA[Note the use of spring, this example from the Web, I do not know what the original was. . 1. Defining the Interface 2. The first implementation class The second implementation class 3. Configuration f ...				<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>
				</ul>
		</div>
		        ]]></content:encoded>
		<wfw:commentRss>http://www.codeweblog.com/spring-2-5-6-and-hibernate3-2-2-integration-1/</wfw:commentRss>
	</item>
		<item>
		<title>Prototype.js to solve the problem of Ajax on IE8 compatibility</title>
		<link>http://www.codeweblog.com/prototype-js-to-solve-the-problem-of-ajax-on-ie8-compatibility/</link>
		<comments>http://www.codeweblog.com/prototype-js-to-solve-the-problem-of-ajax-on-ie8-compatibility/#comments</comments>
		<pubDate>Tue, 09 Feb 2010 07:55:08+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[code lt]]></category>
<category><![CDATA[utf 8]]></category>
<category><![CDATA[prototype]]></category>
<category><![CDATA[content type]]></category>
<category><![CDATA[text html]]></category>
<category><![CDATA[meta]]></category>
<category><![CDATA[w3c]]></category>
<category><![CDATA[ajax]]></category>
<category><![CDATA[xxxx]]></category>
<category><![CDATA[loose dtd]]></category>
<category><![CDATA[compatibility]]></category>
<category><![CDATA[compatible content]]></category>
<category><![CDATA[ie 7]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/prototype-js-to-solve-the-problem-of-ajax-on-ie8-compatibility/</guid>
		<description><![CDATA[In the use of Ajax applications protype.js, there will be such a problem: as long as called Ajax.Request, and then point to the right page, view the &quot;Properties&quot; on the pop-up &quot;IE stopp ...]]></description>
		<content:encoded><![CDATA[In the use of Ajax applications protype.js, there will be such a problem: as long as called Ajax.Request, and then point to the right page, view the &quot;Properties&quot; on the pop-up &quot;IE stopp ...				<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/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>
					<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/prototype-js-to-solve-the-problem-of-ajax-on-ie8-compatibility/</wfw:commentRss>
	</item>
		<item>
		<title>iBATIS3.0 learning (2) the use iBATIS3.0 annotations to complete a simple database operations</title>
		<link>http://www.codeweblog.com/ibatis3-0-learning-2-the-use-ibatis3-0-annotations-to-complete-a-simple-database-operations/</link>
		<comments>http://www.codeweblog.com/ibatis3-0-learning-2-the-use-ibatis3-0-annotations-to-complete-a-simple-database-operations/#comments</comments>
		<pubDate>Sun, 07 Feb 2010 04:50:42+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[xml code]]></category>
<category><![CDATA[lt xml]]></category>
<category><![CDATA[utf 8]]></category>
<category><![CDATA[doctype]]></category>
<category><![CDATA[datasource]]></category>
<category><![CDATA[java project]]></category>
<category><![CDATA[new java]]></category>
<category><![CDATA[xml file]]></category>
<category><![CDATA[database operations]]></category>
<category><![CDATA[annotations]]></category>
<category><![CDATA[myeclipse]]></category>
<category><![CDATA[root password]]></category>
<category><![CDATA[deletions]]></category>
<category><![CDATA[table test]]></category>
<category><![CDATA[auto increment]]></category>
<category><![CDATA[driver gt]]></category>
<category><![CDATA[person id]]></category>
<category><![CDATA[mapper]]></category>
<category><![CDATA[structure diagram]]></category>
<category><![CDATA[mappers]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/ibatis3-0-learning-2-the-use-ibatis3-0-annotations-to-complete-a-simple-database-operations/</guid>
		<description><![CDATA[Check the completion of additions and deletions to change the use of iBATIS3.0 iBATIS3.0 has also increased some simple annotations, iBATIS3 annotations can only complete a few simple operations, to c ...]]></description>
		<content:encoded><![CDATA[Check the completion of additions and deletions to change the use of iBATIS3.0 iBATIS3.0 has also increased some simple annotations, iBATIS3 annotations can only complete a few simple operations, to c ...				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<li><a href="http://www.codeweblog.com/servlet-brief-introduction/" title="Servlet brief introduction">Servlet brief introduction</a> 2009-02-27 09:46:20</li>
					<li><a href="http://www.codeweblog.com/spring2-0-hibernate3-1-log4j-mysql-demo/" title="Spring2.0 + hibernate3.1 + log4j + mysql demo">Spring2.0 + hibernate3.1 + log4j + mysql demo</a> 2009-02-27 09:45:51</li>
					<li><a href="http://www.codeweblog.com/the-level-hibernate-cache/" title="The level Hibernate cache">The level Hibernate cache</a> 2009-02-27 09:45:02</li>
				</ul>
		</div>
		        ]]></content:encoded>
		<wfw:commentRss>http://www.codeweblog.com/ibatis3-0-learning-2-the-use-ibatis3-0-annotations-to-complete-a-simple-database-operations/</wfw:commentRss>
	</item>
		<item>
		<title>iBATIS3.0 learning (1) The use of iBATIS3.0 check the completion of additions and deletions to change</title>
		<link>http://www.codeweblog.com/ibatis3-0-learning-1-the-use-of-ibatis3-0-check-the-completion-of-additions-and-deletions-to-change/</link>
		<comments>http://www.codeweblog.com/ibatis3-0-learning-1-the-use-of-ibatis3-0-check-the-completion-of-additions-and-deletions-to-change/#comments</comments>
		<pubDate>Sat, 06 Feb 2010 14:45:38+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[doctype]]></category>
<category><![CDATA[datasource]]></category>
<category><![CDATA[source code]]></category>
<category><![CDATA[java project]]></category>
<category><![CDATA[new java]]></category>
<category><![CDATA[annotations]]></category>
<category><![CDATA[myeclipse]]></category>
<category><![CDATA[decompression]]></category>
<category><![CDATA[previous versions]]></category>
<category><![CDATA[previous version]]></category>
<category><![CDATA[root password]]></category>
<category><![CDATA[deletions]]></category>
<category><![CDATA[driver gt]]></category>
<category><![CDATA[jar files]]></category>
<category><![CDATA[test person]]></category>
<category><![CDATA[structure diagram]]></category>
<category><![CDATA[search bar]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/ibatis3-0-learning-1-the-use-of-ibatis3-0-check-the-completion-of-additions-and-deletions-to-change/</guid>
		<description><![CDATA[Check the completion of additions and deletions to change the use of iBATIS3.0 iBATIS3.0 and previous versions there are some changes, but learned the previous version of re-learning 3.0 should not be ...]]></description>
		<content:encoded><![CDATA[Check the completion of additions and deletions to change the use of iBATIS3.0 iBATIS3.0 and previous versions there are some changes, but learned the previous version of re-learning 3.0 should not be ...				<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/ibatis3-0-learning-1-the-use-of-ibatis3-0-check-the-completion-of-additions-and-deletions-to-change/</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>Java-depth analysis of the character encoding</title>
		<link>http://www.codeweblog.com/java-depth-analysis-of-the-character-encoding/</link>
		<comments>http://www.codeweblog.com/java-depth-analysis-of-the-character-encoding/#comments</comments>
		<pubDate>Sat, 06 Feb 2010 00:45:40+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[implementation]]></category>
<category><![CDATA[utf 8]]></category>
<category><![CDATA[cn]]></category>
<category><![CDATA[inconsistencies]]></category>
<category><![CDATA[adoption]]></category>
<category><![CDATA[byte]]></category>
<category><![CDATA[complexity]]></category>
<category><![CDATA[character encoding]]></category>
<category><![CDATA[gb18030]]></category>
<category><![CDATA[several ways]]></category>
<category><![CDATA[computer world]]></category>
<category><![CDATA[garbage]]></category>
<category><![CDATA[correspondence]]></category>
<category><![CDATA[translation format]]></category>
<category><![CDATA[transformation format]]></category>
<category><![CDATA[correct character]]></category>
<category><![CDATA[natural character]]></category>
<category><![CDATA[everyday use]]></category>
<category><![CDATA[lattice]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/java-depth-analysis-of-the-character-encoding/</guid>
		<description><![CDATA[December 3, 2009 1. Character Set In the computer world, we need to express too many characters, in order to computer can correctly display these characters, we will encode these characters, making ch ...]]></description>
		<content:encoded><![CDATA[December 3, 2009 1. Character Set In the computer world, we need to express too many characters, in order to computer can correctly display these characters, we will encode these characters, making ch ...				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<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/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/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/java-depth-analysis-of-the-character-encoding/</wfw:commentRss>
	</item>
		<item>
		<title>MyEclipse code rewrite</title>
		<link>http://www.codeweblog.com/myeclipse-code-rewrite/</link>
		<comments>http://www.codeweblog.com/myeclipse-code-rewrite/#comments</comments>
		<pubDate>Wed, 03 Feb 2010 05:40:35+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[utf 8]]></category>
<category><![CDATA[xml]]></category>
<category><![CDATA[gb2312]]></category>
<category><![CDATA[linux]]></category>
<category><![CDATA[contenttype]]></category>
<category><![CDATA[jsp code]]></category>
<category><![CDATA[love]]></category>
<category><![CDATA[html css]]></category>
<category><![CDATA[jsp files]]></category>
<category><![CDATA[select properties]]></category>
<category><![CDATA[java file]]></category>
<category><![CDATA[winxp]]></category>
<category><![CDATA[editors]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/myeclipse-code-rewrite/</guid>
		<description><![CDATA[MyEclipse installation must be done and things - such as changing the default encoding Eclipse or MyEclipse to change the default new file encoding eclipse: the window-preferences-General-ContentType  ...]]></description>
		<content:encoded><![CDATA[MyEclipse installation must be done and things - such as changing the default encoding Eclipse or MyEclipse to change the default new file encoding eclipse: the window-preferences-General-ContentType  ...				<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/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/myeclipse-plugin/" title="myeclipse plugin">myeclipse plugin</a> 2009-02-27 09:46:56</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/myeclipse-code-rewrite/</wfw:commentRss>
	</item>
		<item>
		<title>Chinese ruby</title>
		<link>http://www.codeweblog.com/chinese-ruby/</link>
		<comments>http://www.codeweblog.com/chinese-ruby/#comments</comments>
		<pubDate>Sat, 21 Nov 2009 00:05:02+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[Ruby]]></category>
		<category><![CDATA[utf 8]]></category>
<category><![CDATA[ruby]]></category>
<category><![CDATA[hash]]></category>
<category><![CDATA[chinese program]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/chinese-ruby/</guid>
		<description><![CDATA[1.9.1 Testing a bit of hash in the performance of a ruby at the same time understanding the Chinese program is very powerful!]]></description>
		<content:encoded><![CDATA[1.9.1 Testing a bit of hash in the performance of a ruby at the same time understanding the Chinese program is very powerful!				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<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/process-migration-from-tomcat-to-websphere-changes/" title="Process migration from tomcat to websphere changes">Process migration from tomcat to websphere changes</a> 2009-02-27 11:20:12</li>
					<li><a href="http://www.codeweblog.com/java-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-ruby/</wfw:commentRss>
	</item>
		<item>
		<title>JavaScript development tools collection (b)</title>
		<link>http://www.codeweblog.com/javascript-development-tools-collection-b/</link>
		<comments>http://www.codeweblog.com/javascript-development-tools-collection-b/#comments</comments>
		<pubDate>Fri, 20 Nov 2009 14:45:03+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[AJAX]]></category>
		<category><![CDATA[lt]]></category>
<category><![CDATA[utf 8]]></category>
<category><![CDATA[java class]]></category>
<category><![CDATA[doctype]]></category>
<category><![CDATA[script type]]></category>
<category><![CDATA[text javascript]]></category>
<category><![CDATA[strict dtd]]></category>
<category><![CDATA[prototype]]></category>
<category><![CDATA[content type]]></category>
<category><![CDATA[text html]]></category>
<category><![CDATA[meta]]></category>
<category><![CDATA[w3c]]></category>
<category><![CDATA[efficiency]]></category>
<category><![CDATA[charset]]></category>
<category><![CDATA[stringbuffer]]></category>
<category><![CDATA[development tools collection]]></category>
<category><![CDATA[method description]]></category>
<category><![CDATA[astr]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/javascript-development-tools-collection-b/</guid>
		<description><![CDATA[2. StringBuffer copying method Description: This method is a Java class in a StringBuffer to imitate, not the efficiency of Java could, but for string assembly, but is a good tool to approach Use are  ...]]></description>
		<content:encoded><![CDATA[2. StringBuffer copying method Description: This method is a Java class in a StringBuffer to imitate, not the efficiency of Java could, but for string assembly, but is a good tool to approach Use are  ...				<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/javascript-development-tools-collection-b/</wfw:commentRss>
	</item>
		<item>
		<title>Cascade 2 dwr</title>
		<link>http://www.codeweblog.com/cascade-2-dwr/</link>
		<comments>http://www.codeweblog.com/cascade-2-dwr/#comments</comments>
		<pubDate>Fri, 20 Nov 2009 04:25:02+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[AJAX]]></category>
		<category><![CDATA[lt]]></category>
<category><![CDATA[java util]]></category>
<category><![CDATA[cascade]]></category>
<category><![CDATA[utf 8]]></category>
<category><![CDATA[script src]]></category>
<category><![CDATA[script language]]></category>
<category><![CDATA[text javascript]]></category>
<category><![CDATA[interface]]></category>
<category><![CDATA[content type]]></category>
<category><![CDATA[text html]]></category>
<category><![CDATA[meta]]></category>
<category><![CDATA[html xmlns]]></category>
<category><![CDATA[transitional dtd]]></category>
<category><![CDATA[link href]]></category>
<category><![CDATA[js]]></category>
<category><![CDATA[arraylist]]></category>
<category><![CDATA[images]]></category>
<category><![CDATA[jsp usebean]]></category>
<category><![CDATA[dwr]]></category>
<category><![CDATA[host institutions]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/cascade-2-dwr/</guid>
		<description><![CDATA[&lt;% @ Page contentType = &quot;text / html; charset = utf-8&quot;%&gt; &lt; % @ page import = &quot;java.util.ArrayList&quot;%&gt; &lt; % @ page import = &quot;bean.CategoryBean&quot;%&gt; &lt; % @  ...]]></description>
		<content:encoded><![CDATA[&lt;% @ Page contentType = &quot;text / html; charset = utf-8&quot;%&gt; &lt; % @ page import = &quot;java.util.ArrayList&quot;%&gt; &lt; % @ page import = &quot;bean.CategoryBean&quot;%&gt; &lt; % @  ...				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<li><a href="http://www.codeweblog.com/hibernate-annotation-using-notebook/" title="Hibernate annotation using notebook">Hibernate annotation using notebook</a> 2009-02-27 09:45:46</li>
					<li><a href="http://www.codeweblog.com/struts2-hibernate-spring-problem-user-log-in/" title="Struts2 + hibernate + spring problem user log in">Struts2 + hibernate + spring problem user log in</a> 2009-02-27 09:45:41</li>
					<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/cascade-2-dwr/</wfw:commentRss>
	</item>
		<item>
		<title>Detailed study DWR</title>
		<link>http://www.codeweblog.com/detailed-study-dwr/</link>
		<comments>http://www.codeweblog.com/detailed-study-dwr/#comments</comments>
		<pubDate>Tue, 17 Nov 2009 22:55:01+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[AJAX]]></category>
		<category><![CDATA[lt xml]]></category>
<category><![CDATA[schemalocation]]></category>
<category><![CDATA[utf 8]]></category>
<category><![CDATA[app version]]></category>
<category><![CDATA[servlet class]]></category>
<category><![CDATA[java sun]]></category>
<category><![CDATA[xsi]]></category>
<category><![CDATA[xmlschema]]></category>
<category><![CDATA[java class]]></category>
<category><![CDATA[param name]]></category>
<category><![CDATA[java type]]></category>
<category><![CDATA[script type]]></category>
<category><![CDATA[text javascript]]></category>
<category><![CDATA[xml file]]></category>
<category><![CDATA[invoker]]></category>
<category><![CDATA[dwr]]></category>
<category><![CDATA[page language]]></category>
<category><![CDATA[starting page]]></category>
<category><![CDATA[test jsp]]></category>
<category><![CDATA[technologies web]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/detailed-study-dwr/</guid>
		<description><![CDATA[DWR The principle is: the JAVA-type and reached into the JS from JS call in JAVA class method, the realization of the asynchronous call. GWT compared with the advantages of DWR A, DWR can be synchroni ...]]></description>
		<content:encoded><![CDATA[DWR The principle is: the JAVA-type and reached into the JS from JS call in JAVA class method, the realization of the asynchronous call. GWT compared with the advantages of DWR A, DWR can be synchroni ...				<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/detailed-study-dwr/</wfw:commentRss>
	</item>
		<item>
		<title>Mssql + Hibernate frameworks, such as garbage problem</title>
		<link>http://www.codeweblog.com/mssql-hibernate-frameworks-such-as-garbage-problem/</link>
		<comments>http://www.codeweblog.com/mssql-hibernate-frameworks-such-as-garbage-problem/#comments</comments>
		<pubDate>Mon, 16 Nov 2009 15:15:02+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[amp]]></category>
<category><![CDATA[utf 8]]></category>
<category><![CDATA[garbage problem]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/mssql-hibernate-frameworks-such-as-garbage-problem/</guid>
		<description><![CDATA[First of all you have to ensure that the character of Mssql is correct, If your database uses utf8 encoding at Hibernate then your url should be in jdbc: mysql: / / localhost: 3306/test? useUnicode =  ...]]></description>
		<content:encoded><![CDATA[First of all you have to ensure that the character of Mssql is correct, If your database uses utf8 encoding at Hibernate then your url should be in jdbc: mysql: / / localhost: 3306/test? useUnicode =  ...				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<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/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/mssql-hibernate-frameworks-such-as-garbage-problem/</wfw:commentRss>
	</item>
		<item>
		<title>spring 2.0 + hibernate3.2 + struts 2.0 configuration records</title>
		<link>http://www.codeweblog.com/spring-2-0-hibernate3-2-struts-2-0-configuration-records/</link>
		<comments>http://www.codeweblog.com/spring-2-0-hibernate3-2-struts-2-0-configuration-records/#comments</comments>
		<pubDate>Mon, 16 Nov 2009 09:25:02+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[lt xml]]></category>
<category><![CDATA[beans spring]]></category>
<category><![CDATA[schemalocation]]></category>
<category><![CDATA[utf 8]]></category>
<category><![CDATA[schema]]></category>
<category><![CDATA[oracle jdbc driver]]></category>
<category><![CDATA[jdbc oracle]]></category>
<category><![CDATA[configuration parameters]]></category>
<category><![CDATA[database oracle]]></category>
<category><![CDATA[oracle 9i]]></category>
<category><![CDATA[web applications]]></category>
<category><![CDATA[192]]></category>
<category><![CDATA[open database]]></category>
<category><![CDATA[data tables]]></category>
<category><![CDATA[development projects]]></category>
<category><![CDATA[directory web]]></category>
<category><![CDATA[package structure]]></category>
<category><![CDATA[lang spring]]></category>
<category><![CDATA[hbms]]></category>
<category><![CDATA[business service]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/spring-2-0-hibernate3-2-struts-2-0-configuration-records/</guid>
		<description><![CDATA[struts2.0 + spring2.0 + hibernate 3.2 combined with the development of Web applications has brought a lot of improvements, more configuration parameters. The following describes how to combine the use ...]]></description>
		<content:encoded><![CDATA[struts2.0 + spring2.0 + hibernate 3.2 combined with the development of Web applications has brought a lot of improvements, more configuration parameters. The following describes how to combine the use ...				<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>
				</ul>
		</div>
		        ]]></content:encoded>
		<wfw:commentRss>http://www.codeweblog.com/spring-2-0-hibernate3-2-struts-2-0-configuration-records/</wfw:commentRss>
	</item>
		<item>
		<title>hernate ehcach usage</title>
		<link>http://www.codeweblog.com/hernate-ehcach-usage/</link>
		<comments>http://www.codeweblog.com/hernate-ehcach-usage/#comments</comments>
		<pubDate>Sat, 14 Nov 2009 07:55:02+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[implementation]]></category>
<category><![CDATA[data storage]]></category>
<category><![CDATA[secondary cache]]></category>
<category><![CDATA[src directory]]></category>
<category><![CDATA[lt xml]]></category>
<category><![CDATA[utf 8]]></category>
<category><![CDATA[occasions]]></category>
<category><![CDATA[pairs]]></category>
<category><![CDATA[real time]]></category>
<category><![CDATA[memory]]></category>
<category><![CDATA[gt 4]]></category>
<category><![CDATA[cache data]]></category>
<category><![CDATA[ehcache]]></category>
<category><![CDATA[concurrent requests]]></category>
<category><![CDATA[realization]]></category>
<category><![CDATA[quot 15]]></category>
<category><![CDATA[storage disk]]></category>
<category><![CDATA[time synchronization]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/hernate-ehcach-usage/</guid>
		<description><![CDATA[What is 1.EhCache Hibernate&#39;s EhCache is one of the secondary cache, you can query from the data storage disk or in memory to save the next time the same query once again query the database, the d ...]]></description>
		<content:encoded><![CDATA[What is 1.EhCache Hibernate&#39;s EhCache is one of the secondary cache, you can query from the data storage disk or in memory to save the next time the same query once again query the database, the d ...				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<li><a href="http://www.codeweblog.com/based-on-jdbc-jpa-annotation-achieve-simple-crud-generic-dao/" title="Based on JDBC, JPA Annotation achieve simple CRUD Generic Dao">Based on JDBC, JPA Annotation achieve simple CRUD Generic Dao</a> 2009-02-27 09:45:34</li>
					<li><a href="http://www.codeweblog.com/hibernate-secondary-cache/" title="Hibernate secondary cache">Hibernate secondary cache</a> 2009-02-27 09:45:24</li>
					<li><a href="http://www.codeweblog.com/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/hernate-ehcach-usage/</wfw:commentRss>
	</item>
		<item>
		<title>Examples of entry-dwr</title>
		<link>http://www.codeweblog.com/examples-of-entry-dwr/</link>
		<comments>http://www.codeweblog.com/examples-of-entry-dwr/#comments</comments>
		<pubDate>Thu, 12 Nov 2009 08:05:01+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[AJAX]]></category>
		<category><![CDATA[code lt]]></category>
<category><![CDATA[public string]]></category>
<category><![CDATA[lt xml]]></category>
<category><![CDATA[utf 8]]></category>
<category><![CDATA[servlet class]]></category>
<category><![CDATA[application server]]></category>
<category><![CDATA[doctype]]></category>
<category><![CDATA[param name]]></category>
<category><![CDATA[lib directory]]></category>
<category><![CDATA[script type]]></category>
<category><![CDATA[text javascript]]></category>
<category><![CDATA[hello world]]></category>
<category><![CDATA[invoker]]></category>
<category><![CDATA[web projects]]></category>
<category><![CDATA[interface service]]></category>
<category><![CDATA[service gt]]></category>
<category><![CDATA[optional utility]]></category>
<category><![CDATA[information methods]]></category>
<category><![CDATA[code application]]></category>
<category><![CDATA[utility script]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/examples-of-entry-dwr/</guid>
		<description><![CDATA[1. To create web project 2. Dwr.jar packages web projects Add / WEB-INF/lib directory 3. Web.xml add the following code 4. Service.java the creation of categories, as follows 5. Dwr.xml Add to add the ...]]></description>
		<content:encoded><![CDATA[1. To create web project 2. Dwr.jar packages web projects Add / WEB-INF/lib directory 3. Web.xml add the following code 4. Service.java the creation of categories, as follows 5. Dwr.xml Add to add the ...				<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/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/examples-of-entry-dwr/</wfw:commentRss>
	</item>
		<item>
		<title>Notes dwr.xml of learning dwr</title>
		<link>http://www.codeweblog.com/notes-dwr-xml-of-learning-dwr/</link>
		<comments>http://www.codeweblog.com/notes-dwr-xml-of-learning-dwr/#comments</comments>
		<pubDate>Thu, 12 Nov 2009 00:35:01+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[AJAX]]></category>
		<category><![CDATA[lt xml]]></category>
<category><![CDATA[utf 8]]></category>
<category><![CDATA[spring framework]]></category>
<category><![CDATA[doctype]]></category>
<category><![CDATA[param name]]></category>
<category><![CDATA[init]]></category>
<category><![CDATA[quot quot]]></category>
<category><![CDATA[match]]></category>
<category><![CDATA[scope]]></category>
<category><![CDATA[dwr]]></category>
<category><![CDATA[ltd uk]]></category>
<category><![CDATA[signatures]]></category>
<category><![CDATA[method signature]]></category>
<category><![CDATA[structure elements]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/notes-dwr-xml-of-learning-dwr/</guid>
		<description><![CDATA[dwr.xml is used to configure your DWR document, the default is to put WEB-INF folder. Create a document dwr.xml dwr.xml the following structure: &lt;? xml version = &quot;1.0&quot; encoding = &quot;UT ...]]></description>
		<content:encoded><![CDATA[dwr.xml is used to configure your DWR document, the default is to put WEB-INF folder. Create a document dwr.xml dwr.xml the following structure: &lt;? xml version = &quot;1.0&quot; encoding = &quot;UT ...				<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/notes-dwr-xml-of-learning-dwr/</wfw:commentRss>
	</item>
		<item>
		<title>Ajax dynamic loading tree menu</title>
		<link>http://www.codeweblog.com/ajax-dynamic-loading-tree-menu/</link>
		<comments>http://www.codeweblog.com/ajax-dynamic-loading-tree-menu/#comments</comments>
		<pubDate>Fri, 06 Nov 2009 21:35:02+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[AJAX]]></category>
		<category><![CDATA[lt]]></category>
<category><![CDATA[utf 8]]></category>
<category><![CDATA[new date]]></category>
<category><![CDATA[doctype]]></category>
<category><![CDATA[script type]]></category>
<category><![CDATA[dynamic loading]]></category>
<category><![CDATA[text javascript]]></category>
<category><![CDATA[strict dtd]]></category>
<category><![CDATA[href javascript]]></category>
<category><![CDATA[ajax]]></category>
<category><![CDATA[good job]]></category>
<category><![CDATA[charset]]></category>
<category><![CDATA[target]]></category>
<category><![CDATA[link rel stylesheet]]></category>
<category><![CDATA[h2]]></category>
<category><![CDATA[child nodes]]></category>
<category><![CDATA[tree menu]]></category>
<category><![CDATA[url data]]></category>
<category><![CDATA[tree model]]></category>
<category><![CDATA[final decision]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/ajax-dynamic-loading-tree-menu/</guid>
		<description><![CDATA[Recently, the company requires a dynamic loading of the tree menu, first open the page when loading the first level node, point to the first floor with Ajax after any node to the node under the dynami ...]]></description>
		<content:encoded><![CDATA[Recently, the company requires a dynamic loading of the tree menu, first open the page when loading the first level node, point to the first floor with Ajax after any node to the node under the dynami ...				<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/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/ajax-dynamic-loading-tree-menu/</wfw:commentRss>
	</item>
		<item>
		<title>ajax get request parameters Chinese garbled solution</title>
		<link>http://www.codeweblog.com/ajax-get-request-parameters-chinese-garbled-solution/</link>
		<comments>http://www.codeweblog.com/ajax-get-request-parameters-chinese-garbled-solution/#comments</comments>
		<pubDate>Tue, 03 Nov 2009 12:55:02+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[AJAX]]></category>
		<category><![CDATA[utf 8]]></category>
<category><![CDATA[gt 2]]></category>
<category><![CDATA[doctype]]></category>
<category><![CDATA[script type]]></category>
<category><![CDATA[text javascript]]></category>
<category><![CDATA[ajax]]></category>
<category><![CDATA[msxml2]]></category>
<category><![CDATA[input type text]]></category>
<category><![CDATA[xmlhttprequest object]]></category>
<category><![CDATA[language java]]></category>
<category><![CDATA[page language]]></category>
<category><![CDATA[request function]]></category>
<category><![CDATA[control content]]></category>
<category><![CDATA[cache control]]></category>
<category><![CDATA[string path]]></category>
<category><![CDATA[base href]]></category>
<category><![CDATA[amp nbsp]]></category>
<category><![CDATA[request parameters]]></category>
<category><![CDATA[type password]]></category>
<category><![CDATA[regist]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/ajax-get-request-parameters-chinese-garbled-solution/</guid>
		<description><![CDATA[Prospects: 1, regist.jsp 2, ajax.js Background: 1, AjaxDemoAction.java (used DispatchAction) 2, EncodeUtil.java (transcoding type)]]></description>
		<content:encoded><![CDATA[Prospects: 1, regist.jsp 2, ajax.js Background: 1, AjaxDemoAction.java (used DispatchAction) 2, EncodeUtil.java (transcoding type)				<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/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/ajax-get-request-parameters-chinese-garbled-solution/</wfw:commentRss>
	</item>
		<item>
		<title>Struts-Spring-Hibernate Integration</title>
		<link>http://www.codeweblog.com/struts-spring-hibernate-integration/</link>
		<comments>http://www.codeweblog.com/struts-spring-hibernate-integration/#comments</comments>
		<pubDate>Mon, 02 Nov 2009 17:55:02+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[core class libraries]]></category>
<category><![CDATA[dispatcher]]></category>
<category><![CDATA[lt xml]]></category>
<category><![CDATA[schemalocation]]></category>
<category><![CDATA[utf 8]]></category>
<category><![CDATA[environmental structures]]></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[filter class]]></category>
<category><![CDATA[filter name]]></category>
<category><![CDATA[jar file]]></category>
<category><![CDATA[web engineering]]></category>
<category><![CDATA[gt 4]]></category>
<category><![CDATA[hello world]]></category>
<category><![CDATA[page language]]></category>
<category><![CDATA[resource kit]]></category>
<category><![CDATA[landin]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/struts-spring-hibernate-integration/</guid>
		<description><![CDATA[Struts-Spring-Hibernate Integration 6.6.1 Environmental structures and basic configuration Eclipse can we increase the Struts2.0, Spring2.0, Hibernate3.1 support, as follows: 1. To build a simple Stru ...]]></description>
		<content:encoded><![CDATA[Struts-Spring-Hibernate Integration 6.6.1 Environmental structures and basic configuration Eclipse can we increase the Struts2.0, Spring2.0, Hibernate3.1 support, as follows: 1. To build a simple Stru ...				<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/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>
					<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/struts-spring-hibernate-integration/</wfw:commentRss>
	</item>
		<item>
		<title>flash picture under the Carousel</title>
		<link>http://www.codeweblog.com/flash-picture-under-the-carousel/</link>
		<comments>http://www.codeweblog.com/flash-picture-under-the-carousel/#comments</comments>
		<pubDate>Sun, 01 Nov 2009 08:55: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[configuration file]]></category>
<category><![CDATA[interface]]></category>
<category><![CDATA[js]]></category>
<category><![CDATA[images]]></category>
<category><![CDATA[lt image]]></category>
<category><![CDATA[config]]></category>
<category><![CDATA[china]]></category>
<category><![CDATA[flash flash]]></category>
<category><![CDATA[flash plug]]></category>
<category><![CDATA[wild goose]]></category>
<category><![CDATA[realization]]></category>
<category><![CDATA[terra cotta warriors]]></category>
<category><![CDATA[goose pagoda]]></category>
<category><![CDATA[gt auto]]></category>
<category><![CDATA[steles]]></category>
<category><![CDATA[auto 5]]></category>
<category><![CDATA[bell tower]]></category>
<category><![CDATA[carousel]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/flash-picture-under-the-carousel/</guid>
		<description><![CDATA[Carousel picture to achieve the way there are many, have a direct HTML, with the JS, as well as the FLASH. FLASH I prefer because it is better to achieve the function of packaging, only in the interfa ...]]></description>
		<content:encoded><![CDATA[Carousel picture to achieve the way there are many, have a direct HTML, with the JS, as well as the FLASH. FLASH I prefer because it is better to achieve the function of packaging, only in the interfa ...				<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/flash-picture-under-the-carousel/</wfw:commentRss>
	</item>
		<item>
		<title>Prototype.js sent using ajax get request parameters garbled Chinese solution</title>
		<link>http://www.codeweblog.com/prototype-js-sent-using-ajax-get-request-parameters-garbled-chinese-solution/</link>
		<comments>http://www.codeweblog.com/prototype-js-sent-using-ajax-get-request-parameters-garbled-chinese-solution/#comments</comments>
		<pubDate>Sun, 01 Nov 2009 01:45:02+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[AJAX]]></category>
		<category><![CDATA[import java]]></category>
<category><![CDATA[utf 8]]></category>
<category><![CDATA[import org]]></category>
<category><![CDATA[httpservletrequest]]></category>
<category><![CDATA[java package]]></category>
<category><![CDATA[script type]]></category>
<category><![CDATA[input type text]]></category>
<category><![CDATA[apache struts]]></category>
<category><![CDATA[language java]]></category>
<category><![CDATA[printwriter]]></category>
<category><![CDATA[page language]]></category>
<category><![CDATA[control content]]></category>
<category><![CDATA[string path]]></category>
<category><![CDATA[base href]]></category>
<category><![CDATA[servlet http]]></category>
<category><![CDATA[amp nbsp]]></category>
<category><![CDATA[request parameters]]></category>
<category><![CDATA[response text]]></category>
<category><![CDATA[httpservletresponse]]></category>
<category><![CDATA[page introduction]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/prototype-js-sent-using-ajax-get-request-parameters-garbled-chinese-solution/</guid>
		<description><![CDATA[Version: prototype 1.6.0.3, struts1.2. Front (page introduction prototype.js): 1, prototype-ajax.jsp Background: 1, PrototypeAjaxAction.java 2, EncodeUtil.java (transcoding type)]]></description>
		<content:encoded><![CDATA[Version: prototype 1.6.0.3, struts1.2. Front (page introduction prototype.js): 1, prototype-ajax.jsp Background: 1, PrototypeAjaxAction.java 2, EncodeUtil.java (transcoding type)				<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/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/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/prototype-js-sent-using-ajax-get-request-parameters-garbled-chinese-solution/</wfw:commentRss>
	</item>
		<item>
		<title>Struts2 configuration and sitemesh</title>
		<link>http://www.codeweblog.com/struts2-configuration-and-sitemesh/</link>
		<comments>http://www.codeweblog.com/struts2-configuration-and-sitemesh/#comments</comments>
		<pubDate>Thu, 29 Oct 2009 02:15:02+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[AJAX]]></category>
		<category><![CDATA[dispatcher]]></category>
<category><![CDATA[opensymphony]]></category>
<category><![CDATA[lt xml]]></category>
<category><![CDATA[utf 8]]></category>
<category><![CDATA[java sun]]></category>
<category><![CDATA[web application]]></category>
<category><![CDATA[sun microsystems inc]]></category>
<category><![CDATA[sun microsystems]]></category>
<category><![CDATA[doctype]]></category>
<category><![CDATA[param name]]></category>
<category><![CDATA[jsp]]></category>
<category><![CDATA[filter class]]></category>
<category><![CDATA[filter name]]></category>
<category><![CDATA[ajax]]></category>
<category><![CDATA[dwr]]></category>
<category><![CDATA[freemarker]]></category>
<category><![CDATA[sitemesh]]></category>
<category><![CDATA[special resources]]></category>
<category><![CDATA[network location]]></category>
<category><![CDATA[template site]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/struts2-configuration-and-sitemesh/</guid>
		<description><![CDATA[Integration of the Spring / Webwork / Sitemesh / FreeMarker configuration related web.xml need to configure the three filter, which filter the order of 3 can not be reversed, must be in accordance wit ...]]></description>
		<content:encoded><![CDATA[Integration of the Spring / Webwork / Sitemesh / FreeMarker configuration related web.xml need to configure the three filter, which filter the order of 3 can not be reversed, must be in accordance wit ...				<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/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/struts2-configuration-and-sitemesh/</wfw:commentRss>
	</item>
		<item>
		<title>Struts2 spring hibernate integration example</title>
		<link>http://www.codeweblog.com/struts2-spring-hibernate-integration-example/</link>
		<comments>http://www.codeweblog.com/struts2-spring-hibernate-integration-example/#comments</comments>
		<pubDate>Mon, 26 Oct 2009 09:05:02+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[dispatcher]]></category>
<category><![CDATA[jpa]]></category>
<category><![CDATA[lt xml]]></category>
<category><![CDATA[utf 8]]></category>
<category><![CDATA[filter class]]></category>
<category><![CDATA[filter name]]></category>
<category><![CDATA[aop]]></category>
<category><![CDATA[classpath]]></category>
<category><![CDATA[dtds]]></category>
<category><![CDATA[apache software foundation]]></category>
<category><![CDATA[autowired]]></category>
<category><![CDATA[mapping files]]></category>
<category><![CDATA[annotation]]></category>
<category><![CDATA[project documents]]></category>
<category><![CDATA[integration example]]></category>
<category><![CDATA[transaction support]]></category>
<category><![CDATA[default package]]></category>
<category><![CDATA[integration project]]></category>
<category><![CDATA[tasklist]]></category>
<category><![CDATA[personal interests]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/struts2-spring-hibernate-integration-example/</guid>
		<description><![CDATA[Private http://www.blogjava.net/fundei/archive/2009/05/14/270668.html Integrate struts, spring, hibernate, for the beginner is the biggest trouble on its cumbersome xml configuration file. All of whic ...]]></description>
		<content:encoded><![CDATA[Private http://www.blogjava.net/fundei/archive/2009/05/14/270668.html Integrate struts, spring, hibernate, for the beginner is the biggest trouble on its cumbersome xml configuration file. All of whic ...				<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/based-on-jdbc-jpa-annotation-achieve-simple-crud-generic-dao/" title="Based on JDBC, JPA Annotation achieve simple CRUD Generic Dao">Based on JDBC, JPA Annotation achieve simple CRUD Generic Dao</a> 2009-02-27 09:45:34</li>
					<li><a href="http://www.codeweblog.com/spring-struts2-0-hibernate-bug-killer-1/" title="spring struts2.0 hibernate bug killer 1">spring struts2.0 hibernate bug killer 1</a> 2009-02-27 09:43:23</li>
				</ul>
		</div>
		        ]]></content:encoded>
		<wfw:commentRss>http://www.codeweblog.com/struts2-spring-hibernate-integration-example/</wfw:commentRss>
	</item>
		<item>
		<title>Flex and JavaScript Interaction (with parameters)</title>
		<link>http://www.codeweblog.com/flex-and-javascript-interaction-with-parameters/</link>
		<comments>http://www.codeweblog.com/flex-and-javascript-interaction-with-parameters/#comments</comments>
		<pubDate>Sat, 24 Oct 2009 14:45: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[param name]]></category>
<category><![CDATA[string string]]></category>
<category><![CDATA[language javascript]]></category>
<category><![CDATA[object classid]]></category>
<category><![CDATA[mxml]]></category>
<category><![CDATA[html lang]]></category>
<category><![CDATA[codebase]]></category>
<category><![CDATA[import flash]]></category>
<category><![CDATA[x shockwave flash]]></category>
<category><![CDATA[embed src]]></category>
<category><![CDATA[quality value]]></category>
<category><![CDATA[javascript interaction]]></category>
<category><![CDATA[private function]]></category>
<category><![CDATA[getdate]]></category>
<category><![CDATA[interactive surface]]></category>
<category><![CDATA[button label]]></category>
<category><![CDATA[flash paper]]></category>
<category><![CDATA[true loop]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/flex-and-javascript-interaction-with-parameters/</guid>
		<description><![CDATA[flash paper page with the interactive surface: Flex documentation: html:]]></description>
		<content:encoded><![CDATA[flash paper page with the interactive surface: Flex documentation: html:				<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/flex-and-javascript-interaction-with-parameters/</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>Automatically generated by xdoclet's hibernate mapping files, configuration files</title>
		<link>http://www.codeweblog.com/automatically-generated-by-xdoclet-s-hibernate-mapping-files-configuration-files/</link>
		<comments>http://www.codeweblog.com/automatically-generated-by-xdoclet-s-hibernate-mapping-files-configuration-files/#comments</comments>
		<pubDate>Tue, 20 Oct 2009 14:30:02+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[string name]]></category>
<category><![CDATA[public string]]></category>
<category><![CDATA[lt xml]]></category>
<category><![CDATA[utf 8]]></category>
<category><![CDATA[int id]]></category>
<category><![CDATA[configuration files]]></category>
<category><![CDATA[jdbc mysql]]></category>
<category><![CDATA[eclipse]]></category>
<category><![CDATA[public void]]></category>
<category><![CDATA[dialect]]></category>
<category><![CDATA[return id]]></category>
<category><![CDATA[public int]]></category>
<category><![CDATA[lib]]></category>
<category><![CDATA[target name]]></category>
<category><![CDATA[string sex]]></category>
<category><![CDATA[model gt]]></category>
<category><![CDATA[xdoclet]]></category>
<category><![CDATA[mapping files]]></category>
<category><![CDATA[basedir]]></category>
<category><![CDATA[home value]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/automatically-generated-by-xdoclet-s-hibernate-mapping-files-configuration-files/</guid>
		<description><![CDATA[To http://sourceforge.net/ Download xdoclet-plugins-dist-1.0.4. If the eclipse, then do not need to configure (if there is no need to install ide good ant) build.xml model: Run ant, ok, User.hbm.xml a ...]]></description>
		<content:encoded><![CDATA[To http://sourceforge.net/ Download xdoclet-plugins-dist-1.0.4. If the eclipse, then do not need to configure (if there is no need to install ide good ant) build.xml model: Run ant, ok, User.hbm.xml a ...				<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/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/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/automatically-generated-by-xdoclet-s-hibernate-mapping-files-configuration-files/</wfw:commentRss>
	</item>
		<item>
		<title>Detailed integration of JSF and DWR</title>
		<link>http://www.codeweblog.com/detailed-integration-of-jsf-and-dwr/</link>
		<comments>http://www.codeweblog.com/detailed-integration-of-jsf-and-dwr/#comments</comments>
		<pubDate>Mon, 19 Oct 2009 04:15:02+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[AJAX]]></category>
		<category><![CDATA[lt xml]]></category>
<category><![CDATA[schemalocation]]></category>
<category><![CDATA[utf 8]]></category>
<category><![CDATA[servlet class]]></category>
<category><![CDATA[java sun]]></category>
<category><![CDATA[xsi]]></category>
<category><![CDATA[xmlschema]]></category>
<category><![CDATA[j2ee]]></category>
<category><![CDATA[xmlns]]></category>
<category><![CDATA[param name]]></category>
<category><![CDATA[init]]></category>
<category><![CDATA[filter class]]></category>
<category><![CDATA[filter name]]></category>
<category><![CDATA[webapp]]></category>
<category><![CDATA[debug]]></category>
<category><![CDATA[life cycle]]></category>
<category><![CDATA[invoker]]></category>
<category><![CDATA[dwr]]></category>
<category><![CDATA[jsf]]></category>
<category><![CDATA[faces]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/detailed-integration-of-jsf-and-dwr/</guid>
		<description><![CDATA[&lt;? xml version = &quot;1.0&quot; encoding = &quot;UTF-8&quot;?&gt; &lt;web-app xmlns = &quot;http://java.sun.com/xml/ns/j2ee&quot; xmlns: xsi = &quot;http://www.w3.org/2001/XMLSchema-instance&quot; ...]]></description>
		<content:encoded><![CDATA[&lt;? xml version = &quot;1.0&quot; encoding = &quot;UTF-8&quot;?&gt; &lt;web-app xmlns = &quot;http://java.sun.com/xml/ns/j2ee&quot; xmlns: xsi = &quot;http://www.w3.org/2001/XMLSchema-instance&quot; ...				<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/detailed-integration-of-jsf-and-dwr/</wfw:commentRss>
	</item>
		<item>
		<title>js and the nextSibling node brothers previousSibling</title>
		<link>http://www.codeweblog.com/js-and-the-nextsibling-node-brothers-previoussibling/</link>
		<comments>http://www.codeweblog.com/js-and-the-nextsibling-node-brothers-previoussibling/#comments</comments>
		<pubDate>Sun, 18 Oct 2009 19:15:01+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[AJAX]]></category>
		<category><![CDATA[lt]]></category>
<category><![CDATA[utf 8]]></category>
<category><![CDATA[j2ee]]></category>
<category><![CDATA[doctype]]></category>
<category><![CDATA[script language]]></category>
<category><![CDATA[strict dtd]]></category>
<category><![CDATA[content type]]></category>
<category><![CDATA[text html]]></category>
<category><![CDATA[meta]]></category>
<category><![CDATA[js]]></category>
<category><![CDATA[w3c]]></category>
<category><![CDATA[language javascript]]></category>
<category><![CDATA[charset]]></category>
<category><![CDATA[input type]]></category>
<category><![CDATA[type button]]></category>
<category><![CDATA[ul]]></category>
<category><![CDATA[brother]]></category>
<category><![CDATA[haha]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/js-and-the-nextsibling-node-brothers-previoussibling/</guid>
		<description><![CDATA[nextSibling: Node made a brother; previousSibling: made a brother node;]]></description>
		<content:encoded><![CDATA[nextSibling: Node made a brother; previousSibling: made a brother node;				<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/js-and-the-nextsibling-node-brothers-previoussibling/</wfw:commentRss>
	</item>
		<item>
		<title>ajax auto-complete example of</title>
		<link>http://www.codeweblog.com/ajax-auto-complete-example-of/</link>
		<comments>http://www.codeweblog.com/ajax-auto-complete-example-of/#comments</comments>
		<pubDate>Sun, 18 Oct 2009 18:55:02+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[AJAX]]></category>
		<category><![CDATA[lt]]></category>
<category><![CDATA[quot]]></category>
<category><![CDATA[utf 8]]></category>
<category><![CDATA[script type]]></category>
<category><![CDATA[text javascript]]></category>
<category><![CDATA[google]]></category>
<category><![CDATA[content type]]></category>
<category><![CDATA[text html]]></category>
<category><![CDATA[w3c]]></category>
<category><![CDATA[ajax]]></category>
<category><![CDATA[keyword3]]></category>
<category><![CDATA[charset]]></category>
<category><![CDATA[style type]]></category>
<category><![CDATA[button event]]></category>
<category><![CDATA[color 000000]]></category>
<category><![CDATA[input box]]></category>
<category><![CDATA[mouse event]]></category>
<category><![CDATA[marginal notes]]></category>
<category><![CDATA[server code]]></category>
<category><![CDATA[drop zone]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/ajax-auto-complete-example-of/</guid>
		<description><![CDATA[We encountered one of the most popular auto-complete function. Google launched its home page in Google Suggest, the presentation of the auto-complete the perfect present. Google Suggest is amazed peop ...]]></description>
		<content:encoded><![CDATA[We encountered one of the most popular auto-complete function. Google launched its home page in Google Suggest, the presentation of the auto-complete the perfect present. Google Suggest is amazed peop ...				<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/ajax-auto-complete-example-of/</wfw:commentRss>
	</item>
		<item>
		<title>ext webwork + hibernate + spring crud ssh2 Records</title>
		<link>http://www.codeweblog.com/ext-webwork-hibernate-spring-crud-ssh2-records/</link>
		<comments>http://www.codeweblog.com/ext-webwork-hibernate-spring-crud-ssh2-records/#comments</comments>
		<pubDate>Sun, 18 Oct 2009 07:35:02+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[lt]]></category>
<category><![CDATA[cascade]]></category>
<category><![CDATA[utf 8]]></category>
<category><![CDATA[gt 2]]></category>
<category><![CDATA[script type]]></category>
<category><![CDATA[script src]]></category>
<category><![CDATA[text javascript]]></category>
<category><![CDATA[link href]]></category>
<category><![CDATA[js]]></category>
<category><![CDATA[taglib]]></category>
<category><![CDATA[prefix]]></category>
<category><![CDATA[div]]></category>
<category><![CDATA[link rel]]></category>
<category><![CDATA[dwr]]></category>
<category><![CDATA[page language]]></category>
<category><![CDATA[webwork]]></category>
<category><![CDATA[constants]]></category>
<category><![CDATA[ww]]></category>
<category><![CDATA[document management systems]]></category>
<category><![CDATA[ssh2]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/ext-webwork-hibernate-spring-crud-ssh2-records/</guid>
		<description><![CDATA[1.login jsp &lt;% @ Page language = &quot;java&quot; contentType = &quot;text / html; charset = UTF-8&quot; pageEncoding = &quot;UTF-8&quot;%&gt; &lt;% @ Taglib prefix = &quot;ww&quot; uri = &quot;/ w ...]]></description>
		<content:encoded><![CDATA[1.login jsp &lt;% @ Page language = &quot;java&quot; contentType = &quot;text / html; charset = UTF-8&quot; pageEncoding = &quot;UTF-8&quot;%&gt; &lt;% @ Taglib prefix = &quot;ww&quot; uri = &quot;/ w ...				<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/hibernate-annotation-using-notebook/" title="Hibernate annotation using notebook">Hibernate annotation using notebook</a> 2009-02-27 09:45:46</li>
					<li><a href="http://www.codeweblog.com/struts2-hibernate-spring-problem-user-log-in/" title="Struts2 + hibernate + spring problem user log in">Struts2 + hibernate + spring problem user log in</a> 2009-02-27 09:45:41</li>
					<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/ext-webwork-hibernate-spring-crud-ssh2-records/</wfw:commentRss>
	</item>
		<item>
		<title>ext webwork + hibernate + spring crud ssh2 class file</title>
		<link>http://www.codeweblog.com/ext-webwork-hibernate-spring-crud-ssh2-class-file/</link>
		<comments>http://www.codeweblog.com/ext-webwork-hibernate-spring-crud-ssh2-class-file/#comments</comments>
		<pubDate>Sun, 18 Oct 2009 05:45:03+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[import java]]></category>
<category><![CDATA[java util]]></category>
<category><![CDATA[public string]]></category>
<category><![CDATA[map]]></category>
<category><![CDATA[utf 8]]></category>
<category><![CDATA[import org]]></category>
<category><![CDATA[ioexception]]></category>
<category><![CDATA[javax]]></category>
<category><![CDATA[public void]]></category>
<category><![CDATA[apache log4j]]></category>
<category><![CDATA[printwriter]]></category>
<category><![CDATA[webwork]]></category>
<category><![CDATA[constants]]></category>
<category><![CDATA[servlet http]]></category>
<category><![CDATA[httpservletresponse]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/ext-webwork-hibernate-spring-crud-ssh2-class-file/</guid>
		<description><![CDATA[1.ExtLoginAction package com.action; import java.util.Map; import java.io.File; import java.io.IOException; import java.io.PrintWriter; import javax.servlet.http.HttpServletResponse; import org.apache ...]]></description>
		<content:encoded><![CDATA[1.ExtLoginAction package com.action; import java.util.Map; import java.io.File; import java.io.IOException; import java.io.PrintWriter; import javax.servlet.http.HttpServletResponse; import org.apache ...				<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>
				</ul>
		</div>
		        ]]></content:encoded>
		<wfw:commentRss>http://www.codeweblog.com/ext-webwork-hibernate-spring-crud-ssh2-class-file/</wfw:commentRss>
	</item>
		<item>
		<title>ext webwork + hibernate + spring crud ssh2 viewport layout of text</title>
		<link>http://www.codeweblog.com/ext-webwork-hibernate-spring-crud-ssh2-viewport-layout-of-text/</link>
		<comments>http://www.codeweblog.com/ext-webwork-hibernate-spring-crud-ssh2-viewport-layout-of-text/#comments</comments>
		<pubDate>Sun, 18 Oct 2009 03:45:02+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[lt]]></category>
<category><![CDATA[utf 8]]></category>
<category><![CDATA[jsp]]></category>
<category><![CDATA[quot quot]]></category>
<category><![CDATA[script type]]></category>
<category><![CDATA[text javascript]]></category>
<category><![CDATA[content type]]></category>
<category><![CDATA[background url]]></category>
<category><![CDATA[text decoration]]></category>
<category><![CDATA[taglib]]></category>
<category><![CDATA[prefix]]></category>
<category><![CDATA[div]]></category>
<category><![CDATA[img src]]></category>
<category><![CDATA[link rel]]></category>
<category><![CDATA[page language]]></category>
<category><![CDATA[libs]]></category>
<category><![CDATA[webwork]]></category>
<category><![CDATA[blank image]]></category>
<category><![CDATA[custom css]]></category>
<category><![CDATA[ww]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/ext-webwork-hibernate-spring-crud-ssh2-viewport-layout-of-text/</guid>
		<description><![CDATA[1.ext_viewport.jsp &lt;% @ Page language = &quot;java&quot; contentType = &quot;text / html; charset = UTF-8&quot; pageEncoding = &quot;UTF-8&quot;%&gt; &lt;% @ Taglib prefix = &quot;ww&quot; uri = &q ...]]></description>
		<content:encoded><![CDATA[1.ext_viewport.jsp &lt;% @ Page language = &quot;java&quot; contentType = &quot;text / html; charset = UTF-8&quot; pageEncoding = &quot;UTF-8&quot;%&gt; &lt;% @ Taglib prefix = &quot;ww&quot; uri = &q ...				<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/ext-webwork-hibernate-spring-crud-ssh2-viewport-layout-of-text/</wfw:commentRss>
	</item>
		<item>
		<title>ruby visit website (to deal with the Chinese url)</title>
		<link>http://www.codeweblog.com/ruby-visit-website-to-deal-with-the-chinese-url/</link>
		<comments>http://www.codeweblog.com/ruby-visit-website-to-deal-with-the-chinese-url/#comments</comments>
		<pubDate>Sat, 17 Oct 2009 05:20:02+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[Ruby]]></category>
		<category><![CDATA[lt]]></category>
<category><![CDATA[amp]]></category>
<category><![CDATA[utf 8]]></category>
<category><![CDATA[email]]></category>
<category><![CDATA[ruby]]></category>
<category><![CDATA[quot quot]]></category>
<category><![CDATA[target]]></category>
<category><![CDATA[key word]]></category>
<category><![CDATA[chomp]]></category>
<category><![CDATA[pl]]></category>
<category><![CDATA[uri]]></category>
<category><![CDATA[popen]]></category>
<category><![CDATA[file txt]]></category>
<category><![CDATA[008000]]></category>
<category><![CDATA[rank 1]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/ruby-visit-website-to-deal-with-the-chinese-url/</guid>
		<description><![CDATA[1 require &#39;open-uri&#39; 2 require &#39;net / http&#39; 3 require &#39;iconv&#39; 4 require &#39;uri&#39; 5 6 src1_file = &quot;place_file.txt&quot; 7 src2_file = &quot;things_file.txt&quot; 8 sav ...]]></description>
		<content:encoded><![CDATA[1 require &#39;open-uri&#39; 2 require &#39;net / http&#39; 3 require &#39;iconv&#39; 4 require &#39;uri&#39; 5 6 src1_file = &quot;place_file.txt&quot; 7 src2_file = &quot;things_file.txt&quot; 8 sav ...				<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/ruby-visit-website-to-deal-with-the-chinese-url/</wfw:commentRss>
	</item>
		<item>
		<title>mootools achieve ajax</title>
		<link>http://www.codeweblog.com/mootools-achieve-ajax/</link>
		<comments>http://www.codeweblog.com/mootools-achieve-ajax/#comments</comments>
		<pubDate>Tue, 13 Oct 2009 08:35:01+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[AJAX]]></category>
		<category><![CDATA[lt]]></category>
<category><![CDATA[java code]]></category>
<category><![CDATA[public string]]></category>
<category><![CDATA[utf 8]]></category>
<category><![CDATA[source code]]></category>
<category><![CDATA[wrapper class]]></category>
<category><![CDATA[string url]]></category>
<category><![CDATA[text html]]></category>
<category><![CDATA[ajax]]></category>
<category><![CDATA[json]]></category>
<category><![CDATA[object object]]></category>
<category><![CDATA[functionality]]></category>
<category><![CDATA[request method]]></category>
<category><![CDATA[div]]></category>
<category><![CDATA[type button]]></category>
<category><![CDATA[button name]]></category>
<category><![CDATA[input type text]]></category>
<category><![CDATA[ping ping]]></category>
<category><![CDATA[response error]]></category>
<category><![CDATA[html charset]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/mootools-achieve-ajax/</guid>
		<description><![CDATA[As we all know, ajax source code can be written directly to achieve, but it&#39;s a little cumbersome, and now the popular ajax framework ajax integrated functions, and to write very simple and conven ...]]></description>
		<content:encoded><![CDATA[As we all know, ajax source code can be written directly to achieve, but it&#39;s a little cumbersome, and now the popular ajax framework ajax integrated functions, and to write very simple and conven ...				<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/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/mootools-achieve-ajax/</wfw:commentRss>
	</item>
		<item>
		<title>ajax to achieve mootools</title>
		<link>http://www.codeweblog.com/ajax-to-achieve-mootools/</link>
		<comments>http://www.codeweblog.com/ajax-to-achieve-mootools/#comments</comments>
		<pubDate>Mon, 12 Oct 2009 19:50:02+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[AJAX]]></category>
		<category><![CDATA[lt]]></category>
<category><![CDATA[java code]]></category>
<category><![CDATA[public string]]></category>
<category><![CDATA[utf 8]]></category>
<category><![CDATA[source code]]></category>
<category><![CDATA[wrapper class]]></category>
<category><![CDATA[string url]]></category>
<category><![CDATA[text html]]></category>
<category><![CDATA[ajax]]></category>
<category><![CDATA[json]]></category>
<category><![CDATA[object object]]></category>
<category><![CDATA[request method]]></category>
<category><![CDATA[div]]></category>
<category><![CDATA[type button]]></category>
<category><![CDATA[button name]]></category>
<category><![CDATA[input type text]]></category>
<category><![CDATA[ping ping]]></category>
<category><![CDATA[response error]]></category>
<category><![CDATA[respons]]></category>
<category><![CDATA[html charset]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/ajax-to-achieve-mootools/</guid>
		<description><![CDATA[As we all know, ajax source code can be written directly to achieve, but it&#39;s a little cumbersome, and now the popular ajax framework ajax integrated functions, and to write very simple and conven ...]]></description>
		<content:encoded><![CDATA[As we all know, ajax source code can be written directly to achieve, but it&#39;s a little cumbersome, and now the popular ajax framework ajax integrated functions, and to write very simple and conven ...				<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/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/ajax-to-achieve-mootools/</wfw:commentRss>
	</item>
		<item>
		<title>javascript in the escape, encodeURI the difference?</title>
		<link>http://www.codeweblog.com/javascript-in-the-escape-encodeuri-the-difference/</link>
		<comments>http://www.codeweblog.com/javascript-in-the-escape-encodeuri-the-difference/#comments</comments>
		<pubDate>Mon, 12 Oct 2009 15:55:01+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[AJAX]]></category>
		<category><![CDATA[lt]]></category>
<category><![CDATA[amp]]></category>
<category><![CDATA[utf 8]]></category>
<category><![CDATA[quot quot]]></category>
<category><![CDATA[script language]]></category>
<category><![CDATA[character code]]></category>
<category><![CDATA[transmission parameters]]></category>
<category><![CDATA[logout]]></category>
<category><![CDATA[unescape]]></category>
<category><![CDATA[ascii characters]]></category>
<category><![CDATA[punctuation]]></category>
<category><![CDATA[encodeuricomponent]]></category>
<category><![CDATA[passport]]></category>
<category><![CDATA[hexadecimal]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/javascript-in-the-escape-encodeuri-the-difference/</guid>
		<description><![CDATA[javascript in the escape, encodeURI the difference? javascript in the escape, encodeURI the difference? js code to the text involves three functions: escape, encodeURI, encodeURIComponent, the corresp ...]]></description>
		<content:encoded><![CDATA[javascript in the escape, encodeURI the difference? javascript in the escape, encodeURI the difference? js code to the text involves three functions: escape, encodeURI, encodeURIComponent, the corresp ...				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<li><a href="http://www.codeweblog.com/spring2-0-hibernate3-1-log4j-mysql-demo/" title="Spring2.0 + hibernate3.1 + log4j + mysql demo">Spring2.0 + hibernate3.1 + log4j + mysql demo</a> 2009-02-27 09:45:51</li>
					<li><a href="http://www.codeweblog.com/struts2-hibernate-spring-problem-user-log-in/" title="Struts2 + hibernate + spring problem user log in">Struts2 + hibernate + spring problem user log in</a> 2009-02-27 09:45:41</li>
					<li><a href="http://www.codeweblog.com/hibernate-secondary-cache/" title="Hibernate secondary cache">Hibernate secondary cache</a> 2009-02-27 09:45:24</li>
					<li><a href="http://www.codeweblog.com/hibernate-s-lazy-strategy/" title="Hibernate's lazy strategy">Hibernate's lazy strategy</a> 2009-02-27 09:44:43</li>
				</ul>
		</div>
		        ]]></content:encoded>
		<wfw:commentRss>http://www.codeweblog.com/javascript-in-the-escape-encodeuri-the-difference/</wfw:commentRss>
	</item>
		<item>
		<title>Ajax synchronous and asynchronous transmission</title>
		<link>http://www.codeweblog.com/ajax-synchronous-and-asynchronous-transmission/</link>
		<comments>http://www.codeweblog.com/ajax-synchronous-and-asynchronous-transmission/#comments</comments>
		<pubDate>Mon, 12 Oct 2009 15:35:02+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[AJAX]]></category>
		<category><![CDATA[amp]]></category>
<category><![CDATA[utf 8]]></category>
<category><![CDATA[content type]]></category>
<category><![CDATA[text html]]></category>
<category><![CDATA[ajax]]></category>
<category><![CDATA[xmlhttprequest]]></category>
<category><![CDATA[new activexobject]]></category>
<category><![CDATA[readystate]]></category>
<category><![CDATA[microsoft]]></category>
<category><![CDATA[baidu]]></category>
<category><![CDATA[xmlhttp]]></category>
<category><![CDATA[web page location]]></category>
<category><![CDATA[synchronous and asynchronous transmission]]></category>
<category><![CDATA[shift jis]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/ajax-synchronous-and-asynchronous-transmission/</guid>
		<description><![CDATA[Ajax synchronous and asynchronous transmission]]></description>
		<content:encoded><![CDATA[Ajax synchronous and asynchronous transmission				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<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/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-synchronous-and-asynchronous-transmission/</wfw:commentRss>
	</item>
		<item>
		<title>js format excel export control</title>
		<link>http://www.codeweblog.com/js-format-excel-export-control/</link>
		<comments>http://www.codeweblog.com/js-format-excel-export-control/#comments</comments>
		<pubDate>Mon, 12 Oct 2009 13:50:02+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[AJAX]]></category>
		<category><![CDATA[lt]]></category>
<category><![CDATA[utf 8]]></category>
<category><![CDATA[content type]]></category>
<category><![CDATA[text html]]></category>
<category><![CDATA[meta]]></category>
<category><![CDATA[link href]]></category>
<category><![CDATA[stylesheet]]></category>
<category><![CDATA[style type]]></category>
<category><![CDATA[div]]></category>
<category><![CDATA[input type]]></category>
<category><![CDATA[type button]]></category>
<category><![CDATA[style css]]></category>
<category><![CDATA[document body]]></category>
<category><![CDATA[css style]]></category>
<category><![CDATA[internet options]]></category>
<category><![CDATA[indexof]]></category>
<category><![CDATA[microsoft excel]]></category>
<category><![CDATA[format excel]]></category>
<category><![CDATA[export control]]></category>
<category><![CDATA[n1]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/js-format-excel-export-control/</guid>
		<description><![CDATA[js format excel export control]]></description>
		<content:encoded><![CDATA[js format excel export control				<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/js-format-excel-export-control/</wfw:commentRss>
	</item>
		<item>
		<title>HQL query parameters of the Chinese solution</title>
		<link>http://www.codeweblog.com/hql-query-parameters-of-the-chinese-solution/</link>
		<comments>http://www.codeweblog.com/hql-query-parameters-of-the-chinese-solution/#comments</comments>
		<pubDate>Fri, 09 Oct 2009 16:35:01+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[code lt]]></category>
<category><![CDATA[quot]]></category>
<category><![CDATA[amp]]></category>
<category><![CDATA[utf 8]]></category>
<category><![CDATA[database connection]]></category>
<category><![CDATA[query parameters]]></category>
<category><![CDATA[props]]></category>
<category><![CDATA[configuration file]]></category>
<category><![CDATA[attributes]]></category>
<category><![CDATA[configuration url]]></category>
<category><![CDATA[configuration properties]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/hql-query-parameters-of-the-chinese-solution/</guid>
		<description><![CDATA[In the Hibernate configuration file to add the following code: &lt;property name=&quot;hibernate.query.factory_class&quot;&gt; org.hibernate.hql.classic.ClassicQueryTranslatorFactory &lt;/ property&gt ...]]></description>
		<content:encoded><![CDATA[In the Hibernate configuration file to add the following code: &lt;property name=&quot;hibernate.query.factory_class&quot;&gt; org.hibernate.hql.classic.ClassicQueryTranslatorFactory &lt;/ property&gt ...				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<li><a href="http://www.codeweblog.com/spring-struts2-0-hibernate-environmental-structures-despair-carried-out-more-than-one-hour-only-with-good/" title="spring struts2.0 hibernate environmental structures .. despair carried out more than one hour only with good.">spring struts2.0 hibernate environmental structures .. despair carried out more than one hour only with good.</a> 2009-02-27 09:45:56</li>
					<li><a href="http://www.codeweblog.com/spring2-0-hibernate3-1-log4j-mysql-demo/" title="Spring2.0 + hibernate3.1 + log4j + mysql demo">Spring2.0 + hibernate3.1 + log4j + mysql demo</a> 2009-02-27 09:45:51</li>
					<li><a href="http://www.codeweblog.com/struts2-hibernate-spring-problem-user-log-in/" title="Struts2 + hibernate + spring problem user log in">Struts2 + hibernate + spring problem user log in</a> 2009-02-27 09:45:41</li>
					<li><a href="http://www.codeweblog.com/hibernate-secondary-cache/" title="Hibernate secondary cache">Hibernate secondary cache</a> 2009-02-27 09:45:24</li>
					<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/hql-query-parameters-of-the-chinese-solution/</wfw:commentRss>
	</item>
	</channel>
</rss>
