<?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>Fri, 10 Feb 2012 16:13:26 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</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.

To include the file footer.jsp at runtime, use the following syntax:

]]></description>
		<wfw:commentRss>http://www.tech-recipes.com/rx/423/jsp-basics-include-dynamic-content-at-runtime/feed/</wfw:commentRss>
		<slash:comments>3</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.

When including a file header.jsp with the following syntax:

the contents of header.jsp are read into the JSP before it is compiled.  Subsequent changes to the header.jsp file will not be included [...]]]></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.

To import the Java class java.util.Calendar for use in a JSP, use one of the following:


]]></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>6</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.

Scriptlet code elements put the included Java code into the _jspService method.  The included code needs to be complete java code (remember the trailing semicolons):
exciting HTML code

more HTML code
Expressions are evaluated and placed [...]]]></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>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using memcached (User agent is rejected)
Database Caching 4/10 queries in 0.484 seconds using memcached
Object Caching 364/381 objects using memcached

Served from: www.tech-recipes.com @ 2012-02-10 09:36:28 -->
