<?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>client request</title>
	<atom:link href="http://www.codeweblog.com/feed/tag/client-request/" rel="self" type="application/rss+xml" />
	<link>http://www.codeweblog.com/</link>
	<description>client request</description>
	<pubDate>Sun, 21 Mar 2010 23:48:54+0000</pubDate>
	<generator>http://www.codeweblog.com/</generator>
	<language>en</language>
		<item>
		<title>JForum source code analysis notes</title>
		<link>http://www.codeweblog.com/jforum-source-code-analysis-notes/</link>
		<comments>http://www.codeweblog.com/jforum-source-code-analysis-notes/#comments</comments>
		<pubDate>Fri, 12 Feb 2010 07:00:30+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[lt]]></category>
<category><![CDATA[public void]]></category>
<category><![CDATA[jdk]]></category>
<category><![CDATA[listener]]></category>
<category><![CDATA[servlet]]></category>
<category><![CDATA[attribute]]></category>
<category><![CDATA[implements]]></category>
<category><![CDATA[development environment]]></category>
<category><![CDATA[source code analysis]]></category>
<category><![CDATA[version id]]></category>
<category><![CDATA[client request]]></category>
<category><![CDATA[server response]]></category>
<category><![CDATA[hacks]]></category>
<category><![CDATA[tomcat5]]></category>
<category><![CDATA[static string]]></category>
<category><![CDATA[string filter]]></category>
<category><![CDATA[jforum]]></category>
<category><![CDATA[internal functions]]></category>
<category><![CDATA[lightbody]]></category>
<category><![CDATA[steil]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/jforum-source-code-analysis-notes/</guid>
		<description><![CDATA[My development environment: JForum2.1.8 tomcat5.X JDK 1.6X Routines can not be refined in order to start. From the beginning web.xml web.xml includes a filter, a listener, and two servlet, not much co ...]]></description>
		<content:encoded><![CDATA[My development environment: JForum2.1.8 tomcat5.X JDK 1.6X Routines can not be refined in order to start. From the beginning web.xml web.xml includes a filter, a listener, and two servlet, not much co ...				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<li><a href="http://www.codeweblog.com/hibernate-generic-generic-dao/" title="hibernate generic generic DAO">hibernate generic generic DAO</a> 2009-02-27 09:46:44</li>
					<li><a href="http://www.codeweblog.com/struts2-hibernate-spring-problem-user-log-in/" title="Struts2 + hibernate + spring problem user log in">Struts2 + hibernate + spring problem user log in</a> 2009-02-27 09:45:41</li>
					<li><a href="http://www.codeweblog.com/hibernate-secondary-cache/" title="Hibernate secondary cache">Hibernate secondary cache</a> 2009-02-27 09:45:24</li>
					<li><a href="http://www.codeweblog.com/hibernate-s-lazy-strategy/" title="Hibernate's lazy strategy">Hibernate's lazy strategy</a> 2009-02-27 09:44:43</li>
				</ul>
		</div>
		        ]]></content:encoded>
		<wfw:commentRss>http://www.codeweblog.com/jforum-source-code-analysis-notes/</wfw:commentRss>
	</item>
		<item>
		<title>Rails week 1 (d): Browser Cache</title>
		<link>http://www.codeweblog.com/rails-week-1-d-browser-cache/</link>
		<comments>http://www.codeweblog.com/rails-week-1-d-browser-cache/#comments</comments>
		<pubDate>Tue, 16 Jun 2009 22:45:02+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[Ruby]]></category>
		<category><![CDATA[google]]></category>
<category><![CDATA[cache cache]]></category>
<category><![CDATA[cache control]]></category>
<category><![CDATA[browser cache]]></category>
<category><![CDATA[client request]]></category>
<category><![CDATA[network bandwidth]]></category>
<category><![CDATA[three ways]]></category>
<category><![CDATA[priority class]]></category>
<category><![CDATA[model validation]]></category>
<category><![CDATA[validation model]]></category>
<category><![CDATA[server side validation]]></category>
<category><![CDATA[outdated model]]></category>
<category><![CDATA[apparent conflict]]></category>
<category><![CDATA[verification model]]></category>
<category><![CDATA[model server]]></category>
<category><![CDATA[explicit instructions]]></category>
<category><![CDATA[entity body]]></category>
<category><![CDATA[max age]]></category>
<category><![CDATA[places of worship]]></category>
<category><![CDATA[time limit]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/rails-week-1-d-browser-cache/</guid>
		<description><![CDATA[Note that we have talked about was the browser cache. About Rails server-side cache, after the special opening title to talk about it anymore. HTTP protocol to support Cache All in all, cache mechanis ...]]></description>
		<content:encoded><![CDATA[Note that we have talked about was the browser cache. About Rails server-side cache, after the special opening title to talk about it anymore. HTTP protocol to support Cache All in all, cache mechanis ...				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<li><a href="http://www.codeweblog.com/ruby-rails-system-calls-the-use-of-ping/" title="Ruby Rails system calls the use of Ping">Ruby Rails system calls the use of Ping</a> 2009-03-04 22:20:02</li>
					<li><a href="http://www.codeweblog.com/study-notes-hibernate-three-cache/" title="Study Notes Hibernate three (cache)">Study Notes Hibernate three (cache)</a> 2009-03-03 10:27:34</li>
					<li><a href="http://www.codeweblog.com/rails-source-code-analysis-4-request-response/" title="Rails source code analysis (4): Request / Response">Rails source code analysis (4): Request / Response</a> 2009-03-02 10:40:02</li>
					<li><a href="http://www.codeweblog.com/use-ext-js-to-read-the-jsonreader-complex-object-json/" title="Use Ext JS to read the JsonReader complex object json">Use Ext JS to read the JsonReader complex object json</a> 2009-02-27 18:50:03</li>
					<li><a href="http://www.codeweblog.com/noclassdeffounderror-javax-servlet-servlet/" title="NoClassDefFoundError: javax / servlet / Servlet">NoClassDefFoundError: javax / servlet / Servlet</a> 2009-02-27 13:50:42</li>
				</ul>
		</div>
		        ]]></content:encoded>
		<wfw:commentRss>http://www.codeweblog.com/rails-week-1-d-browser-cache/</wfw:commentRss>
	</item>
		<item>
		<title>Jquery problem in cross-domain AJAX</title>
		<link>http://www.codeweblog.com/jquery-problem-in-cross-domain-ajax/</link>
		<comments>http://www.codeweblog.com/jquery-problem-in-cross-domain-ajax/#comments</comments>
		<pubDate>Sun, 07 Jun 2009 20:55:01+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[AJAX]]></category>
		<category><![CDATA[amp]]></category>
<category><![CDATA[parameters]]></category>
<category><![CDATA[parameter values]]></category>
<category><![CDATA[callback function]]></category>
<category><![CDATA[ajax]]></category>
<category><![CDATA[server side]]></category>
<category><![CDATA[xxxx]]></category>
<category><![CDATA[direct access]]></category>
<category><![CDATA[cross border]]></category>
<category><![CDATA[few words]]></category>
<category><![CDATA[client request]]></category>
<category><![CDATA[jquery]]></category>
<category><![CDATA[project java]]></category>
<category><![CDATA[html data]]></category>
<category><![CDATA[url function]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/jquery-problem-in-cross-domain-ajax/</guid>
		<description><![CDATA[About one cross-border, there is a lot of online version and a lot of argument. . . Here I note a few words the main JQuery&#39;s AJAX cross-domain in question; 2 JQuery can achieve cross-domain AJAX  ...]]></description>
		<content:encoded><![CDATA[About one cross-border, there is a lot of online version and a lot of argument. . . Here I note a few words the main JQuery&#39;s AJAX cross-domain in question; 2 JQuery can achieve cross-domain AJAX  ...				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<li><a href="http://www.codeweblog.com/hibernate-inteceptor/" title="Hibernate Inteceptor">Hibernate Inteceptor</a> 2009-02-27 13:51:42</li>
					<li><a href="http://www.codeweblog.com/application-of-spring-struts2-0-hibernate-hql/" title="Application of spring struts2.0 hibernate HQL">Application of spring struts2.0 hibernate HQL</a> 2009-02-27 11:20:38</li>
					<li><a href="http://www.codeweblog.com/ruby-on-rails-routing-simple-examples/" title="Ruby on Rails Routing - Simple Examples">Ruby on Rails Routing - Simple Examples</a> 2009-02-27 10:35:03</li>
					<li><a href="http://www.codeweblog.com/can-not-be-represented-as-java-sql-timestamp/" title="can not be represented as java.sql.Timestamp">can not be represented as java.sql.Timestamp</a> 2009-02-27 09:46:14</li>
					<li><a href="http://www.codeweblog.com/struts2-hibernate-spring-problem-user-log-in/" title="Struts2 + hibernate + spring problem user log in">Struts2 + hibernate + spring problem user log in</a> 2009-02-27 09:45:41</li>
				</ul>
		</div>
		        ]]></content:encoded>
		<wfw:commentRss>http://www.codeweblog.com/jquery-problem-in-cross-domain-ajax/</wfw:commentRss>
	</item>
		<item>
		<title>dwr reverse ajax brief introduction</title>
		<link>http://www.codeweblog.com/dwr-reverse-ajax-brief-introduction/</link>
		<comments>http://www.codeweblog.com/dwr-reverse-ajax-brief-introduction/#comments</comments>
		<pubDate>Sun, 03 May 2009 02:10:02+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[AJAX]]></category>
		<category><![CDATA[access to data]]></category>
<category><![CDATA[ajax]]></category>
<category><![CDATA[two kinds]]></category>
<category><![CDATA[browser requests]]></category>
<category><![CDATA[dwr]]></category>
<category><![CDATA[server return]]></category>
<category><![CDATA[client request]]></category>
<category><![CDATA[server response]]></category>
<category><![CDATA[server load]]></category>
<category><![CDATA[server connections]]></category>
<category><![CDATA[interaction problem]]></category>
<category><![CDATA[three ways]]></category>
<category><![CDATA[comet data]]></category>
<category><![CDATA[timely interaction]]></category>
<category><![CDATA[browser capabilities]]></category>
<category><![CDATA[check configuration]]></category>
<category><![CDATA[direct solution]]></category>
<category><![CDATA[extreme examples]]></category>
<category><![CDATA[default mode]]></category>
<category><![CDATA[browser check]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/dwr-reverse-ajax-brief-introduction/</guid>
		<description><![CDATA[Ajax inversion DWR2.0 are a new feature, which provides asynchronous from the web server send data to the browser capabilities. The purpose of web browser instead of server connections, so timely acce ...]]></description>
		<content:encoded><![CDATA[Ajax inversion DWR2.0 are a new feature, which provides asynchronous from the web server send data to the browser capabilities. The purpose of web browser instead of server connections, so timely acce ...				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<li><a href="http://www.codeweblog.com/js-after-ajax-request-return-of-the-problem-can-not-be-implemented/" title="JS after ajax request return of the problem can not be implemented">JS after ajax request return of the problem can not be implemented</a> 2009-03-01 17:15:02</li>
					<li><a href="http://www.codeweblog.com/can-you-understand-programming-you-xp/" title="Can you understand programming you XP">Can you understand programming you XP</a> 2009-03-01 13:00:03</li>
					<li><a href="http://www.codeweblog.com/js-charts-extjs-implementation-tools-can-be-combined/" title="JS charts extjs implementation tools can be combined">JS charts extjs implementation tools can be combined</a> 2009-02-27 20:55:02</li>
					<li><a href="http://www.codeweblog.com/hibernate-pessimistic-locking-mechanism-for-locking-and-optimistic-locking/" title="Hibernate pessimistic locking mechanism for locking and optimistic locking">Hibernate pessimistic locking mechanism for locking and optimistic locking</a> 2009-02-27 12:33:53</li>
					<li><a href="http://www.codeweblog.com/great-collection-of-java-interview-topics/" title="Great collection of java interview topics">Great collection of java interview topics</a> 2009-02-27 09:44:32</li>
				</ul>
		</div>
		        ]]></content:encoded>
		<wfw:commentRss>http://www.codeweblog.com/dwr-reverse-ajax-brief-introduction/</wfw:commentRss>
	</item>
		<item>
		<title>The second stage of examination (HTML.Servlet.JSP.Javascript.Ajax.JQuery)</title>
		<link>http://www.codeweblog.com/the-second-stage-of-examination-html-servlet-jsp-javascript-ajax-jquery/</link>
		<comments>http://www.codeweblog.com/the-second-stage-of-examination-html-servlet-jsp-javascript-ajax-jquery/#comments</comments>
		<pubDate>Mon, 09 Mar 2009 21:10:02+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[AJAX]]></category>
		<category><![CDATA[access to data]]></category>
<category><![CDATA[servlet life cycle]]></category>
<category><![CDATA[server side]]></category>
<category><![CDATA[hello world]]></category>
<category><![CDATA[variable value]]></category>
<category><![CDATA[printwriter]]></category>
<category><![CDATA[servlet jsp]]></category>
<category><![CDATA[protocol client]]></category>
<category><![CDATA[chinese data]]></category>
<category><![CDATA[programming api]]></category>
<category><![CDATA[simple hello]]></category>
<category><![CDATA[url submission]]></category>
<category><![CDATA[html header]]></category>
<category><![CDATA[sensitive data]]></category>
<category><![CDATA[common names]]></category>
<category><![CDATA[chinese characters]]></category>
<category><![CDATA[client request]]></category>
<category><![CDATA[second stage]]></category>
<category><![CDATA[service delivery]]></category>
<category><![CDATA[security issues]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/the-second-stage-of-examination-html-servlet-jsp-javascript-ajax-jquery/</guid>
		<description><![CDATA[------------------------------------- Following is the pen questions (questions 2 points each) --- --------------------------------------------- 1. The use of HTTP protocol client request sent to the  ...]]></description>
		<content:encoded><![CDATA[------------------------------------- Following is the pen questions (questions 2 points each) --- --------------------------------------------- 1. The use of HTTP protocol client request sent to the  ...				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<li><a href="http://www.codeweblog.com/jquery-ajax-example/" title="jquery ajax example">jquery ajax example</a> 2009-03-01 19:15:02</li>
					<li><a href="http://www.codeweblog.com/lighttpd-fastcgi-built-a-server-how-to-preserve-the-status-of-server/" title="lighttpd + fastcgi built a server how to preserve the status of server">lighttpd + fastcgi built a server how to preserve the status of server</a> 2009-02-28 16:15:02</li>
					<li><a href="http://www.codeweblog.com/some-interview-questions-java/" title="Some interview questions java">Some interview questions java</a> 2009-02-27 12:34:14</li>
					<li><a href="http://www.codeweblog.com/hibernate-pessimistic-locking-mechanism-for-locking-and-optimistic-locking/" title="Hibernate pessimistic locking mechanism for locking and optimistic locking">Hibernate pessimistic locking mechanism for locking and optimistic locking</a> 2009-02-27 12:33:53</li>
					<li><a href="http://www.codeweblog.com/great-collection-of-java-interview-topics/" title="Great collection of java interview topics">Great collection of java interview topics</a> 2009-02-27 09:44:32</li>
				</ul>
		</div>
		        ]]></content:encoded>
		<wfw:commentRss>http://www.codeweblog.com/the-second-stage-of-examination-html-servlet-jsp-javascript-ajax-jquery/</wfw:commentRss>
	</item>
	</channel>
</rss>
