<?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; Rerouting Spring Security 2 Login Page Through a Spring Controller &#8211; It&#8217;s Only Software</title>
	<atom:link href="http://www.mularien.com/blog/category/jsp/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>Rerouting Spring Security 2 Login Page Through a Spring Controller</title>
		<link>http://www.mularien.com/blog/2008/11/11/rerouting-spring-security-2-login-page-through-a-spring-controller/</link>
		<comments>http://www.mularien.com/blog/2008/11/11/rerouting-spring-security-2-login-page-through-a-spring-controller/#comments</comments>
		<pubDate>Tue, 11 Nov 2008 05:13:25 +0000</pubDate>
		<dc:creator>pmularien</dc:creator>
				<category><![CDATA[acegi]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[jsp]]></category>
		<category><![CDATA[spring]]></category>

		<guid isPermaLink="false">http://www.mularien.com/blog/?p=77</guid>
		<description><![CDATA[Interestingly, a month or so after I posted my 5 Minute Guide to Spring Security 2, a commonly asked question was asked on the Spring forums. I figured I&#8217;d address it here, because (once again in Spring/Acegi Security integration) the answer wasn&#8217;t really obvious. Essentially, the question goes something like this: The examples I can [...]]]></description>
		<wfw:commentRss>http://www.mularien.com/blog/2008/11/11/rerouting-spring-security-2-login-page-through-a-spring-controller/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Quick Tip: Formatting Number Columns with DisplayTag</title>
		<link>http://www.mularien.com/blog/2008/06/06/quick-tip-formatting-number-columns-with-displaytag/</link>
		<comments>http://www.mularien.com/blog/2008/06/06/quick-tip-formatting-number-columns-with-displaytag/#comments</comments>
		<pubDate>Sat, 07 Jun 2008 02:39:19 +0000</pubDate>
		<dc:creator>pmularien</dc:creator>
				<category><![CDATA[displaytag]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[jsp]]></category>
		<category><![CDATA[spring]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://www.mularien.com/blog/2008/06/06/quick-tip-formatting-number-columns-with-displaytag/</guid>
		<description><![CDATA[Displaytag supports easy display of formatted number columns using the format attribute on &#60;display:column&#62; &#8211; however, it&#8217;s not really well documented on the Displaytag site. Here&#8217;s how to do simple number formatting without requiring a decorator class: &#60;displaytag:column property=&#34;amount&#34; title=&#34;$ Amount&#34; format=&#34;{0,number,#.##}&#34;/&#62; This will display a decimal formatted to a maximum of 2 decimal places!]]></description>
		<wfw:commentRss>http://www.mularien.com/blog/2008/06/06/quick-tip-formatting-number-columns-with-displaytag/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<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>
	</channel>
</rss>

<!-- Dynamic page generated in 1.033 seconds. -->
<!-- Cached page generated by WP-Super-Cache on 2012-02-04 14:44:58 -->

