<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>JavaPrograming</title>
	<atom:link href="http://javaprograming.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://javaprograming.wordpress.com</link>
	<description>Java Programing : Java  Interview Question,CoreJava-EJB-Hibernate-JDBC-JSP-Servlet-Struts-WebServices-JSF-Spring-Ajax-Dojo-Flex-Ant</description>
	<lastBuildDate>Wed, 29 Apr 2009 11:01:48 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='javaprograming.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>JavaPrograming</title>
		<link>http://javaprograming.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://javaprograming.wordpress.com/osd.xml" title="JavaPrograming" />
	<atom:link rel='hub' href='http://javaprograming.wordpress.com/?pushpress=hub'/>
		<item>
		<title>How do I get the name of the currently executing script?</title>
		<link>http://javaprograming.wordpress.com/2009/04/29/how-do-i-get-the-name-of-the-currently-executing-script/</link>
		<comments>http://javaprograming.wordpress.com/2009/04/29/how-do-i-get-the-name-of-the-currently-executing-script/#comments</comments>
		<pubDate>Wed, 29 Apr 2009 11:01:48 +0000</pubDate>
		<dc:creator>javaprograming</dc:creator>
				<category><![CDATA[1]]></category>

		<guid isPermaLink="false">http://javaprograming.wordpress.com/2009/04/29/how-do-i-get-the-name-of-the-currently-executing-script/</guid>
		<description><![CDATA[Use request.getRequestURI() or req.getServletPath(). The former returns the path to the script including any extra path information following the name of the servlet; the latter strips the extra path info.   The following example demonstrates it:    URL  http://www.host.com/servlets/HelloEcho/extra/info?height=100&#38;width=200    getRequestURI   /servlets/HelloEcho/extra/info  getServletPath  /servlets/HelloEcho  getPathInfo     /extra/info  getQueryString  height=100&#38;width=200     This is useful if your [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=javaprograming.wordpress.com&amp;blog=6912052&amp;post=156&amp;subd=javaprograming&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p class="MsoNormal" style="line-height:normal;margin:0;"><span style="font-size:10pt;font-family:&quot;">Use request.getRequestURI() or req.getServletPath(). The former returns the path to the script including any extra path information following the name of the servlet; the latter strips the extra path info.</span></p>
<p class="MsoNormal" style="line-height:normal;margin:0;"><span style="font-size:10pt;font-family:&quot;"> </span></p>
<p class="MsoNormal" style="line-height:normal;margin:0;"><span style="font-size:10pt;font-family:&quot;">The following example demonstrates it:</span></p>
<p class="MsoNormal" style="line-height:normal;margin:0;"><span style="font-size:10pt;font-family:&quot;"> </span></p>
<p class="MsoNormal" style="line-height:normal;margin:0;"><span style="font-size:10pt;font-family:&quot;"><span> </span>URL<span>  </span>http://www.host.com/servlets/HelloEcho/extra/info?height=100&amp;width=200</span></p>
<p class="MsoNormal" style="line-height:normal;margin:0;"><span style="font-size:10pt;font-family:&quot;"> </span></p>
<p class="MsoNormal" style="line-height:normal;margin:0;"><span style="font-size:10pt;font-family:&quot;"><span> </span>getRequestURI<span>   </span>/servlets/HelloEcho/extra/info</span></p>
<p class="MsoNormal" style="line-height:normal;margin:0;"><span style="font-size:10pt;font-family:&quot;"><span> </span>getServletPath<span>  </span>/servlets/HelloEcho</span></p>
<p class="MsoNormal" style="line-height:normal;margin:0;"><span style="font-size:10pt;font-family:&quot;"><span> </span>getPathInfo<span>     </span>/extra/info</span></p>
<p class="MsoNormal" style="line-height:normal;margin:0;"><span style="font-size:10pt;font-family:&quot;"><span> </span>getQueryString<span>  </span>height=100&amp;width=200</span></p>
<p class="MsoNormal" style="line-height:normal;margin:0;"><span style="font-size:10pt;font-family:&quot;"><span> </span></span></p>
<p class="MsoNormal" style="line-height:normal;margin:0;"><span style="font-size:10pt;font-family:&quot;"> </span></p>
<p class="MsoNormal" style="line-height:normal;margin:0;"><span style="font-size:10pt;font-family:&quot;">This is useful if your form is self-referential; that is, it generates a form which calls itself again.</span></p>
<p class="MsoNormal" style="line-height:normal;margin:0;"><span style="font-size:10pt;font-family:&quot;">For example:</span></p>
<p class="MsoNormal" style="line-height:normal;margin:0;"><span style="font-size:10pt;font-family:&quot;"> </span></p>
<p class="MsoNormal" style="line-height:normal;margin:0;"><span style="font-size:10pt;font-family:&quot;"><span> </span>out.println(&#8220;&lt;FORM METHOD=POST ACTION=\&#8221;" + request.encodeURL(req.getServletPath()) + &#8220;\&#8221;&gt;&#8221;);</span></p>
<p class="MsoNormal" style="line-height:normal;margin:0;"><span style="font-size:10pt;font-family:&quot;"><span> </span>out.println(&#8220;&lt;INPUT NAME=value&gt;&#8221;);</span></p>
<p class="MsoNormal" style="line-height:normal;margin:0;"><span style="font-size:10pt;font-family:&quot;"><span> </span>out.println(&#8220;&lt;INPUT TYPE=submit&gt;&#8221;);</span></p>
<p class="MsoNormal" style="line-height:normal;margin:0;"><span style="font-size:10pt;font-family:&quot;"><span> </span>out.println(&#8220;&lt;/FORM&gt;&#8221;);</span></p>
<p class="MsoNormal" style="line-height:normal;margin:0;"><span style="font-size:10pt;font-family:&quot;"> </span></p>
<p class="MsoNormal" style="line-height:normal;margin:0;"><span style="font-size:10pt;font-family:&quot;">Note: encodeURL() adds session information if necessary. </span></p>
<p class="MsoNormal" style="line-height:normal;margin:0;"><span style="font-size:10pt;font-family:&quot;"> </span></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/javaprograming.wordpress.com/156/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/javaprograming.wordpress.com/156/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/javaprograming.wordpress.com/156/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/javaprograming.wordpress.com/156/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/javaprograming.wordpress.com/156/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/javaprograming.wordpress.com/156/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/javaprograming.wordpress.com/156/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/javaprograming.wordpress.com/156/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/javaprograming.wordpress.com/156/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/javaprograming.wordpress.com/156/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/javaprograming.wordpress.com/156/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/javaprograming.wordpress.com/156/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/javaprograming.wordpress.com/156/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/javaprograming.wordpress.com/156/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=javaprograming.wordpress.com&amp;blog=6912052&amp;post=156&amp;subd=javaprograming&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://javaprograming.wordpress.com/2009/04/29/how-do-i-get-the-name-of-the-currently-executing-script/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/ce3a848d84479333c708c8907582cf18?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">javaprograming</media:title>
		</media:content>
	</item>
		<item>
		<title>What is inter-servlet communication?</title>
		<link>http://javaprograming.wordpress.com/2009/04/29/what-is-inter-servlet-communication/</link>
		<comments>http://javaprograming.wordpress.com/2009/04/29/what-is-inter-servlet-communication/#comments</comments>
		<pubDate>Wed, 29 Apr 2009 11:01:06 +0000</pubDate>
		<dc:creator>javaprograming</dc:creator>
				<category><![CDATA[Servlets]]></category>

		<guid isPermaLink="false">http://javaprograming.wordpress.com/2009/04/29/what-is-inter-servlet-communication/</guid>
		<description><![CDATA[As the name says it, it is communication between servlets. Servlets talking to each other. There are many ways to communicate between servlets, including :       * Request Dispatching     * HTTP Redirect     * Servlet Chaining     * HTTP request (using sockets or the URLConnection class)     * Shared session, request, or application [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=javaprograming.wordpress.com&amp;blog=6912052&amp;post=155&amp;subd=javaprograming&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p class="MsoNormal" style="line-height:normal;margin:0;"><span style="font-size:10pt;font-family:&quot;">As the name says it, it is communication between servlets. Servlets talking to each other.</span></p>
<p class="MsoNormal" style="line-height:normal;margin:0;"><span style="font-size:10pt;font-family:&quot;">There are many ways to communicate between servlets, including :</span></p>
<p class="MsoNormal" style="line-height:normal;margin:0;"><span style="font-size:10pt;font-family:&quot;"> </span></p>
<p class="MsoNormal" style="line-height:normal;margin:0;"><span style="font-size:10pt;font-family:&quot;"><span>    </span>* Request Dispatching</span></p>
<p class="MsoNormal" style="line-height:normal;margin:0;"><span style="font-size:10pt;font-family:&quot;"><span>    </span>* HTTP Redirect</span></p>
<p class="MsoNormal" style="line-height:normal;margin:0;"><span style="font-size:10pt;font-family:&quot;"><span>    </span>* Servlet Chaining</span></p>
<p class="MsoNormal" style="line-height:normal;margin:0;"><span style="font-size:10pt;font-family:&quot;"><span>    </span>* HTTP request (using sockets or the URLConnection class)</span></p>
<p class="MsoNormal" style="line-height:normal;margin:0;"><span style="font-size:10pt;font-family:&quot;"><span>    </span>* Shared session, request, or application objects (beans) </span></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/javaprograming.wordpress.com/155/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/javaprograming.wordpress.com/155/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/javaprograming.wordpress.com/155/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/javaprograming.wordpress.com/155/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/javaprograming.wordpress.com/155/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/javaprograming.wordpress.com/155/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/javaprograming.wordpress.com/155/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/javaprograming.wordpress.com/155/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/javaprograming.wordpress.com/155/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/javaprograming.wordpress.com/155/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/javaprograming.wordpress.com/155/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/javaprograming.wordpress.com/155/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/javaprograming.wordpress.com/155/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/javaprograming.wordpress.com/155/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=javaprograming.wordpress.com&amp;blog=6912052&amp;post=155&amp;subd=javaprograming&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://javaprograming.wordpress.com/2009/04/29/what-is-inter-servlet-communication/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/ce3a848d84479333c708c8907582cf18?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">javaprograming</media:title>
		</media:content>
	</item>
		<item>
		<title>What is a WAR file and how do I create one?</title>
		<link>http://javaprograming.wordpress.com/2009/04/29/what-is-a-war-file-and-how-do-i-create-one/</link>
		<comments>http://javaprograming.wordpress.com/2009/04/29/what-is-a-war-file-and-how-do-i-create-one/#comments</comments>
		<pubDate>Wed, 29 Apr 2009 11:00:40 +0000</pubDate>
		<dc:creator>javaprograming</dc:creator>
				<category><![CDATA[Servlets]]></category>

		<guid isPermaLink="false">http://javaprograming.wordpress.com/?p=153</guid>
		<description><![CDATA[WAR (or &#8220;web archive&#8221;) file is simply a packaged webapp directory. It is created using the standard Java jar tool.   For example: jar cf ../mywebapp.war *   How can I call a servlet from a JSP page? How can I pass variables from the JSP that the servlet can access? You can use &#60;jsp:forward [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=javaprograming.wordpress.com&amp;blog=6912052&amp;post=153&amp;subd=javaprograming&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p class="MsoNormal" style="line-height:normal;margin:0;"><span style="font-size:10pt;font-family:&quot;">WAR (or &#8220;web archive&#8221;) file is simply a packaged webapp directory. It is created using the standard Java jar tool.</span></p>
<p class="MsoNormal" style="line-height:normal;margin:0;"><span style="font-size:10pt;font-family:&quot;"> </span></p>
<p class="MsoNormal" style="line-height:normal;margin:0;"><span style="font-size:10pt;font-family:&quot;">For example: jar cf ../mywebapp.war *</span></p>
<p class="MsoNormal" style="line-height:normal;margin:0;"><span style="font-size:10pt;font-family:&quot;"> </span></p>
<p class="MsoNormal" style="line-height:normal;margin:0;"><span style="font-size:10pt;font-family:&quot;">How can I call a servlet from a JSP page? How can I pass variables from the JSP that the servlet can access?</span></p>
<p class="MsoNormal" style="line-height:normal;margin:0;"><span style="font-size:10pt;font-family:&quot;">You can use &lt;jsp:forward page=&#8221;/relativepath/YourServlet&#8221; /&gt; or response.sendRedirect(&#8220;http://path/YourServlet&#8221;).</span></p>
<p class="MsoNormal" style="line-height:normal;margin:0;"><span style="font-size:10pt;font-family:&quot;"> </span></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/javaprograming.wordpress.com/153/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/javaprograming.wordpress.com/153/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/javaprograming.wordpress.com/153/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/javaprograming.wordpress.com/153/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/javaprograming.wordpress.com/153/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/javaprograming.wordpress.com/153/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/javaprograming.wordpress.com/153/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/javaprograming.wordpress.com/153/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/javaprograming.wordpress.com/153/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/javaprograming.wordpress.com/153/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/javaprograming.wordpress.com/153/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/javaprograming.wordpress.com/153/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/javaprograming.wordpress.com/153/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/javaprograming.wordpress.com/153/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=javaprograming.wordpress.com&amp;blog=6912052&amp;post=153&amp;subd=javaprograming&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://javaprograming.wordpress.com/2009/04/29/what-is-a-war-file-and-how-do-i-create-one/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/ce3a848d84479333c708c8907582cf18?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">javaprograming</media:title>
		</media:content>
	</item>
		<item>
		<title>What is a web application (or &#8220;webapp&#8221;)?</title>
		<link>http://javaprograming.wordpress.com/2009/04/29/what-is-a-web-application-or-webapp/</link>
		<comments>http://javaprograming.wordpress.com/2009/04/29/what-is-a-web-application-or-webapp/#comments</comments>
		<pubDate>Wed, 29 Apr 2009 11:00:13 +0000</pubDate>
		<dc:creator>javaprograming</dc:creator>
				<category><![CDATA[Servlets]]></category>

		<guid isPermaLink="false">http://javaprograming.wordpress.com/?p=151</guid>
		<description><![CDATA[A web application is a collection of servlets, html pages, classes, and other resources that can be bundled and run on multiple containers from multiple vendors. A web application is rooted at a specific path within a web server.   The contents of the WEB-INF directory are: /WEB-INF/web.xml deployment descriptor /WEB-INF/classes/* directory for servlet and [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=javaprograming.wordpress.com&amp;blog=6912052&amp;post=151&amp;subd=javaprograming&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p class="MsoNormal" style="line-height:normal;margin:0;"><span style="font-size:10pt;font-family:&quot;">A web application is a collection of servlets, html pages, classes, and other resources that can be bundled and run on multiple containers from multiple vendors. A web application is rooted at a specific path within a web server.</span></p>
<p class="MsoNormal" style="line-height:normal;margin:0;"><span style="font-size:10pt;font-family:&quot;"> </span></p>
<p class="MsoNormal" style="line-height:normal;margin:0;"><span style="font-size:10pt;font-family:&quot;">The contents of the WEB-INF directory are: /WEB-INF/web.xml deployment descriptor /WEB-INF/classes/* directory for servlet and utility classes. The classes in this directory are used by the application class loader to load classes from. /WEB-INF/lib/*.jar area for Java ARchive files which contain servlets, beans, and other utility classes useful to the web application. All such archive files are used by the web application class loader to load classes from.</span></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/javaprograming.wordpress.com/151/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/javaprograming.wordpress.com/151/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/javaprograming.wordpress.com/151/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/javaprograming.wordpress.com/151/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/javaprograming.wordpress.com/151/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/javaprograming.wordpress.com/151/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/javaprograming.wordpress.com/151/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/javaprograming.wordpress.com/151/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/javaprograming.wordpress.com/151/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/javaprograming.wordpress.com/151/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/javaprograming.wordpress.com/151/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/javaprograming.wordpress.com/151/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/javaprograming.wordpress.com/151/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/javaprograming.wordpress.com/151/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=javaprograming.wordpress.com&amp;blog=6912052&amp;post=151&amp;subd=javaprograming&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://javaprograming.wordpress.com/2009/04/29/what-is-a-web-application-or-webapp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/ce3a848d84479333c708c8907582cf18?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">javaprograming</media:title>
		</media:content>
	</item>
		<item>
		<title>What is a servlet bean?</title>
		<link>http://javaprograming.wordpress.com/2009/04/29/what-is-a-servlet-bean/</link>
		<comments>http://javaprograming.wordpress.com/2009/04/29/what-is-a-servlet-bean/#comments</comments>
		<pubDate>Wed, 29 Apr 2009 10:59:49 +0000</pubDate>
		<dc:creator>javaprograming</dc:creator>
				<category><![CDATA[Servlets]]></category>

		<guid isPermaLink="false">http://javaprograming.wordpress.com/?p=149</guid>
		<description><![CDATA[A servlet bean is a serializable servlet that follows the JavaBeans component architecture, basically offering getter/setter methods.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=javaprograming.wordpress.com&amp;blog=6912052&amp;post=149&amp;subd=javaprograming&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p class="MsoNormal" style="line-height:normal;margin:0;"><span style="font-size:10pt;font-family:&quot;">A servlet bean is a serializable servlet that follows the JavaBeans component architecture, basically offering getter/setter methods.</span></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/javaprograming.wordpress.com/149/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/javaprograming.wordpress.com/149/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/javaprograming.wordpress.com/149/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/javaprograming.wordpress.com/149/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/javaprograming.wordpress.com/149/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/javaprograming.wordpress.com/149/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/javaprograming.wordpress.com/149/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/javaprograming.wordpress.com/149/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/javaprograming.wordpress.com/149/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/javaprograming.wordpress.com/149/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/javaprograming.wordpress.com/149/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/javaprograming.wordpress.com/149/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/javaprograming.wordpress.com/149/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/javaprograming.wordpress.com/149/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=javaprograming.wordpress.com&amp;blog=6912052&amp;post=149&amp;subd=javaprograming&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://javaprograming.wordpress.com/2009/04/29/what-is-a-servlet-bean/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/ce3a848d84479333c708c8907582cf18?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">javaprograming</media:title>
		</media:content>
	</item>
		<item>
		<title>How do I deal with multi-valued parameters in a servlet?</title>
		<link>http://javaprograming.wordpress.com/2009/04/29/how-do-i-deal-with-multi-valued-parameters-in-a-servlet/</link>
		<comments>http://javaprograming.wordpress.com/2009/04/29/how-do-i-deal-with-multi-valued-parameters-in-a-servlet/#comments</comments>
		<pubDate>Wed, 29 Apr 2009 10:59:25 +0000</pubDate>
		<dc:creator>javaprograming</dc:creator>
				<category><![CDATA[Servlets]]></category>

		<guid isPermaLink="false">http://javaprograming.wordpress.com/2009/04/29/how-do-i-deal-with-multi-valued-parameters-in-a-servlet/</guid>
		<description><![CDATA[Instead of using getParameter() with the ServletRequest, as you would with single-valued parameters, use the getParameterValues() method. This returns a String array (or null) containing all the values of the parameter requested.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=javaprograming.wordpress.com&amp;blog=6912052&amp;post=148&amp;subd=javaprograming&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p class="MsoNormal" style="line-height:normal;margin:0;"><span style="font-size:10pt;font-family:&quot;">Instead of using getParameter() with the ServletRequest, as you would with single-valued parameters, use the getParameterValues() method. This returns a String array (or null) containing all the values of the parameter requested.</span></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/javaprograming.wordpress.com/148/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/javaprograming.wordpress.com/148/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/javaprograming.wordpress.com/148/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/javaprograming.wordpress.com/148/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/javaprograming.wordpress.com/148/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/javaprograming.wordpress.com/148/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/javaprograming.wordpress.com/148/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/javaprograming.wordpress.com/148/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/javaprograming.wordpress.com/148/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/javaprograming.wordpress.com/148/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/javaprograming.wordpress.com/148/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/javaprograming.wordpress.com/148/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/javaprograming.wordpress.com/148/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/javaprograming.wordpress.com/148/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=javaprograming.wordpress.com&amp;blog=6912052&amp;post=148&amp;subd=javaprograming&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://javaprograming.wordpress.com/2009/04/29/how-do-i-deal-with-multi-valued-parameters-in-a-servlet/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/ce3a848d84479333c708c8907582cf18?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">javaprograming</media:title>
		</media:content>
	</item>
		<item>
		<title>What is the difference between GenericServlet and HttpServlet?</title>
		<link>http://javaprograming.wordpress.com/2009/04/29/what-is-the-difference-between-genericservlet-and-httpservlet/</link>
		<comments>http://javaprograming.wordpress.com/2009/04/29/what-is-the-difference-between-genericservlet-and-httpservlet/#comments</comments>
		<pubDate>Wed, 29 Apr 2009 10:58:58 +0000</pubDate>
		<dc:creator>javaprograming</dc:creator>
				<category><![CDATA[Servlets]]></category>

		<guid isPermaLink="false">http://javaprograming.wordpress.com/2009/04/29/what-is-the-difference-between-genericservlet-and-httpservlet/</guid>
		<description><![CDATA[GenericServlet is for servlets that might not use HTTP, like for instance FTP servlets. Of course, it turns out that there&#8217;s no such thing as FTP servlets, but they were trying to plan for future growth when they designed the spec. Maybe some day there will be another subclass, but for now always use HttpServlet. [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=javaprograming.wordpress.com&amp;blog=6912052&amp;post=147&amp;subd=javaprograming&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p class="MsoNormal" style="line-height:normal;margin:0;"><span style="font-size:10pt;font-family:&quot;">GenericServlet is for servlets that might not use HTTP, like for instance FTP servlets. Of course, it turns out that there&#8217;s no such thing as FTP servlets, but they were trying to plan for future growth when they designed the spec. Maybe some day there will be another subclass, but for now always use HttpServlet.</span></p>
<p class="MsoNormal" style="line-height:normal;margin:0;"><span style="font-size:10pt;font-family:&quot;"> </span></p>
<p class="MsoNormal" style="line-height:normal;margin:0;"><span style="font-size:10pt;font-family:&quot;">In short GenericServlet is protocol independent, whereas HttpServlet is protocol dependent Generic servlet is used for small data transfer whereas HttpServlet is used for huge data transfer.</span></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/javaprograming.wordpress.com/147/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/javaprograming.wordpress.com/147/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/javaprograming.wordpress.com/147/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/javaprograming.wordpress.com/147/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/javaprograming.wordpress.com/147/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/javaprograming.wordpress.com/147/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/javaprograming.wordpress.com/147/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/javaprograming.wordpress.com/147/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/javaprograming.wordpress.com/147/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/javaprograming.wordpress.com/147/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/javaprograming.wordpress.com/147/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/javaprograming.wordpress.com/147/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/javaprograming.wordpress.com/147/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/javaprograming.wordpress.com/147/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=javaprograming.wordpress.com&amp;blog=6912052&amp;post=147&amp;subd=javaprograming&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://javaprograming.wordpress.com/2009/04/29/what-is-the-difference-between-genericservlet-and-httpservlet/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/ce3a848d84479333c708c8907582cf18?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">javaprograming</media:title>
		</media:content>
	</item>
		<item>
		<title>What is a servlet engine?</title>
		<link>http://javaprograming.wordpress.com/2009/04/29/what-is-a-servlet-engine/</link>
		<comments>http://javaprograming.wordpress.com/2009/04/29/what-is-a-servlet-engine/#comments</comments>
		<pubDate>Wed, 29 Apr 2009 10:52:00 +0000</pubDate>
		<dc:creator>javaprograming</dc:creator>
				<category><![CDATA[Servlets]]></category>

		<guid isPermaLink="false">http://javaprograming.wordpress.com/2009/04/29/what-is-a-servlet-engine/</guid>
		<description><![CDATA[A &#8220;servlet engine&#8221; is a program that plugs in to a web server and runs servlets. The term is obsolete; the preferred term now is &#8220;servlet container&#8221; since that applies both to plug-in engines and to stand-alone web servers that support the Servlet API.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=javaprograming.wordpress.com&amp;blog=6912052&amp;post=145&amp;subd=javaprograming&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p class="MsoNormal" style="line-height:normal;margin:0;"><span style="font-size:10pt;font-family:&quot;">A &#8220;servlet engine&#8221; is a program that plugs in to a web server and runs servlets. The term is obsolete; the preferred term now is &#8220;servlet container&#8221; since that applies both to plug-in engines and to stand-alone web servers that support the Servlet API.</span></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/javaprograming.wordpress.com/145/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/javaprograming.wordpress.com/145/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/javaprograming.wordpress.com/145/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/javaprograming.wordpress.com/145/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/javaprograming.wordpress.com/145/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/javaprograming.wordpress.com/145/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/javaprograming.wordpress.com/145/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/javaprograming.wordpress.com/145/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/javaprograming.wordpress.com/145/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/javaprograming.wordpress.com/145/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/javaprograming.wordpress.com/145/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/javaprograming.wordpress.com/145/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/javaprograming.wordpress.com/145/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/javaprograming.wordpress.com/145/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=javaprograming.wordpress.com&amp;blog=6912052&amp;post=145&amp;subd=javaprograming&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://javaprograming.wordpress.com/2009/04/29/what-is-a-servlet-engine/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/ce3a848d84479333c708c8907582cf18?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">javaprograming</media:title>
		</media:content>
	</item>
		<item>
		<title>How can I download files from a URL using HTTP?</title>
		<link>http://javaprograming.wordpress.com/2009/04/29/how-can-i-download-files-from-a-url-using-http/</link>
		<comments>http://javaprograming.wordpress.com/2009/04/29/how-can-i-download-files-from-a-url-using-http/#comments</comments>
		<pubDate>Wed, 29 Apr 2009 10:51:25 +0000</pubDate>
		<dc:creator>javaprograming</dc:creator>
				<category><![CDATA[Servlets]]></category>

		<guid isPermaLink="false">http://javaprograming.wordpress.com/?p=143</guid>
		<description><![CDATA[One way to do this is by using a URLConnection to open a stream to your desired URL, then copy the data out of the stream to a file on your local file system.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=javaprograming.wordpress.com&amp;blog=6912052&amp;post=143&amp;subd=javaprograming&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p class="MsoNormal" style="line-height:normal;margin:0;"><strong><span style="font-size:10pt;font-family:&quot;">One way to do this is by using a URLConnection to open a stream to your desired URL, then copy the data out of the stream to a file on your local file system.</span></strong></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/javaprograming.wordpress.com/143/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/javaprograming.wordpress.com/143/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/javaprograming.wordpress.com/143/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/javaprograming.wordpress.com/143/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/javaprograming.wordpress.com/143/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/javaprograming.wordpress.com/143/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/javaprograming.wordpress.com/143/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/javaprograming.wordpress.com/143/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/javaprograming.wordpress.com/143/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/javaprograming.wordpress.com/143/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/javaprograming.wordpress.com/143/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/javaprograming.wordpress.com/143/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/javaprograming.wordpress.com/143/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/javaprograming.wordpress.com/143/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=javaprograming.wordpress.com&amp;blog=6912052&amp;post=143&amp;subd=javaprograming&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://javaprograming.wordpress.com/2009/04/29/how-can-i-download-files-from-a-url-using-http/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/ce3a848d84479333c708c8907582cf18?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">javaprograming</media:title>
		</media:content>
	</item>
		<item>
		<title>Can I invoke a JSP error page from a servlet?</title>
		<link>http://javaprograming.wordpress.com/2009/04/29/can-i-invoke-a-jsp-error-page-from-a-servlet/</link>
		<comments>http://javaprograming.wordpress.com/2009/04/29/can-i-invoke-a-jsp-error-page-from-a-servlet/#comments</comments>
		<pubDate>Wed, 29 Apr 2009 10:50:46 +0000</pubDate>
		<dc:creator>javaprograming</dc:creator>
				<category><![CDATA[Servlets]]></category>

		<guid isPermaLink="false">http://javaprograming.wordpress.com/?p=141</guid>
		<description><![CDATA[Yes, you can invoke the JSP error page and pass the exception object to it from within a servlet. The trick is to create a request dispatcher for the JSP error page, and pass the exception object as a javax.servlet.jsp.jspException request attribute.   How can I download a file (for instance, a Microsoft Word document) [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=javaprograming.wordpress.com&amp;blog=6912052&amp;post=141&amp;subd=javaprograming&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p class="MsoNormal" style="line-height:normal;margin:0;"><span style="font-size:10pt;font-family:&quot;">Yes, you can invoke the JSP error page and pass the exception object to it from within a servlet. The trick is to create a request dispatcher for the JSP error page, and pass the exception object as a javax.servlet.jsp.jspException request attribute.</span></p>
<p class="MsoNormal" style="line-height:normal;margin:0;"><span style="font-size:10pt;font-family:&quot;"> </span></p>
<p class="MsoNormal" style="line-height:normal;margin:0;"><span style="font-size:10pt;font-family:&quot;">How can I download a file (for instance, a Microsoft Word document) from a server using a servlet and an applet?</span></p>
<p class="MsoNormal" style="line-height:normal;margin:0;"><span style="font-size:10pt;font-family:&quot;">Try telling the applet to call getAppletContext().showDocument()</span></p>
<p class="MsoNormal" style="line-height:normal;margin:0;"><span style="font-size:10pt;font-family:&quot;"> </span></p>
<p class="MsoNormal" style="line-height:normal;margin:0;"><span style="font-size:10pt;font-family:&quot;">In case or servlet, provide an anchor tag pointing to file that is to be downloaded.</span></p>
<p class="MsoNormal" style="line-height:normal;margin:0;"><span style="font-size:10pt;font-family:&quot;"> </span></p>
<p class="MsoNormal" style="line-height:normal;margin:0;"><span style="font-size:10pt;font-family:&quot;">out.println(&#8220;&lt;a href=document1.doc&gt;Document&lt;/a&gt;&#8221;);</span></p>
<p class="MsoNormal" style="line-height:normal;margin:0;"><span style="font-size:10pt;font-family:&quot;"> </span></p>
<p class="MsoNormal" style="line-height:normal;margin:0;"><span style="font-size:10pt;font-family:&quot;"> </span></p>
<p class="MsoNormal" style="line-height:normal;margin:0;"><span style="font-size:10pt;font-family:&quot;">Can I call a JSP, then have it return control to the original JSP, like a subroutine or method call?</span></p>
<p class="MsoNormal" style="line-height:normal;margin:0;"><span style="font-size:10pt;font-family:&quot;">Yes. That is exactly the purpose served by the &lt;jsp:include&gt; action. The syntax of the include action is:</span></p>
<p class="MsoNormal" style="line-height:normal;margin:0;"><span style="font-size:10pt;font-family:&quot;"> </span></p>
<p class="MsoNormal" style="line-height:normal;margin:0;"><span style="font-size:10pt;font-family:&quot;"><span>      </span>&lt;jsp:include page=&#8221;relativeURL&#8221; flush=&#8221;true&#8221; /&gt;</span></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/javaprograming.wordpress.com/141/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/javaprograming.wordpress.com/141/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/javaprograming.wordpress.com/141/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/javaprograming.wordpress.com/141/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/javaprograming.wordpress.com/141/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/javaprograming.wordpress.com/141/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/javaprograming.wordpress.com/141/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/javaprograming.wordpress.com/141/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/javaprograming.wordpress.com/141/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/javaprograming.wordpress.com/141/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/javaprograming.wordpress.com/141/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/javaprograming.wordpress.com/141/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/javaprograming.wordpress.com/141/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/javaprograming.wordpress.com/141/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=javaprograming.wordpress.com&amp;blog=6912052&amp;post=141&amp;subd=javaprograming&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://javaprograming.wordpress.com/2009/04/29/can-i-invoke-a-jsp-error-page-from-a-servlet/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/ce3a848d84479333c708c8907582cf18?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">javaprograming</media:title>
		</media:content>
	</item>
	</channel>
</rss>
