<?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>Tech-Recipes&#187; JSP programming</title>
	<atom:link href="http://www.tech-recipes.com/category/computer-programming/web-application-programming/jsp-programming/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.tech-recipes.com</link>
	<description>Computer and technology tutorials and guides</description>
	<lastBuildDate>Sat, 21 Nov 2009 03:54:29 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>JSP basics: include dynamic content at runtime</title>
		<link>http://www.tech-recipes.com/rx/423/jsp-basics-include-dynamic-content-at-runtime/</link>
		<comments>http://www.tech-recipes.com/rx/423/jsp-basics-include-dynamic-content-at-runtime/#comments</comments>
		<pubDate>Thu, 11 Mar 2004 21:02:50 +0000</pubDate>
		<dc:creator>qmchenry</dc:creator>
				<category><![CDATA[JSP programming]]></category>
		<category><![CDATA[jsp]]></category>

		<guid isPermaLink="false">guid-fix-me!</guid>
		<description><![CDATA[This method of including content reads the file at run-time after the JSP has been compiled.  Changes to the included file are seen immediately and do not require recompilation of the JSP.
(...)Read the rest of JSP basics: include dynamic content at runtime 

© qmchenry for Tech-Recipes, 2004. &#124;
Permalink &#124;
1 comment &#124;
Add to
del.icio.us

Post tags: jsp
]]></description>
		<wfw:commentRss>http://www.tech-recipes.com/rx/423/jsp-basics-include-dynamic-content-at-runtime/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>JSP basics: include directive to read content at compile time</title>
		<link>http://www.tech-recipes.com/rx/422/jsp-basics-include-directive-to-read-content-at-compile-time/</link>
		<comments>http://www.tech-recipes.com/rx/422/jsp-basics-include-directive-to-read-content-at-compile-time/#comments</comments>
		<pubDate>Thu, 11 Mar 2004 20:41:55 +0000</pubDate>
		<dc:creator>qmchenry</dc:creator>
				<category><![CDATA[JSP programming]]></category>
		<category><![CDATA[jsp]]></category>

		<guid isPermaLink="false">guid-fix-me!</guid>
		<description><![CDATA[JSPs are compiled entities.  Two include techniques read the included content before and after compilation.  This recipe describes the compiled include directive.
(...)Read the rest of JSP basics: include directive to read content at compile time 

© qmchenry for Tech-Recipes, 2004. &#124;
Permalink &#124;
0 comments &#124;
Add to
del.icio.us

Post tags: jsp
]]></description>
		<wfw:commentRss>http://www.tech-recipes.com/rx/422/jsp-basics-include-directive-to-read-content-at-compile-time/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>JSP basics: import a Java class for use in a JSP</title>
		<link>http://www.tech-recipes.com/rx/421/jsp-basics-import-a-java-class-for-use-in-a-jsp/</link>
		<comments>http://www.tech-recipes.com/rx/421/jsp-basics-import-a-java-class-for-use-in-a-jsp/#comments</comments>
		<pubDate>Thu, 11 Mar 2004 20:18:48 +0000</pubDate>
		<dc:creator>qmchenry</dc:creator>
				<category><![CDATA[JSP programming]]></category>
		<category><![CDATA[jsp]]></category>

		<guid isPermaLink="false">guid-fix-me!</guid>
		<description><![CDATA[Importing Java classes enables the use of that class without using the fully qualified class name.  Java classes can also be imported into JSPs with page directives.
(...)Read the rest of JSP basics: import a Java class for use in a JSP 

© qmchenry for Tech-Recipes, 2004. &#124;
Permalink &#124;
3 comments &#124;
Add to
del.icio.us

Post tags: jsp
]]></description>
		<wfw:commentRss>http://www.tech-recipes.com/rx/421/jsp-basics-import-a-java-class-for-use-in-a-jsp/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Basic JSP scripting elements</title>
		<link>http://www.tech-recipes.com/rx/345/basic-jsp-scripting-elements/</link>
		<comments>http://www.tech-recipes.com/rx/345/basic-jsp-scripting-elements/#comments</comments>
		<pubDate>Fri, 23 Jan 2004 21:09:52 +0000</pubDate>
		<dc:creator>qmchenry</dc:creator>
				<category><![CDATA[JSP programming]]></category>
		<category><![CDATA[jsp]]></category>

		<guid isPermaLink="false">guid-fix-me!</guid>
		<description><![CDATA[JavaServer Pages (JPSs) offer a number of ways to inject Java code into the Servlet code generated when a JSP is compiled.
(...)Read the rest of Basic JSP scripting elements 

© qmchenry for Tech-Recipes, 2004. &#124;
Permalink &#124;
0 comments &#124;
Add to
del.icio.us

Post tags: jsp
]]></description>
		<wfw:commentRss>http://www.tech-recipes.com/rx/345/basic-jsp-scripting-elements/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
