<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Difference between static include and dynamic include in JSP</title>
	<atom:link href="http://www.albeesonline.com/blog/2008/05/22/difference-between-static-include-and-dynamic-include-in-jsp/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.albeesonline.com/blog/2008/05/22/difference-between-static-include-and-dynamic-include-in-jsp/</link>
	<description>Something about JEE and WebSphere. Java, JEE and WebSphere tips and tutorials</description>
	<lastBuildDate>Mon, 30 Jan 2012 13:08:13 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
	<item>
		<title>By: Ravi Shankar Bonu</title>
		<link>http://www.albeesonline.com/blog/2008/05/22/difference-between-static-include-and-dynamic-include-in-jsp/comment-page-1/#comment-93011</link>
		<dc:creator>Ravi Shankar Bonu</dc:creator>
		<pubDate>Wed, 09 Nov 2011 10:48:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.albeesonline.com/blog/?p=100#comment-93011</guid>
		<description>Please look into the following URL for clear understanding on Static and Dynamic include of pages.
http://java.sun.com/products/jsp/tags/11/syntaxref1112.html</description>
		<content:encoded><![CDATA[<p>Please look into the following URL for clear understanding on Static and Dynamic include of pages.<br />
<a href="http://java.sun.com/products/jsp/tags/11/syntaxref1112.html" rel="nofollow">http://java.sun.com/products/jsp/tags/11/syntaxref1112.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ravi Shankar Bonu</title>
		<link>http://www.albeesonline.com/blog/2008/05/22/difference-between-static-include-and-dynamic-include-in-jsp/comment-page-1/#comment-93010</link>
		<dc:creator>Ravi Shankar Bonu</dc:creator>
		<pubDate>Wed, 09 Nov 2011 10:47:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.albeesonline.com/blog/?p=100#comment-93010</guid>
		<description>His understanding on static and dynamic include are missing a little more facts.
Please look into the following URL for clear understanding on Static and Dynamic include of pages.
http://java.sun.com/products/jsp/tags/11/syntaxref1112.html</description>
		<content:encoded><![CDATA[<p>His understanding on static and dynamic include are missing a little more facts.<br />
Please look into the following URL for clear understanding on Static and Dynamic include of pages.<br />
<a href="http://java.sun.com/products/jsp/tags/11/syntaxref1112.html" rel="nofollow">http://java.sun.com/products/jsp/tags/11/syntaxref1112.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Albin Joseph</title>
		<link>http://www.albeesonline.com/blog/2008/05/22/difference-between-static-include-and-dynamic-include-in-jsp/comment-page-1/#comment-87537</link>
		<dc:creator>Albin Joseph</dc:creator>
		<pubDate>Wed, 14 Sep 2011 08:49:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.albeesonline.com/blog/?p=100#comment-87537</guid>
		<description>@Vineet, you need to use dynamic include if you want to pass a parameter to the included file.</description>
		<content:encoded><![CDATA[<p>@Vineet, you need to use dynamic include if you want to pass a parameter to the included file.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anita</title>
		<link>http://www.albeesonline.com/blog/2008/05/22/difference-between-static-include-and-dynamic-include-in-jsp/comment-page-1/#comment-82474</link>
		<dc:creator>Anita</dc:creator>
		<pubDate>Tue, 28 Jun 2011 07:05:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.albeesonline.com/blog/?p=100#comment-82474</guid>
		<description>I got the answer from this discussion. Now it is clear.</description>
		<content:encoded><![CDATA[<p>I got the answer from this discussion. Now it is clear.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anita</title>
		<link>http://www.albeesonline.com/blog/2008/05/22/difference-between-static-include-and-dynamic-include-in-jsp/comment-page-1/#comment-82473</link>
		<dc:creator>Anita</dc:creator>
		<pubDate>Tue, 28 Jun 2011 07:03:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.albeesonline.com/blog/?p=100#comment-82473</guid>
		<description>Thank you Albin Joseph. I was finding the difference between jsp include and html include from business perspective and whether html include can accept parameters. And, Thank you M.Praveen and Garegin Chichyan also.</description>
		<content:encoded><![CDATA[<p>Thank you Albin Joseph. I was finding the difference between jsp include and html include from business perspective and whether html include can accept parameters. And, Thank you M.Praveen and Garegin Chichyan also.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Albin Joseph</title>
		<link>http://www.albeesonline.com/blog/2008/05/22/difference-between-static-include-and-dynamic-include-in-jsp/comment-page-1/#comment-79449</link>
		<dc:creator>Albin Joseph</dc:creator>
		<pubDate>Tue, 03 May 2011 09:06:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.albeesonline.com/blog/?p=100#comment-79449</guid>
		<description>I believe there is no difference between the two. the only reason we have both is to support multiple inheritance. ie, if our class is already extending from another class, we can create the thread only by implementing the runnable.</description>
		<content:encoded><![CDATA[<p>I believe there is no difference between the two. the only reason we have both is to support multiple inheritance. ie, if our class is already extending from another class, we can create the thread only by implementing the runnable.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Albin Joseph</title>
		<link>http://www.albeesonline.com/blog/2008/05/22/difference-between-static-include-and-dynamic-include-in-jsp/comment-page-1/#comment-79447</link>
		<dc:creator>Albin Joseph</dc:creator>
		<pubDate>Tue, 03 May 2011 09:04:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.albeesonline.com/blog/?p=100#comment-79447</guid>
		<description>If it is dynamic include, the contents will be included automatically without restarting the server.</description>
		<content:encoded><![CDATA[<p>If it is dynamic include, the contents will be included automatically without restarting the server.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Motilal</title>
		<link>http://www.albeesonline.com/blog/2008/05/22/difference-between-static-include-and-dynamic-include-in-jsp/comment-page-1/#comment-78866</link>
		<dc:creator>Motilal</dc:creator>
		<pubDate>Tue, 19 Apr 2011 14:42:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.albeesonline.com/blog/?p=100#comment-78866</guid>
		<description>Hi All,

I have a simple question about this post. Let me take a scenario. I have used dynamic include. and my included file is keep changing its content. For this do i need to restart my server? lets say iam using tomcat 5.0 server.

Thanks
Motilal</description>
		<content:encoded><![CDATA[<p>Hi All,</p>
<p>I have a simple question about this post. Let me take a scenario. I have used dynamic include. and my included file is keep changing its content. For this do i need to restart my server? lets say iam using tomcat 5.0 server.</p>
<p>Thanks<br />
Motilal</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sunny5663</title>
		<link>http://www.albeesonline.com/blog/2008/05/22/difference-between-static-include-and-dynamic-include-in-jsp/comment-page-1/#comment-78640</link>
		<dc:creator>sunny5663</dc:creator>
		<pubDate>Thu, 14 Apr 2011 09:32:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.albeesonline.com/blog/?p=100#comment-78640</guid>
		<description>Hi Albin i have a small query regarding multithreading?

in multithreading we can create  thread in 2 ways..one is by extending a thread and the other one is by implementing a runnbale interface..which one is better and why?</description>
		<content:encoded><![CDATA[<p>Hi Albin i have a small query regarding multithreading?</p>
<p>in multithreading we can create  thread in 2 ways..one is by extending a thread and the other one is by implementing a runnbale interface..which one is better and why?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: vineet</title>
		<link>http://www.albeesonline.com/blog/2008/05/22/difference-between-static-include-and-dynamic-include-in-jsp/comment-page-1/#comment-77594</link>
		<dc:creator>vineet</dc:creator>
		<pubDate>Fri, 25 Mar 2011 18:34:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.albeesonline.com/blog/?p=100#comment-77594</guid>
		<description>Thanks a lot for such a great distinction between two.
I wanted to know when we should use dynamic include instead of static include.
As per my understanding after reading your post, we (should) use dynamic include only when we want to include file at runtime. Is there any other scenario where dynamic include should be used?</description>
		<content:encoded><![CDATA[<p>Thanks a lot for such a great distinction between two.<br />
I wanted to know when we should use dynamic include instead of static include.<br />
As per my understanding after reading your post, we (should) use dynamic include only when we want to include file at runtime. Is there any other scenario where dynamic include should be used?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

