<?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>It's Only Software&#187; How to Reference and Use JSTL in your Web Application &#8211; It&#8217;s Only Software</title>
	<atom:link href="http://www.mularien.com/blog/category/jstl/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mularien.com/blog</link>
	<description>Notes by Peter Mularien on Hibernate, Spring, CSS, Java, etc.</description>
	<lastBuildDate>Wed, 14 Jul 2010 11:43:17 +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>How to Reference and Use JSTL in your Web Application</title>
		<link>http://www.mularien.com/blog/2008/04/24/how-to-reference-and-use-jstl-in-your-web-application/</link>
		<comments>http://www.mularien.com/blog/2008/04/24/how-to-reference-and-use-jstl-in-your-web-application/#comments</comments>
		<pubDate>Thu, 24 Apr 2008 11:06:51 +0000</pubDate>
		<dc:creator>pmularien</dc:creator>
				<category><![CDATA[development]]></category>
		<category><![CDATA[glassfish]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[jboss]]></category>
		<category><![CDATA[jsp]]></category>
		<category><![CDATA[jstl]]></category>
		<category><![CDATA[spring]]></category>
		<category><![CDATA[tomcat]]></category>

		<guid isPermaLink="false">http://www.mularien.com/blog/2008/04/24/how-to-reference-and-use-jstl-in-your-web-application/</guid>
		<description><![CDATA[As a frequent contributor to the Spring Framework user forums, I have noticed a common trend among people new to Spring MVC &#8211; they really don&#8217;t understand how to use JSTL and EL in their Spring-driven JSPs.
Although Spring MVC supports flexibility in choosing a view technology, in my [back of the napkin] estimate, at least [...]]]></description>
		<wfw:commentRss>http://www.mularien.com/blog/2008/04/24/how-to-reference-and-use-jstl-in-your-web-application/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
		<item>
		<title>Tutorial: How to set up Tomcat 6 to work with JSTL 1.2</title>
		<link>http://www.mularien.com/blog/2008/02/19/tutorial-how-to-set-up-tomcat-6-to-work-with-jstl-12/</link>
		<comments>http://www.mularien.com/blog/2008/02/19/tutorial-how-to-set-up-tomcat-6-to-work-with-jstl-12/#comments</comments>
		<pubDate>Wed, 20 Feb 2008 04:37:38 +0000</pubDate>
		<dc:creator>pmularien</dc:creator>
				<category><![CDATA[development]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[jsp]]></category>
		<category><![CDATA[jstl]]></category>
		<category><![CDATA[spring]]></category>
		<category><![CDATA[tomcat]]></category>

		<guid isPermaLink="false">http://www.mularien.com/blog/2008/02/19/tutorial-how-to-set-up-tomcat-6-to-work-with-jstl-12/</guid>
		<description><![CDATA[Tomcat 6 does not ship with an implementation of JSTL. I decided to write up this quick start guide, since it&#8217;s really, really hard for new folks to know how to get started with Spring MVC (which is very often combined with JSTL) on Tomcat 6.
Sadly, Sun&#8217;s JSTL site does not even point you at [...]]]></description>
		<wfw:commentRss>http://www.mularien.com/blog/2008/02/19/tutorial-how-to-set-up-tomcat-6-to-work-with-jstl-12/feed/</wfw:commentRss>
		<slash:comments>39</slash:comments>
		</item>
		<item>
		<title>Tomcat 6.0.14 + JSTL 1.2_07 RI = *Boom* NullPointerException</title>
		<link>http://www.mularien.com/blog/2008/02/05/tomcat-6014-jstl-12_07-ri-boom-nullpointerexception/</link>
		<comments>http://www.mularien.com/blog/2008/02/05/tomcat-6014-jstl-12_07-ri-boom-nullpointerexception/#comments</comments>
		<pubDate>Wed, 06 Feb 2008 01:39:26 +0000</pubDate>
		<dc:creator>pmularien</dc:creator>
				<category><![CDATA[development]]></category>
		<category><![CDATA[eclipse]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[jsf]]></category>
		<category><![CDATA[jstl]]></category>
		<category><![CDATA[tomcat]]></category>

		<guid isPermaLink="false">http://www.mularien.com/blog/2008/02/05/tomcat-6014-jstl-12_07-ri-boom-nullpointerexception/</guid>
		<description><![CDATA[I guess I&#8217;ve had a busy / buggy weekend noodling around with stuff. I ran into a [known] bug in the latest JSTL/JSF 1.2 Reference Implementation on Tomcat 6.0.14.
I was playing around with Spring MVC 2.5.1, and even the simplest JSP page gave me this:

java.lang.NullPointerException
	com.sun.faces.application.WebappLifecycleListener.syncSessionScopedBeans&#40;WebappLifecycleListener.java:312&#41;
	com.sun.faces.application.WebappLifecycleListener.requestDestroyed&#40;WebappLifecycleListener.java:87&#41;
	com.sun.faces.config.ConfigureListener.requestDestroyed&#40;ConfigureListener.java:240&#41;
&#91;snip&#93;

This is interesting, because I wasn&#8217;t even using JSF!
It turns out [...]]]></description>
		<wfw:commentRss>http://www.mularien.com/blog/2008/02/05/tomcat-6014-jstl-12_07-ri-boom-nullpointerexception/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
