<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Fetch1.com &#187; why servlets are server Extensions ?</title>
	<atom:link href="http://fetch1.com/tag/why-servlets-are-server-extensions/feed" rel="self" type="application/rss+xml" />
	<link>http://fetch1.com</link>
	<description>Priyank Maniar&#039;s Weblog on Blogging, Programming, Windows, Technology and other stuff.</description>
	<lastBuildDate>Thu, 21 Jan 2010 23:49:19 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>why servlets are server Extensions ?</title>
		<link>http://fetch1.com/why-servlets-are-server-extensions/109</link>
		<comments>http://fetch1.com/why-servlets-are-server-extensions/109#comments</comments>
		<pubDate>Tue, 15 Sep 2009 20:58:30 +0000</pubDate>
		<dc:creator>fetch1</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[why servlets are server Extensions ?]]></category>

		<guid isPermaLink="false">http://fetch1.com/?p=109</guid>
		<description><![CDATA[It is because you write your own code to handle the HTTP request and send response accordingly, which server makes use of as per the need. It is because with the help of servlet you can extend the capability of server. Not just Http capability but with your own implementation you can make server to [...]]]></description>
			<content:encoded><![CDATA[<p>It is because you write your own code to handle the HTTP request and send response accordingly, which server makes use of as per the need.</p>
<p>It is because with the help of servlet you can extend the capability of server. Not just Http capability but with your own implementation you can make server to serve different protocol requests too. One fundamental thing we must note here is Servlet is a specification that defines the abilities of a web application on webserver.</p>
<p>servlet are basically the server side programs. whenever we send a request from our browser it is then sent to the web server which finds the corresponding page (html,jpeg etc.). However the web server are meant moreover for the static content i.e. if the content is available in the server then it will sent back.</p>
<p>In the Case of Servlets the web server maps the request to the servlet which has some logic.</p>
<p>web server is not just for static content, it can serve dynamic content using web components like servlet, jsp</p>
<p><strong>Server Extention</strong></p>
<p>They are called Simply Server Extention Because using them U can Extend the server ie u can extend the server functionality.<br />
A web server has limited functionality<br />
as it can&#8217;t do atleast two tasks<br />
1) Cannot add somethng to database<br />
2) Cannot generate on-demand/on-the fly/dynamic web pages.<br />
Servets perform these tasks ( and much more also) that is why they are commonly called Server Extentions.<strong><br />
</strong></p>
<p><strong></strong></p>
<script type="text/javascript" class="owbutton" src="http://onlywire.com/button" title="why servlets are server Extensions ?" url="http://fetch1.com/why-servlets-are-server-extensions/109"></script><h3  class="related_post_title">Random Posts</h3><ul class="related_post"><li><a href="http://fetch1.com/shortcut-key-for-opening-new-tab-in-a-browser/33" title="Shortcut key for opening New Tab in a Browser?">Shortcut key for opening New Tab in a Browser?</a></li><li><a href="http://fetch1.com/is-parsbux-legitscam/81" title="Is Parsbux Legit/Scam?">Is Parsbux Legit/Scam?</a></li><li><a href="http://fetch1.com/how-to-prevent-ies-history-from-getting-deleted/59" title="How to Prevent IE&#8217;s History from getting deleted?">How to Prevent IE&#8217;s History from getting deleted?</a></li><li><a href="http://fetch1.com/how-to-make-an-autorun-file-for-cd/55" title="How to make An Autorun file for CD?">How to make An Autorun file for CD?</a></li><li><a href="http://fetch1.com/prevent-pendrive-viruses/52" title="Prevent PenDrive Viruses">Prevent PenDrive Viruses</a></li><li><a href="http://fetch1.com/review-of-ajab-prem-ki-ghazab-kahani/150" title="Review of Ajab Prem ki Ghazab Kahani">Review of Ajab Prem ki Ghazab Kahani</a></li><li><a href="http://fetch1.com/google-talks-and-orkuts-secret-tricks-and-smileys/177" title="Google talk&#8217;s and Orkut&#8217;s secret Tricks and smileys">Google talk&#8217;s and Orkut&#8217;s secret Tricks and smileys</a></li><li><a href="http://fetch1.com/worlds-most-smallest-batch-virus/44" title="World&#8217;s Most smallest Batch Virus">World&#8217;s Most smallest Batch Virus</a></li><li><a href="http://fetch1.com/how-to-make-a-folder-delete-protected/57" title="How to make a folder delete protected?">How to make a folder delete protected?</a></li><li><a href="http://fetch1.com/how-to-enable-avatar-in-phpbb/16" title="How to Enable Avatar in PHPBB?">How to Enable Avatar in PHPBB?</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://fetch1.com/why-servlets-are-server-extensions/109/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
