<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Tutorial: Getting Started with Spring Security</title>
	<atom:link href="http://loianegroner.com/2010/01/tutorial-getting-started-with-spring-security/feed/" rel="self" type="application/rss+xml" />
	<link>http://loianegroner.com/2010/01/tutorial-getting-started-with-spring-security/</link>
	<description>My development notes</description>
	<lastBuildDate>Wed, 01 Feb 2012 12:14:11 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Brio</title>
		<link>http://loianegroner.com/2010/01/tutorial-getting-started-with-spring-security/comment-page-1/#comment-1460</link>
		<dc:creator>Brio</dc:creator>
		<pubDate>Thu, 26 Jan 2012 09:29:00 +0000</pubDate>
		<guid isPermaLink="false">http://loianegroner.com/?p=164#comment-1460</guid>
		<description>Hi, I&#039;ve tried and it works...It&#039;s a fantastic tutorial!!!!
Now, I would like to do an upgrade, adding a postgres database (with or without hibernate), where I would store all the authentication credential and first and last name...so, when the login is gonna success, I could see the page &quot;Welcome mr....&quot;
Thanks</description>
		<content:encoded><![CDATA[<p>Hi, I&#8217;ve tried and it works&#8230;It&#8217;s a fantastic tutorial!!!!<br />
Now, I would like to do an upgrade, adding a postgres database (with or without hibernate), where I would store all the authentication credential and first and last name&#8230;so, when the login is gonna success, I could see the page &#8220;Welcome mr&#8230;.&#8221;<br />
Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JavaPins</title>
		<link>http://loianegroner.com/2010/01/tutorial-getting-started-with-spring-security/comment-page-1/#comment-1414</link>
		<dc:creator>JavaPins</dc:creator>
		<pubDate>Sun, 08 Jan 2012 05:51:25 +0000</pubDate>
		<guid isPermaLink="false">http://loianegroner.com/?p=164#comment-1414</guid>
		<description>&lt;strong&gt;Tutorial: Getting Started with Spring Security &#124; Loiane Groner...&lt;/strong&gt;

Thank you for submitting this cool story - Trackback from JavaPins...</description>
		<content:encoded><![CDATA[<p><strong>Tutorial: Getting Started with Spring Security | Loiane Groner&#8230;</strong></p>
<p>Thank you for submitting this cool story &#8211; Trackback from JavaPins&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Abhishek</title>
		<link>http://loianegroner.com/2010/01/tutorial-getting-started-with-spring-security/comment-page-1/#comment-1392</link>
		<dc:creator>Abhishek</dc:creator>
		<pubDate>Mon, 02 Jan 2012 10:32:56 +0000</pubDate>
		<guid isPermaLink="false">http://loianegroner.com/?p=164#comment-1392</guid>
		<description>Please provide some code for spring security</description>
		<content:encoded><![CDATA[<p>Please provide some code for spring security</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: samidha</title>
		<link>http://loianegroner.com/2010/01/tutorial-getting-started-with-spring-security/comment-page-1/#comment-874</link>
		<dc:creator>samidha</dc:creator>
		<pubDate>Sat, 02 Jul 2011 12:42:51 +0000</pubDate>
		<guid isPermaLink="false">http://loianegroner.com/?p=164#comment-874</guid>
		<description>Hey Loiane..
My front end is extjs and back end is spring mvc.
Can you please tell me with respect to extjs..</description>
		<content:encoded><![CDATA[<p>Hey Loiane..<br />
My front end is extjs and back end is spring mvc.<br />
Can you please tell me with respect to extjs..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Loiane</title>
		<link>http://loianegroner.com/2010/01/tutorial-getting-started-with-spring-security/comment-page-1/#comment-872</link>
		<dc:creator>Loiane</dc:creator>
		<pubDate>Fri, 01 Jul 2011 12:04:30 +0000</pubDate>
		<guid isPermaLink="false">http://loianegroner.com/?p=164#comment-872</guid>
		<description>Hi samidha,
Pls check this article out, it explains how to check user roles: http://stackoverflow.com/questions/3021200/how-to-check-hasrole-in-java-code-with-spring-security
If you still have any questions, please let me know!
Thanks!</description>
		<content:encoded><![CDATA[<p>Hi samidha,<br />
Pls check this article out, it explains how to check user roles: <a href="http://stackoverflow.com/questions/3021200/how-to-check-hasrole-in-java-code-with-spring-security" rel="nofollow">http://stackoverflow.com/questions/3021200/how-to-check-hasrole-in-java-code-with-spring-security</a><br />
If you still have any questions, please let me know!<br />
Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: samidha</title>
		<link>http://loianegroner.com/2010/01/tutorial-getting-started-with-spring-security/comment-page-1/#comment-866</link>
		<dc:creator>samidha</dc:creator>
		<pubDate>Wed, 29 Jun 2011 18:14:18 +0000</pubDate>
		<guid isPermaLink="false">http://loianegroner.com/?p=164#comment-866</guid>
		<description>HI Loiane..
how to display certain fields depending upon user privileges.?
like a certain field in form should be enabled only for users with particular roles.</description>
		<content:encoded><![CDATA[<p>HI Loiane..<br />
how to display certain fields depending upon user privileges.?<br />
like a certain field in form should be enabled only for users with particular roles.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Manuel Hernandez</title>
		<link>http://loianegroner.com/2010/01/tutorial-getting-started-with-spring-security/comment-page-1/#comment-826</link>
		<dc:creator>Manuel Hernandez</dc:creator>
		<pubDate>Sun, 15 May 2011 04:35:15 +0000</pubDate>
		<guid isPermaLink="false">http://loianegroner.com/?p=164#comment-826</guid>
		<description>Thanks for sharing a beautiful example with us. and sources...?  mmm and the jar´s</description>
		<content:encoded><![CDATA[<p>Thanks for sharing a beautiful example with us. and sources&#8230;?  mmm and the jar´s</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Loiane</title>
		<link>http://loianegroner.com/2010/01/tutorial-getting-started-with-spring-security/comment-page-1/#comment-750</link>
		<dc:creator>Loiane</dc:creator>
		<pubDate>Mon, 28 Mar 2011 12:08:55 +0000</pubDate>
		<guid isPermaLink="false">http://loianegroner.com/?p=164#comment-750</guid>
		<description>No, this example was implemented with Spring 2.5</description>
		<content:encoded><![CDATA[<p>No, this example was implemented with Spring 2.5</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Johnathan Smith</title>
		<link>http://loianegroner.com/2010/01/tutorial-getting-started-with-spring-security/comment-page-1/#comment-749</link>
		<dc:creator>Johnathan Smith</dc:creator>
		<pubDate>Sun, 27 Mar 2011 22:12:15 +0000</pubDate>
		<guid isPermaLink="false">http://loianegroner.com/?p=164#comment-749</guid>
		<description>This sample does not work in Spring 3</description>
		<content:encoded><![CDATA[<p>This sample does not work in Spring 3</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adarsh</title>
		<link>http://loianegroner.com/2010/01/tutorial-getting-started-with-spring-security/comment-page-1/#comment-686</link>
		<dc:creator>Adarsh</dc:creator>
		<pubDate>Sat, 12 Feb 2011 21:00:47 +0000</pubDate>
		<guid isPermaLink="false">http://loianegroner.com/?p=164#comment-686</guid>
		<description>Can you tell us what is the good way to hide link, I don&#039;t want to show a link to the user which don&#039;t have permission to click it.</description>
		<content:encoded><![CDATA[<p>Can you tell us what is the good way to hide link, I don&#8217;t want to show a link to the user which don&#8217;t have permission to click it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adarsh</title>
		<link>http://loianegroner.com/2010/01/tutorial-getting-started-with-spring-security/comment-page-1/#comment-685</link>
		<dc:creator>Adarsh</dc:creator>
		<pubDate>Sat, 12 Feb 2011 20:59:08 +0000</pubDate>
		<guid isPermaLink="false">http://loianegroner.com/?p=164#comment-685</guid>
		<description>Thanks for sharing a beautiful example with us.</description>
		<content:encoded><![CDATA[<p>Thanks for sharing a beautiful example with us.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: brmoez</title>
		<link>http://loianegroner.com/2010/01/tutorial-getting-started-with-spring-security/comment-page-1/#comment-676</link>
		<dc:creator>brmoez</dc:creator>
		<pubDate>Wed, 09 Feb 2011 11:10:45 +0000</pubDate>
		<guid isPermaLink="false">http://loianegroner.com/?p=164#comment-676</guid>
		<description>In the same context but with spring 3, I write:
http://javajeedevelopment.blogspot.com/2011/02/integrating-spring-security-3-with.html</description>
		<content:encoded><![CDATA[<p>In the same context but with spring 3, I write:<br />
<a href="http://javajeedevelopment.blogspot.com/2011/02/integrating-spring-security-3-with.html" rel="nofollow">http://javajeedevelopment.blogspot.com/2011/02/integrating-spring-security-3-with.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Top 10 Articles of 2010: Spring, Spring Security, Ext JS, Hibernate &#124; Loiane Groner</title>
		<link>http://loianegroner.com/2010/01/tutorial-getting-started-with-spring-security/comment-page-1/#comment-561</link>
		<dc:creator>Top 10 Articles of 2010: Spring, Spring Security, Ext JS, Hibernate &#124; Loiane Groner</dc:creator>
		<pubDate>Tue, 28 Dec 2010 12:37:48 +0000</pubDate>
		<guid isPermaLink="false">http://loianegroner.com/?p=164#comment-561</guid>
		<description>[...] Tutorial: Getting Started with Spring Security [...]</description>
		<content:encoded><![CDATA[<p>[...] Tutorial: Getting Started with Spring Security [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: medical billing</title>
		<link>http://loianegroner.com/2010/01/tutorial-getting-started-with-spring-security/comment-page-1/#comment-556</link>
		<dc:creator>medical billing</dc:creator>
		<pubDate>Thu, 23 Dec 2010 08:27:10 +0000</pubDate>
		<guid isPermaLink="false">http://loianegroner.com/?p=164#comment-556</guid>
		<description>Great site. A lot of useful information here. I’m sending it to some friends!</description>
		<content:encoded><![CDATA[<p>Great site. A lot of useful information here. I’m sending it to some friends!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Manick</title>
		<link>http://loianegroner.com/2010/01/tutorial-getting-started-with-spring-security/comment-page-1/#comment-554</link>
		<dc:creator>Manick</dc:creator>
		<pubDate>Wed, 22 Dec 2010 12:40:25 +0000</pubDate>
		<guid isPermaLink="false">http://loianegroner.com/?p=164#comment-554</guid>
		<description>Hi!
I am a newbie to the Spring security
Can you please explain us how can we set back the email address in case of failure scenario.

Thanks,
Manick :)</description>
		<content:encoded><![CDATA[<p>Hi!<br />
I am a newbie to the Spring security<br />
Can you please explain us how can we set back the email address in case of failure scenario.</p>
<p>Thanks,<br />
Manick <img src='http://loianegroner.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kanak</title>
		<link>http://loianegroner.com/2010/01/tutorial-getting-started-with-spring-security/comment-page-1/#comment-333</link>
		<dc:creator>kanak</dc:creator>
		<pubDate>Tue, 14 Sep 2010 11:54:29 +0000</pubDate>
		<guid isPermaLink="false">http://loianegroner.com/?p=164#comment-333</guid>
		<description>hello</description>
		<content:encoded><![CDATA[<p>hello</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Come creare un authentication-provider personalizzato con spring security 3 e Hibernate &#171; Diegoitaliait&#039;s Blog</title>
		<link>http://loianegroner.com/2010/01/tutorial-getting-started-with-spring-security/comment-page-1/#comment-305</link>
		<dc:creator>Come creare un authentication-provider personalizzato con spring security 3 e Hibernate &#171; Diegoitaliait&#039;s Blog</dc:creator>
		<pubDate>Thu, 02 Sep 2010 12:53:00 +0000</pubDate>
		<guid isPermaLink="false">http://loianegroner.com/?p=164#comment-305</guid>
		<description>[...] http://loianegroner.com/2010/01/tutorial-getting-started-with-spring-security/ [...]</description>
		<content:encoded><![CDATA[<p>[...] <a href="http://loianegroner.com/2010/01/tutorial-getting-started-with-spring-security/" rel="nofollow">http://loianegroner.com/2010/01/tutorial-getting-started-with-spring-security/</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Essey</title>
		<link>http://loianegroner.com/2010/01/tutorial-getting-started-with-spring-security/comment-page-1/#comment-214</link>
		<dc:creator>Essey</dc:creator>
		<pubDate>Tue, 25 May 2010 18:15:05 +0000</pubDate>
		<guid isPermaLink="false">http://loianegroner.com/?p=164#comment-214</guid>
		<description>very good tutorial. 
Is it possible to get the login form pop up without redirecting to index.jsp? I have a single page ajax app which I implemented with extjs and it would be much cooler to just get the modal login form (background inactive)

Thanks
Essey</description>
		<content:encoded><![CDATA[<p>very good tutorial.<br />
Is it possible to get the login form pop up without redirecting to index.jsp? I have a single page ajax app which I implemented with extjs and it would be much cooler to just get the modal login form (background inactive)</p>
<p>Thanks<br />
Essey</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kim seon eu ng</title>
		<link>http://loianegroner.com/2010/01/tutorial-getting-started-with-spring-security/comment-page-1/#comment-194</link>
		<dc:creator>Kim seon eu ng</dc:creator>
		<pubDate>Fri, 30 Apr 2010 07:06:46 +0000</pubDate>
		<guid isPermaLink="false">http://loianegroner.com/?p=164#comment-194</guid>
		<description>Very nice article...</description>
		<content:encoded><![CDATA[<p>Very nice article&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: The Freelancer</title>
		<link>http://loianegroner.com/2010/01/tutorial-getting-started-with-spring-security/comment-page-1/#comment-106</link>
		<dc:creator>The Freelancer</dc:creator>
		<pubDate>Tue, 09 Feb 2010 20:43:15 +0000</pubDate>
		<guid isPermaLink="false">http://loianegroner.com/?p=164#comment-106</guid>
		<description>Nice article. For those starting out, this is a more advanced tutorial on SpringFramework. I would suggest you check out simple intro first to understand how Spring works.

Nice post BTW</description>
		<content:encoded><![CDATA[<p>Nice article. For those starting out, this is a more advanced tutorial on SpringFramework. I would suggest you check out simple intro first to understand how Spring works.</p>
<p>Nice post BTW</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: NaiveGeek</title>
		<link>http://loianegroner.com/2010/01/tutorial-getting-started-with-spring-security/comment-page-1/#comment-105</link>
		<dc:creator>NaiveGeek</dc:creator>
		<pubDate>Tue, 09 Feb 2010 19:39:50 +0000</pubDate>
		<guid isPermaLink="false">http://loianegroner.com/?p=164#comment-105</guid>
		<description>Hi Ur post has good enough info to start with. I am working on using own User and Authority tables with little more different schema. To mention not I read blog post regarding &quot;Interview with Female Java Developer&quot; and was fascinated and really njoyed it,</description>
		<content:encoded><![CDATA[<p>Hi Ur post has good enough info to start with. I am working on using own User and Authority tables with little more different schema. To mention not I read blog post regarding &#8220;Interview with Female Java Developer&#8221; and was fascinated and really njoyed it,</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Helen Dangote</title>
		<link>http://loianegroner.com/2010/01/tutorial-getting-started-with-spring-security/comment-page-1/#comment-59</link>
		<dc:creator>Helen Dangote</dc:creator>
		<pubDate>Thu, 21 Jan 2010 01:04:55 +0000</pubDate>
		<guid isPermaLink="false">http://loianegroner.com/?p=164#comment-59</guid>
		<description>Nice post, but would really like to see the whole article as I&#039;m eagerly following the article.</description>
		<content:encoded><![CDATA[<p>Nice post, but would really like to see the whole article as I&#8217;m eagerly following the article.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lam Thanh Tung</title>
		<link>http://loianegroner.com/2010/01/tutorial-getting-started-with-spring-security/comment-page-1/#comment-58</link>
		<dc:creator>Lam Thanh Tung</dc:creator>
		<pubDate>Tue, 19 Jan 2010 06:19:07 +0000</pubDate>
		<guid isPermaLink="false">http://loianegroner.com/?p=164#comment-58</guid>
		<description>Dear the Author of this post, 

it&#039;s is really good post. It helps me to understand more about Spring security. and now i am trying with this, So can you post the last part. Thanks in advance.</description>
		<content:encoded><![CDATA[<p>Dear the Author of this post, </p>
<p>it&#8217;s is really good post. It helps me to understand more about Spring security. and now i am trying with this, So can you post the last part. Thanks in advance.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Served from: loianegroner.com @ 2012-02-07 23:57:53 -->
