<?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/tomcat/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>Tue, 01 Mar 2011 11:26:31 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<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 [...]]]></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>27</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 [...]]]></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>51</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 [...]]]></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>
		<item>
		<title>Solving Problems with International (UTF-8) Data using Hibernate, Oracle, and Tomcat</title>
		<link>http://www.mularien.com/blog/2007/12/11/solving-problems-with-international-utf-8-data-using-hibernate-oracle-and-tomcat/</link>
		<comments>http://www.mularien.com/blog/2007/12/11/solving-problems-with-international-utf-8-data-using-hibernate-oracle-and-tomcat/#comments</comments>
		<pubDate>Tue, 11 Dec 2007 11:19:02 +0000</pubDate>
		<dc:creator>pmularien</dc:creator>
				<category><![CDATA[hibernate]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[oracle]]></category>
		<category><![CDATA[tomcat]]></category>

		<guid isPermaLink="false">http://www.mularien.com/blog/2007/12/11/solving-problems-with-international-utf-8-data-using-hibernate-oracle-and-tomcat/</guid>
		<description><![CDATA[Ran into a very interesting issue the other day relating to storing NLS character data in Oracle via Hibernate, running in the Tomcat servlet container. It turns out the solution is not entirely obvious (or well-documented), so I thought I&#8217;d jot the important bits down. NVARCHAR2 is a data type assigned to a column that [...]]]></description>
		<wfw:commentRss>http://www.mularien.com/blog/2007/12/11/solving-problems-with-international-utf-8-data-using-hibernate-oracle-and-tomcat/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Quick Tip: When Eclipse just won&#8217;t clean up the Tomcat Working Directory</title>
		<link>http://www.mularien.com/blog/2007/11/18/quick-tip-when-eclipse-just-wont-clean-up-the-tomcat-working-directory/</link>
		<comments>http://www.mularien.com/blog/2007/11/18/quick-tip-when-eclipse-just-wont-clean-up-the-tomcat-working-directory/#comments</comments>
		<pubDate>Mon, 19 Nov 2007 01:41:40 +0000</pubDate>
		<dc:creator>pmularien</dc:creator>
				<category><![CDATA[eclipse]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[tomcat]]></category>

		<guid isPermaLink="false">http://www.mularien.com/blog/2007/11/18/quick-tip-when-eclipse-just-wont-clean-up-the-tomcat-working-directory/</guid>
		<description><![CDATA[I use Eclipse 3.3.x and WTP 2.x for most of my web development. Recently, I&#8217;ve been using an Eclipse-managed Tomcat 6 server for running and deploying web applications. I&#8217;ve run into the problem several times when &#8220;Clean Tomcat Work Directory&#8230;&#8221; just doesn&#8217;t work. Fortunately, you can manually find the deployment directory and blow away your [...]]]></description>
		<wfw:commentRss>http://www.mularien.com/blog/2007/11/18/quick-tip-when-eclipse-just-wont-clean-up-the-tomcat-working-directory/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic page generated in 1.818 seconds. -->
<!-- Cached page generated by WP-Super-Cache on 2012-02-04 15:11:51 -->

