<?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>page language</title>
	<atom:link href="http://www.codeweblog.com/feed/tag/page-language/" rel="self" type="application/rss+xml" />
	<link>http://www.codeweblog.com/</link>
	<description>page language</description>
	<pubDate>Sun, 21 Mar 2010 23:21:01+0000</pubDate>
	<generator>http://www.codeweblog.com/</generator>
	<language>en</language>
		<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>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>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>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 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>Topsy Ajax Six: Ajax user login</title>
		<link>http://www.codeweblog.com/topsy-ajax-six-ajax-user-login/</link>
		<comments>http://www.codeweblog.com/topsy-ajax-six-ajax-user-login/#comments</comments>
		<pubDate>Fri, 16 Oct 2009 01:45:02+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[AJAX]]></category>
		<category><![CDATA[gt 2]]></category>
<category><![CDATA[doctype]]></category>
<category><![CDATA[script src]]></category>
<category><![CDATA[text javascript]]></category>
<category><![CDATA[html xmlns]]></category>
<category><![CDATA[transitional dtd]]></category>
<category><![CDATA[ajax]]></category>
<category><![CDATA[xmlhttprequest]]></category>
<category><![CDATA[new activexobject]]></category>
<category><![CDATA[type button]]></category>
<category><![CDATA[input type text]]></category>
<category><![CDATA[page language]]></category>
<category><![CDATA[topsy]]></category>
<category><![CDATA[demo program]]></category>
<category><![CDATA[autoeventwireup]]></category>
<category><![CDATA[program features]]></category>
<category><![CDATA[type password]]></category>
<category><![CDATA[aspx page]]></category>
<category><![CDATA[technology code]]></category>
<category><![CDATA[features business]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/topsy-ajax-six-ajax-user-login/</guid>
		<description><![CDATA[This will be the production of the reader to start from scratch with a AJAX Login DEMO, program features, business is very simple, so I do not need with you to explain things in this regard, we look a ...]]></description>
		<content:encoded><![CDATA[This will be the production of the reader to start from scratch with a AJAX Login DEMO, program features, business is very simple, so I do not need with you to explain things in this regard, we look a ...				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<li><a href="http://www.codeweblog.com/dynamic-loading-js-script-four-kinds-of-methods/" title="Dynamic loading JS script four kinds of methods">Dynamic loading JS script four kinds of methods</a> 2009-02-27 13:40:02</li>
					<li><a href="http://www.codeweblog.com/hibernate-using-c3p0-connection-pooling/" title="hibernate using c3p0 connection pooling">hibernate using c3p0 connection pooling</a> 2009-02-27 12:33:05</li>
					<li><a href="http://www.codeweblog.com/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>
				</ul>
		</div>
		        ]]></content:encoded>
		<wfw:commentRss>http://www.codeweblog.com/topsy-ajax-six-ajax-user-login/</wfw:commentRss>
	</item>
		<item>
		<title>Ajax to study the application of</title>
		<link>http://www.codeweblog.com/ajax-to-study-the-application-of/</link>
		<comments>http://www.codeweblog.com/ajax-to-study-the-application-of/#comments</comments>
		<pubDate>Wed, 07 Oct 2009 10:35:02+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[AJAX]]></category>
		<category><![CDATA[lt]]></category>
<category><![CDATA[java util]]></category>
<category><![CDATA[utf 8]]></category>
<category><![CDATA[web application]]></category>
<category><![CDATA[jsp]]></category>
<category><![CDATA[script type]]></category>
<category><![CDATA[text javascript]]></category>
<category><![CDATA[js]]></category>
<category><![CDATA[ajax]]></category>
<category><![CDATA[java web]]></category>
<category><![CDATA[input type]]></category>
<category><![CDATA[link rel]]></category>
<category><![CDATA[page language]]></category>
<category><![CDATA[cache control]]></category>
<category><![CDATA[string path]]></category>
<category><![CDATA[xmlhttp object]]></category>
<category><![CDATA[base href]]></category>
<category><![CDATA[application code]]></category>
<category><![CDATA[starting page]]></category>
<category><![CDATA[keyword2 keyword3]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/ajax-to-study-the-application-of/</guid>
		<description><![CDATA[Ajax in the commonly used in the development of java web application code is as follows: &lt;% @ Page language = &quot;java&quot; import = &quot;java.util .*&quot; pageEncoding = &quot;UTF-8&quot;%&gt ...]]></description>
		<content:encoded><![CDATA[Ajax in the commonly used in the development of java web application code is as follows: &lt;% @ Page language = &quot;java&quot; import = &quot;java.util .*&quot; pageEncoding = &quot;UTF-8&quot;%&gt ...				<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-to-study-the-application-of/</wfw:commentRss>
	</item>
		<item>
		<title>Tomcat5.5 in the JDBC data source configuration</title>
		<link>http://www.codeweblog.com/tomcat5-5-in-the-jdbc-data-source-configuration/</link>
		<comments>http://www.codeweblog.com/tomcat5-5-in-the-jdbc-data-source-configuration/#comments</comments>
		<pubDate>Fri, 02 Oct 2009 13:05:02+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[code lt]]></category>
<category><![CDATA[import java]]></category>
<category><![CDATA[java sql]]></category>
<category><![CDATA[utf 8]]></category>
<category><![CDATA[connection pool]]></category>
<category><![CDATA[jdbc driver]]></category>
<category><![CDATA[ref name]]></category>
<category><![CDATA[source configuration]]></category>
<category><![CDATA[resource name]]></category>
<category><![CDATA[lib directory]]></category>
<category><![CDATA[database driver]]></category>
<category><![CDATA[language java]]></category>
<category><![CDATA[apache tomcat]]></category>
<category><![CDATA[page language]]></category>
<category><![CDATA[test connection]]></category>
<category><![CDATA[test jsp]]></category>
<category><![CDATA[container type]]></category>
<category><![CDATA[jdbc database]]></category>
<category><![CDATA[pool leaks]]></category>
<category><![CDATA[jdbc data source]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/tomcat5-5-in-the-jdbc-data-source-configuration/</guid>
		<description><![CDATA[Articles made reference to how to set up a good JDBC data source. Outflow of the configuration line for most of the previous version of the Tomcat configuration. Records the course of my configuration ...]]></description>
		<content:encoded><![CDATA[Articles made reference to how to set up a good JDBC data source. Outflow of the configuration line for most of the previous version of the Tomcat configuration. Records the course of my configuration ...				<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/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/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/tomcat5-5-in-the-jdbc-data-source-configuration/</wfw:commentRss>
	</item>
		<item>
		<title>js create dynamic forms. DIV.遮照</title>
		<link>http://www.codeweblog.com/js-create-dynamic-forms-div-%e9%81%ae%e7%85%a7/</link>
		<comments>http://www.codeweblog.com/js-create-dynamic-forms-div-%e9%81%ae%e7%85%a7/#comments</comments>
		<pubDate>Thu, 01 Oct 2009 03:45:44+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[AJAX]]></category>
		<category><![CDATA[lt]]></category>
<category><![CDATA[new date]]></category>
<category><![CDATA[script type]]></category>
<category><![CDATA[text javascript]]></category>
<category><![CDATA[content type]]></category>
<category><![CDATA[w3c]]></category>
<category><![CDATA[ajax]]></category>
<category><![CDATA[taglib]]></category>
<category><![CDATA[prefix]]></category>
<category><![CDATA[new option]]></category>
<category><![CDATA[language java]]></category>
<category><![CDATA[link rel]]></category>
<category><![CDATA[loose dtd]]></category>
<category><![CDATA[page language]]></category>
<category><![CDATA[contenttype]]></category>
<category><![CDATA[gb18030]]></category>
<category><![CDATA[css href]]></category>
<category><![CDATA[getelementsbytagname]]></category>
<category><![CDATA[func]]></category>
<category><![CDATA[false success]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/js-create-dynamic-forms-div-%e9%81%ae%e7%85%a7/</guid>
		<description><![CDATA[js create dynamic forms. DIV.遮照]]></description>
		<content:encoded><![CDATA[js create dynamic forms. DIV.遮照				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<li><a href="http://www.codeweblog.com/hibernate-generic-generic-dao/" title="hibernate generic generic DAO">hibernate generic generic DAO</a> 2009-02-27 09:46:44</li>
					<li><a href="http://www.codeweblog.com/first-hibernate-example/" title="First Hibernate Example">First Hibernate Example</a> 2009-02-27 09:46:02</li>
					<li><a href="http://www.codeweblog.com/struts2-hibernate-spring-problem-user-log-in/" title="Struts2 + hibernate + spring problem user log in">Struts2 + hibernate + spring problem user log in</a> 2009-02-27 09:45:41</li>
					<li><a href="http://www.codeweblog.com/hibernate-secondary-cache/" title="Hibernate secondary cache">Hibernate secondary cache</a> 2009-02-27 09:45:24</li>
					<li><a href="http://www.codeweblog.com/hibernate-s-lazy-strategy/" title="Hibernate's lazy strategy">Hibernate's lazy strategy</a> 2009-02-27 09:44:43</li>
				</ul>
		</div>
		        ]]></content:encoded>
		<wfw:commentRss>http://www.codeweblog.com/js-create-dynamic-forms-div-%e9%81%ae%e7%85%a7/</wfw:commentRss>
	</item>
		<item>
		<title>. Net AJAX Application Example</title>
		<link>http://www.codeweblog.com/net-ajax-application-example/</link>
		<comments>http://www.codeweblog.com/net-ajax-application-example/#comments</comments>
		<pubDate>Sat, 15 Aug 2009 01:55:03+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[AJAX]]></category>
		<category><![CDATA[code lt]]></category>
<category><![CDATA[doctype]]></category>
<category><![CDATA[script type]]></category>
<category><![CDATA[text javascript]]></category>
<category><![CDATA[html xmlns]]></category>
<category><![CDATA[w3c]]></category>
<category><![CDATA[ajax]]></category>
<category><![CDATA[div]]></category>
<category><![CDATA[type button]]></category>
<category><![CDATA[input type text]]></category>
<category><![CDATA[page language]]></category>
<category><![CDATA[application example]]></category>
<category><![CDATA[net2]]></category>
<category><![CDATA[a1]]></category>
<category><![CDATA[lt system]]></category>
<category><![CDATA[rel value]]></category>
<category><![CDATA[cs code]]></category>
<category><![CDATA[autoeventwireup]]></category>
<category><![CDATA[dll file]]></category>
<category><![CDATA[system web]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/net-ajax-application-example/</guid>
		<description><![CDATA[First, to http://ajaxpro.codeplex.com/ website. Net Ajax development kit, if your project is. NET2.0 and the package will be developed AjaxPro.2.dll test this DLL file to your Bin of the following Sec ...]]></description>
		<content:encoded><![CDATA[First, to http://ajaxpro.codeplex.com/ website. Net Ajax development kit, if your project is. NET2.0 and the package will be developed AjaxPro.2.dll test this DLL file to your Bin of the following Sec ...				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<li><a href="http://www.codeweblog.com/ror-explained/" title="RoR explained">RoR explained</a> 2009-02-27 12:40:02</li>
					<li><a href="http://www.codeweblog.com/spring-hibernate-oracle9i-to-read-and-write-clob/" title="spring + hibernate + oracle9i to read and write CLOB">spring + hibernate + oracle9i to read and write CLOB</a> 2009-02-27 11:21:19</li>
					<li><a href="http://www.codeweblog.com/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/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/net-ajax-application-example/</wfw:commentRss>
	</item>
		<item>
		<title>Ajax_ to provide auto-complete</title>
		<link>http://www.codeweblog.com/ajax-to-provide-auto-complete/</link>
		<comments>http://www.codeweblog.com/ajax-to-provide-auto-complete/#comments</comments>
		<pubDate>Wed, 05 Aug 2009 01:45:01+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[AJAX]]></category>
		<category><![CDATA[lt]]></category>
<category><![CDATA[java util]]></category>
<category><![CDATA[jsp]]></category>
<category><![CDATA[script type]]></category>
<category><![CDATA[text javascript]]></category>
<category><![CDATA[ajax]]></category>
<category><![CDATA[new activexobject]]></category>
<category><![CDATA[style type]]></category>
<category><![CDATA[readystate]]></category>
<category><![CDATA[microsoft]]></category>
<category><![CDATA[gbk]]></category>
<category><![CDATA[color 000000]]></category>
<category><![CDATA[page language]]></category>
<category><![CDATA[responsexml]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/ajax-to-provide-auto-complete/</guid>
		<description><![CDATA[JSP part: &lt;% @ Page language = &quot;java&quot; import = &quot;java.util .*&quot; pageEncoding = &quot;gbk&quot;%&gt; &lt;! DOCTYPE HTML PUBLIC &quot;- / / W3C / / DTD HTML 4.01 Transitional / / EN ...]]></description>
		<content:encoded><![CDATA[JSP part: &lt;% @ Page language = &quot;java&quot; import = &quot;java.util .*&quot; pageEncoding = &quot;gbk&quot;%&gt; &lt;! DOCTYPE HTML PUBLIC &quot;- / / W3C / / DTD HTML 4.01 Transitional / / EN ...				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<li><a href="http://www.codeweblog.com/first-hibernate-example/" title="First Hibernate Example">First Hibernate Example</a> 2009-02-27 09:46:02</li>
					<li><a href="http://www.codeweblog.com/struts2-hibernate-spring-problem-user-log-in/" title="Struts2 + hibernate + spring problem user log in">Struts2 + hibernate + spring problem user log in</a> 2009-02-27 09:45:41</li>
					<li><a href="http://www.codeweblog.com/hibernate-secondary-cache/" title="Hibernate secondary cache">Hibernate secondary cache</a> 2009-02-27 09:45:24</li>
					<li><a href="http://www.codeweblog.com/hibernate-s-lazy-strategy/" title="Hibernate's lazy strategy">Hibernate's lazy strategy</a> 2009-02-27 09:44:43</li>
				</ul>
		</div>
		        ]]></content:encoded>
		<wfw:commentRss>http://www.codeweblog.com/ajax-to-provide-auto-complete/</wfw:commentRss>
	</item>
		<item>
		<title>Ajax_ Dynamic Update Web page</title>
		<link>http://www.codeweblog.com/ajax-dynamic-update-web-page/</link>
		<comments>http://www.codeweblog.com/ajax-dynamic-update-web-page/#comments</comments>
		<pubDate>Tue, 04 Aug 2009 23:55:03+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[AJAX]]></category>
		<category><![CDATA[lt]]></category>
<category><![CDATA[java util]]></category>
<category><![CDATA[amp]]></category>
<category><![CDATA[new date]]></category>
<category><![CDATA[jsp]]></category>
<category><![CDATA[script type]]></category>
<category><![CDATA[text javascript]]></category>
<category><![CDATA[strict dtd]]></category>
<category><![CDATA[html xmlns]]></category>
<category><![CDATA[ajax]]></category>
<category><![CDATA[new activexobject]]></category>
<category><![CDATA[readystate]]></category>
<category><![CDATA[microsoft]]></category>
<category><![CDATA[gbk]]></category>
<category><![CDATA[title document]]></category>
<category><![CDATA[page language]]></category>
<category><![CDATA[web page]]></category>
<category><![CDATA[department document]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/ajax-dynamic-update-web-page/</guid>
		<description><![CDATA[JSP part: &lt;% @ Page language = &quot;java&quot; import = &quot;java.util .*&quot; pageEncoding = &quot;gbk&quot;%&gt; &lt;! DOCTYPE html PUBLIC &quot;- / / W3C / / DTD XHTML 1.0 Strict / / EN&quot; ...]]></description>
		<content:encoded><![CDATA[JSP part: &lt;% @ Page language = &quot;java&quot; import = &quot;java.util .*&quot; pageEncoding = &quot;gbk&quot;%&gt; &lt;! DOCTYPE html PUBLIC &quot;- / / W3C / / DTD XHTML 1.0 Strict / / EN&quot; ...				<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/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-update-web-page/</wfw:commentRss>
	</item>
		<item>
		<title>Create Ajax_ tooltips</title>
		<link>http://www.codeweblog.com/create-ajax-tooltips/</link>
		<comments>http://www.codeweblog.com/create-ajax-tooltips/#comments</comments>
		<pubDate>Tue, 04 Aug 2009 20:45:04+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[AJAX]]></category>
		<category><![CDATA[lt]]></category>
<category><![CDATA[java util]]></category>
<category><![CDATA[jsp]]></category>
<category><![CDATA[script type]]></category>
<category><![CDATA[text javascript]]></category>
<category><![CDATA[meta]]></category>
<category><![CDATA[ajax]]></category>
<category><![CDATA[new activexobject]]></category>
<category><![CDATA[readystate]]></category>
<category><![CDATA[microsoft]]></category>
<category><![CDATA[gbk]]></category>
<category><![CDATA[element]]></category>
<category><![CDATA[page language]]></category>
<category><![CDATA[cache control]]></category>
<category><![CDATA[tooltips]]></category>
<category><![CDATA[starting page]]></category>
<category><![CDATA[keyword2 keyword3]]></category>
<category><![CDATA[cleardata]]></category>
<category><![CDATA[leng]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/create-ajax-tooltips/</guid>
		<description><![CDATA[JSP part: &lt;% @ Page language = &quot;java&quot; import = &quot;java.util .*&quot; pageEncoding = &quot;gbk&quot;%&gt; &lt;! DOCTYPE HTML PUBLIC &quot;- / / W3C / / DTD HTML 4.01 Transitional / / EN ...]]></description>
		<content:encoded><![CDATA[JSP part: &lt;% @ Page language = &quot;java&quot; import = &quot;java.util .*&quot; pageEncoding = &quot;gbk&quot;%&gt; &lt;! DOCTYPE HTML PUBLIC &quot;- / / W3C / / DTD HTML 4.01 Transitional / / EN ...				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<li><a href="http://www.codeweblog.com/first-hibernate-example/" title="First Hibernate Example">First Hibernate Example</a> 2009-02-27 09:46:02</li>
					<li><a href="http://www.codeweblog.com/struts2-hibernate-spring-problem-user-log-in/" title="Struts2 + hibernate + spring problem user log in">Struts2 + hibernate + spring problem user log in</a> 2009-02-27 09:45:41</li>
					<li><a href="http://www.codeweblog.com/hibernate-secondary-cache/" title="Hibernate secondary cache">Hibernate secondary cache</a> 2009-02-27 09:45:24</li>
					<li><a href="http://www.codeweblog.com/hibernate-s-lazy-strategy/" title="Hibernate's lazy strategy">Hibernate's lazy strategy</a> 2009-02-27 09:44:43</li>
				</ul>
		</div>
		        ]]></content:encoded>
		<wfw:commentRss>http://www.codeweblog.com/create-ajax-tooltips/</wfw:commentRss>
	</item>
		<item>
		<title>Progress bar shows Ajax_</title>
		<link>http://www.codeweblog.com/progress-bar-shows-ajax/</link>
		<comments>http://www.codeweblog.com/progress-bar-shows-ajax/#comments</comments>
		<pubDate>Tue, 04 Aug 2009 19:25:03+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[AJAX]]></category>
		<category><![CDATA[lt]]></category>
<category><![CDATA[java util]]></category>
<category><![CDATA[amp]]></category>
<category><![CDATA[jsp]]></category>
<category><![CDATA[script type]]></category>
<category><![CDATA[text javascript]]></category>
<category><![CDATA[meta]]></category>
<category><![CDATA[ajax]]></category>
<category><![CDATA[new activexobject]]></category>
<category><![CDATA[readystate]]></category>
<category><![CDATA[microsoft]]></category>
<category><![CDATA[gbk]]></category>
<category><![CDATA[page language]]></category>
<category><![CDATA[cache control]]></category>
<category><![CDATA[progress bar]]></category>
<category><![CDATA[poll]]></category>
<category><![CDATA[starting page]]></category>
<category><![CDATA[keyword2 keyword3]]></category>
<category><![CDATA[span id]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/progress-bar-shows-ajax/</guid>
		<description><![CDATA[JSP part: &lt;% @ Page language = &quot;java&quot; import = &quot;java.util .*&quot; pageEncoding = &quot;gbk&quot;%&gt; &lt;! DOCTYPE HTML PUBLIC &quot;- / / W3C / / DTD HTML 4.01 Transitional / / EN ...]]></description>
		<content:encoded><![CDATA[JSP part: &lt;% @ Page language = &quot;java&quot; import = &quot;java.util .*&quot; pageEncoding = &quot;gbk&quot;%&gt; &lt;! DOCTYPE HTML PUBLIC &quot;- / / W3C / / DTD HTML 4.01 Transitional / / EN ...				<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/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/progress-bar-shows-ajax/</wfw:commentRss>
	</item>
		<item>
		<title>struts2 + json + jquery examples</title>
		<link>http://www.codeweblog.com/struts2-json-jquery-examples/</link>
		<comments>http://www.codeweblog.com/struts2-json-jquery-examples/#comments</comments>
		<pubDate>Sun, 05 Jul 2009 09:05:02+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[AJAX]]></category>
		<category><![CDATA[import java]]></category>
<category><![CDATA[java util]]></category>
<category><![CDATA[utf 8]]></category>
<category><![CDATA[script type]]></category>
<category><![CDATA[plug ins]]></category>
<category><![CDATA[arraylist]]></category>
<category><![CDATA[keyword3]]></category>
<category><![CDATA[type button]]></category>
<category><![CDATA[input type text]]></category>
<category><![CDATA[language java]]></category>
<category><![CDATA[link rel]]></category>
<category><![CDATA[page language]]></category>
<category><![CDATA[css href]]></category>
<category><![CDATA[control content]]></category>
<category><![CDATA[string path]]></category>
<category><![CDATA[base href]]></category>
<category><![CDATA[starting page]]></category>
<category><![CDATA[relation test]]></category>
<category><![CDATA[time success]]></category>
<category><![CDATA[url input]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/struts2-json-jquery-examples/</guid>
		<description><![CDATA[struts2.1.X version of ajax theme has moved to dojo-plugin plug-in, usage has changed, according to online reviews of the ajax theme struts2 efficiency a bit low, do not recommend the use of the Inter ...]]></description>
		<content:encoded><![CDATA[struts2.1.X version of ajax theme has moved to dojo-plugin plug-in, usage has changed, according to online reviews of the ajax theme struts2 efficiency a bit low, do not recommend the use of the Inter ...				<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>
				</ul>
		</div>
		        ]]></content:encoded>
		<wfw:commentRss>http://www.codeweblog.com/struts2-json-jquery-examples/</wfw:commentRss>
	</item>
		<item>
		<title>jquery ajax call</title>
		<link>http://www.codeweblog.com/jquery-ajax-call/</link>
		<comments>http://www.codeweblog.com/jquery-ajax-call/#comments</comments>
		<pubDate>Fri, 03 Jul 2009 13:05:04+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[AJAX]]></category>
		<category><![CDATA[lt]]></category>
<category><![CDATA[bind]]></category>
<category><![CDATA[jsp]]></category>
<category><![CDATA[script type]]></category>
<category><![CDATA[script src]]></category>
<category><![CDATA[text javascript]]></category>
<category><![CDATA[content type]]></category>
<category><![CDATA[text html]]></category>
<category><![CDATA[link href]]></category>
<category><![CDATA[js]]></category>
<category><![CDATA[stylesheet]]></category>
<category><![CDATA[jquery ajax]]></category>
<category><![CDATA[gbk]]></category>
<category><![CDATA[type button]]></category>
<category><![CDATA[input type text]]></category>
<category><![CDATA[language java]]></category>
<category><![CDATA[style css]]></category>
<category><![CDATA[css style]]></category>
<category><![CDATA[page language]]></category>
<category><![CDATA[contenttype]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/jquery-ajax-call/</guid>
		<description><![CDATA[The most simple jquery ajax application in sturts action: jsp: js: Finally:]]></description>
		<content:encoded><![CDATA[The most simple jquery ajax application in sturts action: jsp: js: Finally:				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<li><a href="http://www.codeweblog.com/hibernate-connection-pool-configuration/" title="Hibernate connection pool configuration">Hibernate connection pool configuration</a> 2009-02-27 10:01:35</li>
					<li><a href="http://www.codeweblog.com/hibernate-generic-generic-dao/" title="hibernate generic generic DAO">hibernate generic generic DAO</a> 2009-02-27 09:46:44</li>
					<li><a href="http://www.codeweblog.com/struts2-hibernate-spring-problem-user-log-in/" title="Struts2 + hibernate + spring problem user log in">Struts2 + hibernate + spring problem user log in</a> 2009-02-27 09:45:41</li>
					<li><a href="http://www.codeweblog.com/hibernate-secondary-cache/" title="Hibernate secondary cache">Hibernate secondary cache</a> 2009-02-27 09:45:24</li>
					<li><a href="http://www.codeweblog.com/hibernate-s-lazy-strategy/" title="Hibernate's lazy strategy">Hibernate's lazy strategy</a> 2009-02-27 09:44:43</li>
				</ul>
		</div>
		        ]]></content:encoded>
		<wfw:commentRss>http://www.codeweblog.com/jquery-ajax-call/</wfw:commentRss>
	</item>
		<item>
		<title>jquery servlet jsp to verify the existence of complete user name $. ajax ()</title>
		<link>http://www.codeweblog.com/jquery-servlet-jsp-to-verify-the-existence-of-complete-user-name-ajax/</link>
		<comments>http://www.codeweblog.com/jquery-servlet-jsp-to-verify-the-existence-of-complete-user-name-ajax/#comments</comments>
		<pubDate>Sat, 27 Jun 2009 23:10:01+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[AJAX]]></category>
		<category><![CDATA[lt]]></category>
<category><![CDATA[import java]]></category>
<category><![CDATA[java util]]></category>
<category><![CDATA[demo]]></category>
<category><![CDATA[xml]]></category>
<category><![CDATA[script type]]></category>
<category><![CDATA[text javascript]]></category>
<category><![CDATA[js]]></category>
<category><![CDATA[w3c]]></category>
<category><![CDATA[ajax]]></category>
<category><![CDATA[existence]]></category>
<category><![CDATA[gb2312]]></category>
<category><![CDATA[language java]]></category>
<category><![CDATA[page language]]></category>
<category><![CDATA[servlet jsp]]></category>
<category><![CDATA[jquery]]></category>
<category><![CDATA[annex]]></category>
<category><![CDATA[input button]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/jquery-servlet-jsp-to-verify-the-existence-of-complete-user-name-ajax/</guid>
		<description><![CDATA[Finally do come out, sharing, online very few similar things, but also wrong for everyone to see a demo, there are myeclipse annex of the project, you can download to run There is also a paste web.xml ...]]></description>
		<content:encoded><![CDATA[Finally do come out, sharing, online very few similar things, but also wrong for everyone to see a demo, there are myeclipse annex of the project, you can download to run There is also a paste web.xml ...				<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/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/jquery-servlet-jsp-to-verify-the-existence-of-complete-user-name-ajax/</wfw:commentRss>
	</item>
		<item>
		<title>Using javascript / css to achieve GridView alternate row background color. Click the line color</title>
		<link>http://www.codeweblog.com/using-javascript-css-to-achieve-gridview-alternate-row-background-color-click-the-line-color/</link>
		<comments>http://www.codeweblog.com/using-javascript-css-to-achieve-gridview-alternate-row-background-color-click-the-line-color/#comments</comments>
		<pubDate>Mon, 22 Jun 2009 04:35:01+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[AJAX]]></category>
		<category><![CDATA[lt]]></category>
<category><![CDATA[html xmlns]]></category>
<category><![CDATA[transitional dtd]]></category>
<category><![CDATA[ie7]]></category>
<category><![CDATA[background color]]></category>
<category><![CDATA[chaos]]></category>
<category><![CDATA[page language]]></category>
<category><![CDATA[execution]]></category>
<category><![CDATA[few days]]></category>
<category><![CDATA[bad mood]]></category>
<category><![CDATA[timely manner]]></category>
<category><![CDATA[mouse click]]></category>
<category><![CDATA[mouse point]]></category>
<category><![CDATA[long long time]]></category>
<category><![CDATA[train of thought]]></category>
<category><![CDATA[complement]]></category>
<category><![CDATA[inappropriate word]]></category>
<category><![CDATA[simple style]]></category>
<category><![CDATA[click options]]></category>
<category><![CDATA[bac]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/using-javascript-css-to-achieve-gridview-alternate-row-background-color-click-the-line-color/</guid>
		<description><![CDATA[Using javascript / css to achieve GridView alternate row background color, click the line color Asked a few days ago was found in Bo was asked click on the GridView row color problem, suddenly reminde ...]]></description>
		<content:encoded><![CDATA[Using javascript / css to achieve GridView alternate row background color, click the line color Asked a few days ago was found in Bo was asked click on the GridView row color problem, suddenly reminde ...				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<li><a href="http://www.codeweblog.com/hibernate-connection-pool-configuration/" title="Hibernate connection pool configuration">Hibernate connection pool configuration</a> 2009-02-27 10:01:35</li>
					<li><a href="http://www.codeweblog.com/hibernate-generic-generic-dao/" title="hibernate generic generic DAO">hibernate generic generic DAO</a> 2009-02-27 09:46:44</li>
					<li><a href="http://www.codeweblog.com/struts2-hibernate-spring-problem-user-log-in/" title="Struts2 + hibernate + spring problem user log in">Struts2 + hibernate + spring problem user log in</a> 2009-02-27 09:45:41</li>
					<li><a href="http://www.codeweblog.com/hibernate-secondary-cache/" title="Hibernate secondary cache">Hibernate secondary cache</a> 2009-02-27 09:45:24</li>
					<li><a href="http://www.codeweblog.com/hibernate-s-lazy-strategy/" title="Hibernate's lazy strategy">Hibernate's lazy strategy</a> 2009-02-27 09:44:43</li>
				</ul>
		</div>
		        ]]></content:encoded>
		<wfw:commentRss>http://www.codeweblog.com/using-javascript-css-to-achieve-gridview-alternate-row-background-color-click-the-line-color/</wfw:commentRss>
	</item>
		<item>
		<title>Ajax implementation linked the drop-down box 2 (b)</title>
		<link>http://www.codeweblog.com/ajax-implementation-linked-the-drop-down-box-2-b/</link>
		<comments>http://www.codeweblog.com/ajax-implementation-linked-the-drop-down-box-2-b/#comments</comments>
		<pubDate>Sat, 20 Jun 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[jsp]]></category>
<category><![CDATA[script type]]></category>
<category><![CDATA[text javascript]]></category>
<category><![CDATA[content type]]></category>
<category><![CDATA[text html]]></category>
<category><![CDATA[ajax]]></category>
<category><![CDATA[action gt]]></category>
<category><![CDATA[readystate]]></category>
<category><![CDATA[select name]]></category>
<category><![CDATA[option value]]></category>
<category><![CDATA[new option]]></category>
<category><![CDATA[language java]]></category>
<category><![CDATA[page language]]></category>
<category><![CDATA[contenttype]]></category>
<category><![CDATA[cellspacing]]></category>
<category><![CDATA[html charset]]></category>
<category><![CDATA[root document]]></category>
<category><![CDATA[starting page]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/ajax-implementation-linked-the-drop-down-box-2-b/</guid>
		<description><![CDATA[This a classic example of ajax, ajax is the key lies. Nothing to add to that, look at the code below. index.jsp: SelectServlet.java: web.xml:]]></description>
		<content:encoded><![CDATA[This a classic example of ajax, ajax is the key lies. Nothing to add to that, look at the code below. index.jsp: SelectServlet.java: web.xml:				<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/ajax-implementation-linked-the-drop-down-box-2-b/</wfw:commentRss>
	</item>
		<item>
		<title>Using javascript / css implementation GridView alternate row background color. Click the line color</title>
		<link>http://www.codeweblog.com/using-javascript-css-implementation-gridview-alternate-row-background-color-click-the-line-color/</link>
		<comments>http://www.codeweblog.com/using-javascript-css-implementation-gridview-alternate-row-background-color-click-the-line-color/#comments</comments>
		<pubDate>Sat, 20 Jun 2009 18:20:01+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[AJAX]]></category>
		<category><![CDATA[lt]]></category>
<category><![CDATA[html xmlns]]></category>
<category><![CDATA[transitional dtd]]></category>
<category><![CDATA[ie7]]></category>
<category><![CDATA[background color]]></category>
<category><![CDATA[chaos]]></category>
<category><![CDATA[page language]]></category>
<category><![CDATA[execution]]></category>
<category><![CDATA[few days]]></category>
<category><![CDATA[javascript css]]></category>
<category><![CDATA[bad mood]]></category>
<category><![CDATA[css implementation]]></category>
<category><![CDATA[mouse selection]]></category>
<category><![CDATA[mouse point]]></category>
<category><![CDATA[style mouse]]></category>
<category><![CDATA[long long time]]></category>
<category><![CDATA[table style]]></category>
<category><![CDATA[train of thought]]></category>
<category><![CDATA[torment]]></category>
<category><![CDATA[complement]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/using-javascript-css-implementation-gridview-alternate-row-background-color-click-the-line-color/</guid>
		<description><![CDATA[Using javascript / css implementation GridView alternate row background color, click the line color Ask Bo a few days ago was found in someone clicks GridView question about the issue of line color, s ...]]></description>
		<content:encoded><![CDATA[Using javascript / css implementation GridView alternate row background color, click the line color Ask Bo a few days ago was found in someone clicks GridView question about the issue of line color, s ...				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<li><a href="http://www.codeweblog.com/hibernate-connection-pool-configuration/" title="Hibernate connection pool configuration">Hibernate connection pool configuration</a> 2009-02-27 10:01:35</li>
					<li><a href="http://www.codeweblog.com/hibernate-generic-generic-dao/" title="hibernate generic generic DAO">hibernate generic generic DAO</a> 2009-02-27 09:46:44</li>
					<li><a href="http://www.codeweblog.com/struts2-hibernate-spring-problem-user-log-in/" title="Struts2 + hibernate + spring problem user log in">Struts2 + hibernate + spring problem user log in</a> 2009-02-27 09:45:41</li>
					<li><a href="http://www.codeweblog.com/hibernate-secondary-cache/" title="Hibernate secondary cache">Hibernate secondary cache</a> 2009-02-27 09:45:24</li>
					<li><a href="http://www.codeweblog.com/hibernate-s-lazy-strategy/" title="Hibernate's lazy strategy">Hibernate's lazy strategy</a> 2009-02-27 09:44:43</li>
				</ul>
		</div>
		        ]]></content:encoded>
		<wfw:commentRss>http://www.codeweblog.com/using-javascript-css-implementation-gridview-alternate-row-background-color-click-the-line-color/</wfw:commentRss>
	</item>
		<item>
		<title>javaeye message box div ext</title>
		<link>http://www.codeweblog.com/javaeye-message-box-div-ext/</link>
		<comments>http://www.codeweblog.com/javaeye-message-box-div-ext/#comments</comments>
		<pubDate>Sat, 20 Jun 2009 00:15:05+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[AJAX]]></category>
		<category><![CDATA[lt]]></category>
<category><![CDATA[import java]]></category>
<category><![CDATA[java util]]></category>
<category><![CDATA[utf 8]]></category>
<category><![CDATA[script type]]></category>
<category><![CDATA[text javascript]]></category>
<category><![CDATA[w3c]]></category>
<category><![CDATA[span]]></category>
<category><![CDATA[charset]]></category>
<category><![CDATA[extjs]]></category>
<category><![CDATA[target]]></category>
<category><![CDATA[language java]]></category>
<category><![CDATA[link rel]]></category>
<category><![CDATA[background color]]></category>
<category><![CDATA[overflow]]></category>
<category><![CDATA[page language]]></category>
<category><![CDATA[css href]]></category>
<category><![CDATA[prototype prototype]]></category>
<category><![CDATA[message box]]></category>
<category><![CDATA[css tips]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/javaeye-message-box-div-ext/</guid>
		<description><![CDATA[javaeye message box div ext]]></description>
		<content:encoded><![CDATA[javaeye message box div ext				<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/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/javaeye-message-box-div-ext/</wfw:commentRss>
	</item>
		<item>
		<title>Login realize the basic framework ajax</title>
		<link>http://www.codeweblog.com/login-realize-the-basic-framework-ajax/</link>
		<comments>http://www.codeweblog.com/login-realize-the-basic-framework-ajax/#comments</comments>
		<pubDate>Fri, 12 Jun 2009 09:45:03+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[AJAX]]></category>
		<category><![CDATA[lt]]></category>
<category><![CDATA[java util]]></category>
<category><![CDATA[amp]]></category>
<category><![CDATA[utf 8]]></category>
<category><![CDATA[ioexception]]></category>
<category><![CDATA[public void]]></category>
<category><![CDATA[jsp]]></category>
<category><![CDATA[quot quot]]></category>
<category><![CDATA[interface]]></category>
<category><![CDATA[ajax]]></category>
<category><![CDATA[charset]]></category>
<category><![CDATA[printwriter]]></category>
<category><![CDATA[page language]]></category>
<category><![CDATA[cache control]]></category>
<category><![CDATA[string path]]></category>
<category><![CDATA[session request]]></category>
<category><![CDATA[password1]]></category>
<category><![CDATA[hair hair]]></category>
<category><![CDATA[adm]]></category>
<category><![CDATA[uid]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/login-realize-the-basic-framework-ajax/</guid>
		<description><![CDATA[Ajax read a lot of information online, learn ajax, also came to do their own hair hair a sign of the interface: servlet: public void doPost (HttpServletRequest request, HttpServletResponse response) t ...]]></description>
		<content:encoded><![CDATA[Ajax read a lot of information online, learn ajax, also came to do their own hair hair a sign of the interface: servlet: public void doPost (HttpServletRequest request, HttpServletResponse response) t ...				<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/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/login-realize-the-basic-framework-ajax/</wfw:commentRss>
	</item>
		<item>
		<title>ajax garbled English settlement question</title>
		<link>http://www.codeweblog.com/ajax-garbled-english-settlement-question/</link>
		<comments>http://www.codeweblog.com/ajax-garbled-english-settlement-question/#comments</comments>
		<pubDate>Fri, 12 Jun 2009 08:15:04+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[AJAX]]></category>
		<category><![CDATA[code lt]]></category>
<category><![CDATA[java util]]></category>
<category><![CDATA[utf 8]]></category>
<category><![CDATA[javax]]></category>
<category><![CDATA[script type]]></category>
<category><![CDATA[text javascript]]></category>
<category><![CDATA[text html]]></category>
<category><![CDATA[ajax]]></category>
<category><![CDATA[link rel]]></category>
<category><![CDATA[page language]]></category>
<category><![CDATA[cache control]]></category>
<category><![CDATA[string path]]></category>
<category><![CDATA[jsp code]]></category>
<category><![CDATA[xmlhttp]]></category>
<category><![CDATA[base href]]></category>
<category><![CDATA[servlet http]]></category>
<category><![CDATA[httpsession]]></category>
<category><![CDATA[keyword2 keyword3]]></category>
<category><![CDATA[personal information manager]]></category>
<category><![CDATA[english settlement]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/ajax-garbled-english-settlement-question/</guid>
		<description><![CDATA[Looked at a lot of on-line ajax garbled value of the problem and found a lot of hard to solve their own problems, after some chaos of their alley, finally get the following are my code: jsp code: &lt; ...]]></description>
		<content:encoded><![CDATA[Looked at a lot of on-line ajax garbled value of the problem and found a lot of hard to solve their own problems, after some chaos of their alley, finally get the following are my code: jsp code: &lt; ...				<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>
					<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/ajax-garbled-english-settlement-question/</wfw:commentRss>
	</item>
		<item>
		<title>Ajax without page refresh complete table additions and deletions to Edit name search to verify with the database source</title>
		<link>http://www.codeweblog.com/ajax-without-page-refresh-complete-table-additions-and-deletions-to-edit-name-search-to-verify-with-the-database-source/</link>
		<comments>http://www.codeweblog.com/ajax-without-page-refresh-complete-table-additions-and-deletions-to-edit-name-search-to-verify-with-the-database-source/#comments</comments>
		<pubDate>Thu, 11 Jun 2009 21:55:02+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[AJAX]]></category>
		<category><![CDATA[utf 8]]></category>
<category><![CDATA[jsp]]></category>
<category><![CDATA[script type]]></category>
<category><![CDATA[text javascript]]></category>
<category><![CDATA[ajax]]></category>
<category><![CDATA[xmlhttprequest]]></category>
<category><![CDATA[msxml2]]></category>
<category><![CDATA[style type]]></category>
<category><![CDATA[language java]]></category>
<category><![CDATA[link rel]]></category>
<category><![CDATA[background color]]></category>
<category><![CDATA[css styles]]></category>
<category><![CDATA[page language]]></category>
<category><![CDATA[css href]]></category>
<category><![CDATA[deletions]]></category>
<category><![CDATA[source index]]></category>
<category><![CDATA[source database]]></category>
<category><![CDATA[database source]]></category>
<category><![CDATA[new deal]]></category>
<category><![CDATA[view 1]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/ajax-without-page-refresh-complete-table-additions-and-deletions-to-edit-name-search-to-verify-with-the-database-source/</guid>
		<description><![CDATA[Ajax without page refresh complete table additions and deletions to Edit name search to verify with the database source Attachment can download add-source database, whether they watch download require ...]]></description>
		<content:encoded><![CDATA[Ajax without page refresh complete table additions and deletions to Edit name search to verify with the database source Attachment can download add-source database, whether they watch download require ...				<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/ajax-without-page-refresh-complete-table-additions-and-deletions-to-edit-name-search-to-verify-with-the-database-source/</wfw:commentRss>
	</item>
		<item>
		<title>Ajax drop-down box to achieve the secondary linkage</title>
		<link>http://www.codeweblog.com/ajax-drop-down-box-to-achieve-the-secondary-linkage/</link>
		<comments>http://www.codeweblog.com/ajax-drop-down-box-to-achieve-the-secondary-linkage/#comments</comments>
		<pubDate>Sun, 07 Jun 2009 14:35:01+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[AJAX]]></category>
		<category><![CDATA[utf 8]]></category>
<category><![CDATA[script type]]></category>
<category><![CDATA[text javascript]]></category>
<category><![CDATA[ajax]]></category>
<category><![CDATA[action gt]]></category>
<category><![CDATA[readystate]]></category>
<category><![CDATA[select name]]></category>
<category><![CDATA[option value]]></category>
<category><![CDATA[new option]]></category>
<category><![CDATA[language java]]></category>
<category><![CDATA[page language]]></category>
<category><![CDATA[contenttype]]></category>
<category><![CDATA[cellspacing]]></category>
<category><![CDATA[project structure]]></category>
<category><![CDATA[amp nbsp]]></category>
<category><![CDATA[html charset]]></category>
<category><![CDATA[linkage project]]></category>
<category><![CDATA[root document]]></category>
<category><![CDATA[structure index]]></category>
<category><![CDATA[starting page]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/ajax-drop-down-box-to-achieve-the-secondary-linkage/</guid>
		<description><![CDATA[Project structure: index.jsp: SelectServlet.java: Web.xml:]]></description>
		<content:encoded><![CDATA[Project structure: index.jsp: SelectServlet.java: Web.xml:				<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/ajax-drop-down-box-to-achieve-the-secondary-linkage/</wfw:commentRss>
	</item>
		<item>
		<title>ajax Analog comet</title>
		<link>http://www.codeweblog.com/ajax-analog-comet/</link>
		<comments>http://www.codeweblog.com/ajax-analog-comet/#comments</comments>
		<pubDate>Wed, 27 May 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[httpservletrequest]]></category>
<category><![CDATA[servletexception]]></category>
<category><![CDATA[ioexception]]></category>
<category><![CDATA[gt 3]]></category>
<category><![CDATA[script type]]></category>
<category><![CDATA[readystate]]></category>
<category><![CDATA[language java]]></category>
<category><![CDATA[public void init]]></category>
<category><![CDATA[printwriter]]></category>
<category><![CDATA[page language]]></category>
<category><![CDATA[httpservlet]]></category>
<category><![CDATA[stringbuffer]]></category>
<category><![CDATA[analog data]]></category>
<category><![CDATA[time math]]></category>
<category><![CDATA[server push]]></category>
<category><![CDATA[true system]]></category>
<category><![CDATA[data server]]></category>
<category><![CDATA[bad advice]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/ajax-analog-comet/</guid>
		<description><![CDATA[Analog data server push, nothing to add to that look at the code I wrote is very easy to understand, please write a lot of bad advice servlet: jsp page:]]></description>
		<content:encoded><![CDATA[Analog data server push, nothing to add to that look at the code I wrote is very easy to understand, please write a lot of bad advice servlet: jsp page:				<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/ajax-analog-comet/</wfw:commentRss>
	</item>
		<item>
		<title>JavaScript in form.submit () does not respond to questions submitted</title>
		<link>http://www.codeweblog.com/javascript-in-form-submit-does-not-respond-to-questions-submitted/</link>
		<comments>http://www.codeweblog.com/javascript-in-form-submit-does-not-respond-to-questions-submitted/#comments</comments>
		<pubDate>Wed, 06 May 2009 03:20:02+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[AJAX]]></category>
		<category><![CDATA[import java]]></category>
<category><![CDATA[script type]]></category>
<category><![CDATA[text javascript]]></category>
<category><![CDATA[link href]]></category>
<category><![CDATA[fckeditor]]></category>
<category><![CDATA[language java]]></category>
<category><![CDATA[jsp usebean]]></category>
<category><![CDATA[page language]]></category>
<category><![CDATA[string username]]></category>
<category><![CDATA[string path]]></category>
<category><![CDATA[form1]]></category>
<category><![CDATA[string message]]></category>
<category><![CDATA[null message]]></category>
<category><![CDATA[alert message]]></category>
<category><![CDATA[body margin]]></category>
<category><![CDATA[path string]]></category>
<category><![CDATA[method request]]></category>
<category><![CDATA[message string]]></category>
<category><![CDATA[string method]]></category>
<category><![CDATA[fck]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/javascript-in-form-submit-does-not-respond-to-questions-submitted/</guid>
		<description><![CDATA[Shouted HELP ~ ah ~ ~ do not know why not submit submit, servlet category does not reflect, note web.xml in the relevant configuration information is accurate. ~ Graduation design anxious]]></description>
		<content:encoded><![CDATA[Shouted HELP ~ ah ~ ~ do not know why not submit submit, servlet category does not reflect, note web.xml in the relevant configuration information is accurate. ~ Graduation design anxious				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<li><a href="http://www.codeweblog.com/in-the-servlet-use-bean/" title="In the servlet use Bean">In the servlet use Bean</a> 2009-02-27 10:01:23</li>
					<li><a href="http://www.codeweblog.com/hibernate-generic-generic-dao/" title="hibernate generic generic DAO">hibernate generic generic DAO</a> 2009-02-27 09:46:44</li>
					<li><a href="http://www.codeweblog.com/servlet-brief-introduction/" title="Servlet brief introduction">Servlet brief introduction</a> 2009-02-27 09:46:20</li>
					<li><a href="http://www.codeweblog.com/first-hibernate-example/" title="First Hibernate Example">First Hibernate Example</a> 2009-02-27 09:46:02</li>
					<li><a href="http://www.codeweblog.com/struts2-hibernate-spring-problem-user-log-in/" title="Struts2 + hibernate + spring problem user log in">Struts2 + hibernate + spring problem user log in</a> 2009-02-27 09:45:41</li>
				</ul>
		</div>
		        ]]></content:encoded>
		<wfw:commentRss>http://www.codeweblog.com/javascript-in-form-submit-does-not-respond-to-questions-submitted/</wfw:commentRss>
	</item>
		<item>
		<title>AJAX and use five-step deal with garbled English!</title>
		<link>http://www.codeweblog.com/ajax-and-use-five-step-deal-with-garbled-english/</link>
		<comments>http://www.codeweblog.com/ajax-and-use-five-step-deal-with-garbled-english/#comments</comments>
		<pubDate>Wed, 06 May 2009 02:40:02+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[AJAX]]></category>
		<category><![CDATA[code lt]]></category>
<category><![CDATA[quot]]></category>
<category><![CDATA[script type]]></category>
<category><![CDATA[text javascript]]></category>
<category><![CDATA[google]]></category>
<category><![CDATA[html xmlns]]></category>
<category><![CDATA[transitional dtd]]></category>
<category><![CDATA[ajax]]></category>
<category><![CDATA[msxml2]]></category>
<category><![CDATA[safari]]></category>
<category><![CDATA[page language]]></category>
<category><![CDATA[page source]]></category>
<category><![CDATA[ie8]]></category>
<category><![CDATA[source html code]]></category>
<category><![CDATA[mode interaction]]></category>
<category><![CDATA[video excerpt]]></category>
<category><![CDATA[authentication procedures]]></category>
<category><![CDATA[technology portal]]></category>
<category><![CDATA[drawings]]></category>
<category><![CDATA[mozilla]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/ajax-and-use-five-step-deal-with-garbled-english/</guid>
		<description><![CDATA[From the &quot;AJAX technology portal&quot; on the video excerpt of the code, feel quite used drops down, and after the use of the AJAX directly in their own blog on the need to find, save GOOGLE time ...]]></description>
		<content:encoded><![CDATA[From the &quot;AJAX technology portal&quot; on the video excerpt of the code, feel quite used drops down, and after the use of the AJAX directly in their own blog on the need to find, save GOOGLE time ...				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<li><a href="http://www.codeweblog.com/spring-hibernate-oracle9i-to-read-and-write-clob/" title="spring + hibernate + oracle9i to read and write CLOB">spring + hibernate + oracle9i to read and write CLOB</a> 2009-02-27 11:21:19</li>
					<li><a href="http://www.codeweblog.com/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/in-the-servlet-use-bean/" title="In the servlet use Bean">In the servlet use Bean</a> 2009-02-27 10:01:23</li>
					<li><a href="http://www.codeweblog.com/hibernate-secondary-cache/" title="Hibernate secondary cache">Hibernate secondary cache</a> 2009-02-27 09:45:24</li>
					<li><a href="http://www.codeweblog.com/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/ajax-and-use-five-step-deal-with-garbled-english/</wfw:commentRss>
	</item>
		<item>
		<title>asp.net + javascript + css (imitating the drag google personalized page layout)</title>
		<link>http://www.codeweblog.com/asp-net-javascript-css-imitating-the-drag-google-personalized-page-layout/</link>
		<comments>http://www.codeweblog.com/asp-net-javascript-css-imitating-the-drag-google-personalized-page-layout/#comments</comments>
		<pubDate>Tue, 14 Apr 2009 01:50:01+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[AJAX]]></category>
		<category><![CDATA[lt]]></category>
<category><![CDATA[database structure]]></category>
<category><![CDATA[script src]]></category>
<category><![CDATA[google]]></category>
<category><![CDATA[aspx]]></category>
<category><![CDATA[meta content]]></category>
<category><![CDATA[page language]]></category>
<category><![CDATA[comma]]></category>
<category><![CDATA[page layout]]></category>
<category><![CDATA[microsoft visual studio]]></category>
<category><![CDATA[front desk]]></category>
<category><![CDATA[page id number]]></category>
<category><![CDATA[winname]]></category>
<category><![CDATA[window html]]></category>
<category><![CDATA[structure table]]></category>
<category><![CDATA[sina]]></category>
<category><![CDATA[code language]]></category>
<category><![CDATA[window 1]]></category>
<category><![CDATA[schemas]]></category>
<category><![CDATA[tin]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/asp-net-javascript-css-imitating-the-drag-google-personalized-page-layout/</guid>
		<description><![CDATA[Comparing the content of many, the main are javascript code, the code from Tin&#39;s are on the google and under get better Translation: His blog http://www.blogjava.net/iamtin And I used the database ...]]></description>
		<content:encoded><![CDATA[Comparing the content of many, the main are javascript code, the code from Tin&#39;s are on the google and under get better Translation: His blog http://www.blogjava.net/iamtin And I used the database ...				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<li><a href="http://www.codeweblog.com/hibernate-connection-pool-configuration/" title="Hibernate connection pool configuration">Hibernate connection pool configuration</a> 2009-02-27 10:01:35</li>
					<li><a href="http://www.codeweblog.com/hibernate-generic-generic-dao/" title="hibernate generic generic DAO">hibernate generic generic DAO</a> 2009-02-27 09:46:44</li>
					<li><a href="http://www.codeweblog.com/struts2-hibernate-spring-problem-user-log-in/" title="Struts2 + hibernate + spring problem user log in">Struts2 + hibernate + spring problem user log in</a> 2009-02-27 09:45:41</li>
					<li><a href="http://www.codeweblog.com/hibernate-secondary-cache/" title="Hibernate secondary cache">Hibernate secondary cache</a> 2009-02-27 09:45:24</li>
					<li><a href="http://www.codeweblog.com/hibernate-s-lazy-strategy/" title="Hibernate's lazy strategy">Hibernate's lazy strategy</a> 2009-02-27 09:44:43</li>
				</ul>
		</div>
		        ]]></content:encoded>
		<wfw:commentRss>http://www.codeweblog.com/asp-net-javascript-css-imitating-the-drag-google-personalized-page-layout/</wfw:commentRss>
	</item>
		<item>
		<title>JQuery js-based Google Suggest mimic the dynamics of the drop-down menu</title>
		<link>http://www.codeweblog.com/jquery-js-based-google-suggest-mimic-the-dynamics-of-the-drop-down-menu/</link>
		<comments>http://www.codeweblog.com/jquery-js-based-google-suggest-mimic-the-dynamics-of-the-drop-down-menu/#comments</comments>
		<pubDate>Thu, 26 Mar 2009 03:50:02+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[AJAX]]></category>
		<category><![CDATA[import java]]></category>
<category><![CDATA[java util]]></category>
<category><![CDATA[utf 8]]></category>
<category><![CDATA[script type]]></category>
<category><![CDATA[text javascript]]></category>
<category><![CDATA[google]]></category>
<category><![CDATA[keyword3]]></category>
<category><![CDATA[div]]></category>
<category><![CDATA[type button]]></category>
<category><![CDATA[input type text]]></category>
<category><![CDATA[language java]]></category>
<category><![CDATA[page language]]></category>
<category><![CDATA[control content]]></category>
<category><![CDATA[cache control]]></category>
<category><![CDATA[drop down menu]]></category>
<category><![CDATA[javascript auto]]></category>
<category><![CDATA[css border]]></category>
<category><![CDATA[gt 64]]></category>
<category><![CDATA[wor]]></category>
<category><![CDATA[px]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/jquery-js-based-google-suggest-mimic-the-dynamics-of-the-drop-down-menu/</guid>
		<description><![CDATA[JSP page JS file Servlet code Backgrounds JSP lose XML]]></description>
		<content:encoded><![CDATA[JSP page JS file Servlet code Backgrounds JSP lose XML				<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>
				</ul>
		</div>
		        ]]></content:encoded>
		<wfw:commentRss>http://www.codeweblog.com/jquery-js-based-google-suggest-mimic-the-dynamics-of-the-drop-down-menu/</wfw:commentRss>
	</item>
		<item>
		<title>AJAX to create dynamic forms example</title>
		<link>http://www.codeweblog.com/ajax-to-create-dynamic-forms-example/</link>
		<comments>http://www.codeweblog.com/ajax-to-create-dynamic-forms-example/#comments</comments>
		<pubDate>Mon, 16 Mar 2009 12:25:03+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[AJAX]]></category>
		<category><![CDATA[lt]]></category>
<category><![CDATA[utf 8]]></category>
<category><![CDATA[doctype]]></category>
<category><![CDATA[script type]]></category>
<category><![CDATA[text javascript]]></category>
<category><![CDATA[content type]]></category>
<category><![CDATA[text html]]></category>
<category><![CDATA[meta]]></category>
<category><![CDATA[w3c]]></category>
<category><![CDATA[ajax]]></category>
<category><![CDATA[input type]]></category>
<category><![CDATA[type button]]></category>
<category><![CDATA[language java]]></category>
<category><![CDATA[loose dtd]]></category>
<category><![CDATA[page language]]></category>
<category><![CDATA[contenttype]]></category>
<category><![CDATA[table document]]></category>
<category><![CDATA[tbody]]></category>
<category><![CDATA[iso 8859]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/ajax-to-create-dynamic-forms-example/</guid>
		<description><![CDATA[Beginners AJAX, put some little study of the record! For future reference]]></description>
		<content:encoded><![CDATA[Beginners AJAX, put some little study of the record! For future reference				<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/ajax-to-create-dynamic-forms-example/</wfw:commentRss>
	</item>
		<item>
		<title>Own JS component library</title>
		<link>http://www.codeweblog.com/own-js-component-library/</link>
		<comments>http://www.codeweblog.com/own-js-component-library/#comments</comments>
		<pubDate>Mon, 16 Mar 2009 11:25:03+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[AJAX]]></category>
		<category><![CDATA[import java]]></category>
<category><![CDATA[java util]]></category>
<category><![CDATA[utf 8]]></category>
<category><![CDATA[script language]]></category>
<category><![CDATA[text javascript]]></category>
<category><![CDATA[language javascript]]></category>
<category><![CDATA[keyword3]]></category>
<category><![CDATA[option value]]></category>
<category><![CDATA[language java]]></category>
<category><![CDATA[link rel]]></category>
<category><![CDATA[page language]]></category>
<category><![CDATA[css href]]></category>
<category><![CDATA[control content]]></category>
<category><![CDATA[cache control]]></category>
<category><![CDATA[string path]]></category>
<category><![CDATA[component library]]></category>
<category><![CDATA[input size]]></category>
<category><![CDATA[library component]]></category>
<category><![CDATA[own library]]></category>
<category><![CDATA[base href]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/own-js-component-library/</guid>
		<description><![CDATA[Component own library will first see their own JS function included into the JSP page, as follows:]]></description>
		<content:encoded><![CDATA[Component own library will first see their own JS function included into the JSP page, as follows:				<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>
				</ul>
		</div>
		        ]]></content:encoded>
		<wfw:commentRss>http://www.codeweblog.com/own-js-component-library/</wfw:commentRss>
	</item>
		<item>
		<title>Select the list of JS</title>
		<link>http://www.codeweblog.com/select-the-list-of-js/</link>
		<comments>http://www.codeweblog.com/select-the-list-of-js/#comments</comments>
		<pubDate>Tue, 10 Mar 2009 04:30:02+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[AJAX]]></category>
		<category><![CDATA[lt]]></category>
<category><![CDATA[import java]]></category>
<category><![CDATA[java util]]></category>
<category><![CDATA[doctype]]></category>
<category><![CDATA[script language]]></category>
<category><![CDATA[w3c]]></category>
<category><![CDATA[language javascript]]></category>
<category><![CDATA[td]]></category>
<category><![CDATA[gbk]]></category>
<category><![CDATA[div]]></category>
<category><![CDATA[input type]]></category>
<category><![CDATA[language java]]></category>
<category><![CDATA[page language]]></category>
<category><![CDATA[string path]]></category>
<category><![CDATA[22222]]></category>
<category><![CDATA[33333]]></category>
<category><![CDATA[table border]]></category>
<category><![CDATA[44444]]></category>
<category><![CDATA[11111]]></category>
<category><![CDATA[cb]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/select-the-list-of-js/</guid>
		<description><![CDATA[Select the list of JS]]></description>
		<content:encoded><![CDATA[Select the list of JS				<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/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/select-the-list-of-js/</wfw:commentRss>
	</item>
		<item>
		<title>javascript form validation (1)</title>
		<link>http://www.codeweblog.com/javascript-form-validation-1/</link>
		<comments>http://www.codeweblog.com/javascript-form-validation-1/#comments</comments>
		<pubDate>Tue, 10 Mar 2009 01:20:02+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[AJAX]]></category>
		<category><![CDATA[lt]]></category>
<category><![CDATA[java util]]></category>
<category><![CDATA[amp]]></category>
<category><![CDATA[utf 8]]></category>
<category><![CDATA[script language]]></category>
<category><![CDATA[meta]]></category>
<category><![CDATA[math]]></category>
<category><![CDATA[y quot]]></category>
<category><![CDATA[form validation]]></category>
<category><![CDATA[aa]]></category>
<category><![CDATA[page language]]></category>
<category><![CDATA[document write]]></category>
<category><![CDATA[quot quot quot quot]]></category>
<category><![CDATA[array length]]></category>
<category><![CDATA[num code]]></category>
<category><![CDATA[string code]]></category>
<category><![CDATA[random code]]></category>
<category><![CDATA[parseint]]></category>
<category><![CDATA[ss]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/javascript-form-validation-1/</guid>
		<description><![CDATA[&lt;% @ Page language = &quot;java&quot; import = &quot;java.util .*&quot; pageEncoding = &quot;utf-8&quot;%&gt; &lt;! DOCTYPE HTML PUBLIC &quot;- / / W3C / / DTD HTML 4.0 Transitional / / EN&quot;&gt ...]]></description>
		<content:encoded><![CDATA[&lt;% @ Page language = &quot;java&quot; import = &quot;java.util .*&quot; pageEncoding = &quot;utf-8&quot;%&gt; &lt;! DOCTYPE HTML PUBLIC &quot;- / / W3C / / DTD HTML 4.0 Transitional / / EN&quot;&gt ...				<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/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-form-validation-1/</wfw:commentRss>
	</item>
		<item>
		<title>ajax + struts cascade without databases, an absolute example of the effect can be seen</title>
		<link>http://www.codeweblog.com/ajax-struts-cascade-without-databases-an-absolute-example-of-the-effect-can-be-seen/</link>
		<comments>http://www.codeweblog.com/ajax-struts-cascade-without-databases-an-absolute-example-of-the-effect-can-be-seen/#comments</comments>
		<pubDate>Sun, 08 Mar 2009 04:50:02+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[AJAX]]></category>
		<category><![CDATA[cascade]]></category>
<category><![CDATA[utf 8]]></category>
<category><![CDATA[doctype]]></category>
<category><![CDATA[script language]]></category>
<category><![CDATA[text javascript]]></category>
<category><![CDATA[ajax]]></category>
<category><![CDATA[language javascript]]></category>
<category><![CDATA[keyword3]]></category>
<category><![CDATA[readystate]]></category>
<category><![CDATA[taglib]]></category>
<category><![CDATA[prefix]]></category>
<category><![CDATA[struts apache]]></category>
<category><![CDATA[language java]]></category>
<category><![CDATA[link rel]]></category>
<category><![CDATA[page language]]></category>
<category><![CDATA[html lang]]></category>
<category><![CDATA[css href]]></category>
<category><![CDATA[control content]]></category>
<category><![CDATA[cache control]]></category>
<category><![CDATA[tiles]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/ajax-struts-cascade-without-databases-an-absolute-example-of-the-effect-can-be-seen/</guid>
		<description><![CDATA[jsp file action document]]></description>
		<content:encoded><![CDATA[jsp file action document				<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/hibernate-annotation-using-notebook/" title="Hibernate annotation using notebook">Hibernate annotation using notebook</a> 2009-02-27 09:45:46</li>
				</ul>
		</div>
		        ]]></content:encoded>
		<wfw:commentRss>http://www.codeweblog.com/ajax-struts-cascade-without-databases-an-absolute-example-of-the-effect-can-be-seen/</wfw:commentRss>
	</item>
		<item>
		<title>and analysis of the use of DWR</title>
		<link>http://www.codeweblog.com/and-analysis-of-the-use-of-dwr/</link>
		<comments>http://www.codeweblog.com/and-analysis-of-the-use-of-dwr/#comments</comments>
		<pubDate>Fri, 06 Mar 2009 02:40:02+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[AJAX]]></category>
		<category><![CDATA[string name]]></category>
<category><![CDATA[xml documents]]></category>
<category><![CDATA[public string]]></category>
<category><![CDATA[lt xml]]></category>
<category><![CDATA[servlet class]]></category>
<category><![CDATA[doctype]]></category>
<category><![CDATA[param name]]></category>
<category><![CDATA[init]]></category>
<category><![CDATA[lib directory]]></category>
<category><![CDATA[content type]]></category>
<category><![CDATA[source code package]]></category>
<category><![CDATA[invoker]]></category>
<category><![CDATA[test1]]></category>
<category><![CDATA[dwr]]></category>
<category><![CDATA[page language]]></category>
<category><![CDATA[jsp example]]></category>
<category><![CDATA[gb18030]]></category>
<category><![CDATA[javascript object]]></category>
<category><![CDATA[javascript library]]></category>
<category><![CDATA[library name]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/and-analysis-of-the-use-of-dwr/</guid>
		<description><![CDATA[1. Download dwr.jar, to add it to WEB-INF/lib directory 2. Modify web.xml file, add the mapping DWRServlet &lt;servlet&gt; &lt;servlet-name&gt; dwr-invoker &lt;/ servlet-name&gt; &lt;servlet-class&gt; ...]]></description>
		<content:encoded><![CDATA[1. Download dwr.jar, to add it to WEB-INF/lib directory 2. Modify web.xml file, add the mapping DWRServlet &lt;servlet&gt; &lt;servlet-name&gt; dwr-invoker &lt;/ servlet-name&gt; &lt;servlet-class&gt; ...				<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/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/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/and-analysis-of-the-use-of-dwr/</wfw:commentRss>
	</item>
		<item>
		<title>prototype Ajax + Servlet (attached Demo)</title>
		<link>http://www.codeweblog.com/prototype-ajax-servlet-attached-demo/</link>
		<comments>http://www.codeweblog.com/prototype-ajax-servlet-attached-demo/#comments</comments>
		<pubDate>Thu, 05 Mar 2009 20:55:01+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[AJAX]]></category>
		<category><![CDATA[import java]]></category>
<category><![CDATA[httpservletrequest]]></category>
<category><![CDATA[servletexception]]></category>
<category><![CDATA[script src]]></category>
<category><![CDATA[serialversionuid]]></category>
<category><![CDATA[test web]]></category>
<category><![CDATA[new activexobject]]></category>
<category><![CDATA[readystate]]></category>
<category><![CDATA[gbk]]></category>
<category><![CDATA[button name]]></category>
<category><![CDATA[input type text]]></category>
<category><![CDATA[language java]]></category>
<category><![CDATA[public void init]]></category>
<category><![CDATA[demo test]]></category>
<category><![CDATA[java location]]></category>
<category><![CDATA[loose dtd]]></category>
<category><![CDATA[printwriter]]></category>
<category><![CDATA[page language]]></category>
<category><![CDATA[httpservlet]]></category>
<category><![CDATA[contenttype]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/prototype-ajax-servlet-attached-demo/</guid>
		<description><![CDATA[Test WEB project set up prototype.js location WebContent / js / prototype.js Create test2.jsp location WebContent/test/test2.jsp Create PrototypeServlet.java location com.test.servlet web.xml configur ...]]></description>
		<content:encoded><![CDATA[Test WEB project set up prototype.js location WebContent / js / prototype.js Create test2.jsp location WebContent/test/test2.jsp Create PrototypeServlet.java location com.test.servlet web.xml configur ...				<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/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-ajax-servlet-attached-demo/</wfw:commentRss>
	</item>
	</channel>
</rss>
