<?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type="text/xsl" href="http://www.bytemycode.com/rssformat.xsl"?><rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/">
	<channel>
		<title>byteMyCode: Snippets for app</title>
		<link>http://www.bytemycode.com</link>
		<description>Snippets for this tag.</description>
		<pubDate>Sat, 25 May 2013 17:11:12 +0000</pubDate>
		<copyright>1998-2013 </copyright>
		<language>en-us</language>
		<image>
		      <link>http://www.bytemycode.com</link>
		      <url>http://www.bytemycode.com/img/rss_title.gif</url>
		      <title>byteMyCode</title>
		</image>

	<item>
	<title>Path Forward google app engine</title>
	<link>http://www.bytemycode.com/snippets/snippet/1095/</link>
	<comments>http://www.bytemycode.com/snippets/snippet/1095/comments/</comments>
	<pubDate>Mon, 26 Apr 2010 05:52:15 +0000</pubDate>
	<dc:creator>Cloudgen</dc:creator>
	<category>app, engine, Forward, google, Path</category>
	<guid isPermaLink="false">http://www.bytemycode.com/snippets/snippet/1095/</guid>
	<description>
		<![CDATA[

			<img src="http://www.bytemycode.com/img/icon_calendar.gif" align="middle" class="icon" alt="Date Submitted" /> Mon. Apr. 26th, 2010  5:52 AM			<br />
			<img src="http://www.bytemycode.com/img/icon_revision.gif" align="middle" class="icon" alt="Revision" /> <a href="http://www.bytemycode.com/snippets/snippet/1095/revisions/">1</a>
			<br />
			<img src="http://www.bytemycode.com/img/rank_scripter.gif" align="middle" class="icon" alt="Scripter" /> <a href="http://www.bytemycode.com/members/member/Cloudgen/" title="Scripter">Cloudgen</a>
			<br />
			<img src="http://www.bytemycode.com/img/icon_tag.gif" align="middle" class="icon" alt="Tags" /> <a href="http://www.bytemycode.com/tags/tag/app">app</a>&nbsp;|&nbsp;<a href="http://www.bytemycode.com/tags/tag/engine">engine</a>&nbsp;|&nbsp;<a href="http://www.bytemycode.com/tags/tag/Forward">Forward</a>&nbsp;|&nbsp;<a href="http://www.bytemycode.com/tags/tag/google">google</a>&nbsp;|&nbsp;<a href="http://www.bytemycode.com/tags/tag/Path">Path</a>			<br />
			<img src="http://www.bytemycode.com/img/icon_comments.gif" align="middle" class="icon" alt="Comments" /> <a href="http://www.bytemycode.com/snippets/snippet/1095/comments/">0 comments</a>
			<br />
			<img src="http://www.bytemycode.com/img/icon_ranking.gif" align="middle" class="icon" alt="Ranking" /> 1
			<p>t is quite convenient to use the Google App Engine to act as a Path Forward Application.  A "Path Forward Application" forward the request to target webserver, making it acting just like the target web site.<br /> <br />Actually, a "Path Forward Application" fetch the content of corresponding url in the target site together with the essential request parameters and return back the result to user. For Detail, please see <a href='http://app-engine-guide.buss.hk/demo/path-forward-by-python-google-app-engine' target="_blank">http://app-engine-guide.buss.hk</a>. <br /><br />For discussion of the code, see <a href='http://app-engine-guide.buss.hk/demo/path-forward-by-python-google-app-engine/mainpy' target="_blank">here</a></p>
		]]>
	</description>
</item>
	</channel>
</rss>