<?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: Integrating Spring Security with ExtJS Login Page</title>
	<atom:link href="http://loianegroner.com/2010/02/integrating-spring-security-with-extjs-login-page/feed/" rel="self" type="application/rss+xml" />
	<link>http://loianegroner.com/2010/02/integrating-spring-security-with-extjs-login-page/</link>
	<description>Java and related technologies</description>
	<lastBuildDate>Tue, 27 Jul 2010 09:47:22 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Joe</title>
		<link>http://loianegroner.com/2010/02/integrating-spring-security-with-extjs-login-page/comment-page-1/#comment-256</link>
		<dc:creator>Joe</dc:creator>
		<pubDate>Wed, 07 Jul 2010 01:55:51 +0000</pubDate>
		<guid isPermaLink="false">http://loianegroner.com/?p=210#comment-256</guid>
		<description>Thanks for a great tutorial and source code.
It was a great help on a project I&#039;m working on.</description>
		<content:encoded><![CDATA[<p>Thanks for a great tutorial and source code.<br />
It was a great help on a project I&#8217;m working on.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mars</title>
		<link>http://loianegroner.com/2010/02/integrating-spring-security-with-extjs-login-page/comment-page-1/#comment-216</link>
		<dc:creator>Mars</dc:creator>
		<pubDate>Thu, 27 May 2010 11:15:41 +0000</pubDate>
		<guid isPermaLink="false">http://loianegroner.com/?p=210#comment-216</guid>
		<description>Hi Loiane,

I use Spring Security3.x with ExtJS, and I find that much changes from 2.x. Your code can&#039;t be use driectly,
do you have any idea?</description>
		<content:encoded><![CDATA[<p>Hi Loiane,</p>
<p>I use Spring Security3.x with ExtJS, and I find that much changes from 2.x. Your code can&#8217;t be use driectly,<br />
do you have any idea?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: koharudin</title>
		<link>http://loianegroner.com/2010/02/integrating-spring-security-with-extjs-login-page/comment-page-1/#comment-206</link>
		<dc:creator>koharudin</dc:creator>
		<pubDate>Fri, 14 May 2010 19:17:18 +0000</pubDate>
		<guid isPermaLink="false">http://loianegroner.com/?p=210#comment-206</guid>
		<description>Thanks, for your tutorial. it helps me alot to understand how to mix ajax and spring together.</description>
		<content:encoded><![CDATA[<p>Thanks, for your tutorial. it helps me alot to understand how to mix ajax and spring together.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: yamina</title>
		<link>http://loianegroner.com/2010/02/integrating-spring-security-with-extjs-login-page/comment-page-1/#comment-192</link>
		<dc:creator>yamina</dc:creator>
		<pubDate>Mon, 26 Apr 2010 15:05:30 +0000</pubDate>
		<guid isPermaLink="false">http://loianegroner.com/?p=210#comment-192</guid>
		<description>Muito obrigado, você viu como implementar a permissão para inserir, alterar, excluir?.
Você tem algum exemplo sobre isso?


Muito obrigado mais uma vez, Yamina</description>
		<content:encoded><![CDATA[<p>Muito obrigado, você viu como implementar a permissão para inserir, alterar, excluir?.<br />
Você tem algum exemplo sobre isso?</p>
<p>Muito obrigado mais uma vez, Yamina</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mayte</title>
		<link>http://loianegroner.com/2010/02/integrating-spring-security-with-extjs-login-page/comment-page-1/#comment-169</link>
		<dc:creator>Mayte</dc:creator>
		<pubDate>Wed, 24 Mar 2010 22:09:06 +0000</pubDate>
		<guid isPermaLink="false">http://loianegroner.com/?p=210#comment-169</guid>
		<description>Thanks for answer Loiane, but I&#039;m already solve the problem. The thing is that I was using a preconfigured security module over spring, I adapted to my needs, but the thing was around you were talking at the beginning of your article, when the user logged in the system, redirection fails. But I put at the javascript in the success function part this:
location.href = &#039;home.htm&#039;; //Main page request
and problem solved
Thanks very much
PS: Your article was very useful to me. Thanks again</description>
		<content:encoded><![CDATA[<p>Thanks for answer Loiane, but I&#8217;m already solve the problem. The thing is that I was using a preconfigured security module over spring, I adapted to my needs, but the thing was around you were talking at the beginning of your article, when the user logged in the system, redirection fails. But I put at the javascript in the success function part this:<br />
location.href = &#8216;home.htm&#8217;; //Main page request<br />
and problem solved<br />
Thanks very much<br />
PS: Your article was very useful to me. Thanks again</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: extjs beginner</title>
		<link>http://loianegroner.com/2010/02/integrating-spring-security-with-extjs-login-page/comment-page-1/#comment-168</link>
		<dc:creator>extjs beginner</dc:creator>
		<pubDate>Wed, 24 Mar 2010 16:21:35 +0000</pubDate>
		<guid isPermaLink="false">http://loianegroner.com/?p=210#comment-168</guid>
		<description>Nice tutorial and very helpful!

I tried it and it works well, just have several questions though:
1. My login page is login.html, my main page is main.html, how can I make it redirect to login.html even if I type &quot;http://.../main.html&quot; in browser? Now I still can access main.html without login.

2. The username and password can be seen from firebug when click login button. Is there any way to make it safe and invisible?

3. If I use my own ajax call to handle authentication, for example, use &quot;url: &#039;myAuthen.ajax&#039; instead of url:&#039;j_spring_security_check&#039; in login.js file, does it make sense to use Spring security? How could I integrate that?</description>
		<content:encoded><![CDATA[<p>Nice tutorial and very helpful!</p>
<p>I tried it and it works well, just have several questions though:<br />
1. My login page is login.html, my main page is main.html, how can I make it redirect to login.html even if I type &#8220;http://&#8230;/main.html&#8221; in browser? Now I still can access main.html without login.</p>
<p>2. The username and password can be seen from firebug when click login button. Is there any way to make it safe and invisible?</p>
<p>3. If I use my own ajax call to handle authentication, for example, use &#8220;url: &#8216;myAuthen.ajax&#8217; instead of url:&#8217;j_spring_security_check&#8217; in login.js file, does it make sense to use Spring security? How could I integrate that?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Loiane</title>
		<link>http://loianegroner.com/2010/02/integrating-spring-security-with-extjs-login-page/comment-page-1/#comment-164</link>
		<dc:creator>Loiane</dc:creator>
		<pubDate>Mon, 22 Mar 2010 18:54:00 +0000</pubDate>
		<guid isPermaLink="false">http://loianegroner.com/?p=210#comment-164</guid>
		<description>Hi,

Well, I&#039;m not an expert on it, but sure, I can help you.

Thanks for visiting</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Well, I&#8217;m not an expert on it, but sure, I can help you.</p>
<p>Thanks for visiting</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mayte</title>
		<link>http://loianegroner.com/2010/02/integrating-spring-security-with-extjs-login-page/comment-page-1/#comment-159</link>
		<dc:creator>Mayte</dc:creator>
		<pubDate>Sat, 20 Mar 2010 22:08:44 +0000</pubDate>
		<guid isPermaLink="false">http://loianegroner.com/?p=210#comment-159</guid>
		<description>Hi, I&#039;ve got a situation, my security xml isn&#039;t configured like yours &#039;cuz has it was created in another project where the client side wasn&#039;t ext js.
Would you help me
thanks</description>
		<content:encoded><![CDATA[<p>Hi, I&#8217;ve got a situation, my security xml isn&#8217;t configured like yours &#8216;cuz has it was created in another project where the client side wasn&#8217;t ext js.<br />
Would you help me<br />
thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Loiane</title>
		<link>http://loianegroner.com/2010/02/integrating-spring-security-with-extjs-login-page/comment-page-1/#comment-139</link>
		<dc:creator>Loiane</dc:creator>
		<pubDate>Mon, 01 Mar 2010 15:21:23 +0000</pubDate>
		<guid isPermaLink="false">http://loianegroner.com/?p=210#comment-139</guid>
		<description>Hi,
I wrote another tutorial about spring security and you can take a look how to do it: http://loianegroner.com/2010/01/tutorial-getting-started-with-spring-security/
Thanks!</description>
		<content:encoded><![CDATA[<p>Hi,<br />
I wrote another tutorial about spring security and you can take a look how to do it: <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><br />
Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mascot</title>
		<link>http://loianegroner.com/2010/02/integrating-spring-security-with-extjs-login-page/comment-page-1/#comment-137</link>
		<dc:creator>mascot</dc:creator>
		<pubDate>Mon, 01 Mar 2010 08:16:14 +0000</pubDate>
		<guid isPermaLink="false">http://loianegroner.com/?p=210#comment-137</guid>
		<description>Its working..cool :)
Anyway how if I use username and password taken from database?

Any solutions?</description>
		<content:encoded><![CDATA[<p>Its working..cool <img src='http://loianegroner.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
Anyway how if I use username and password taken from database?</p>
<p>Any solutions?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jango</title>
		<link>http://loianegroner.com/2010/02/integrating-spring-security-with-extjs-login-page/comment-page-1/#comment-94</link>
		<dc:creator>jango</dc:creator>
		<pubDate>Tue, 02 Feb 2010 09:53:41 +0000</pubDate>
		<guid isPermaLink="false">http://loianegroner.com/?p=210#comment-94</guid>
		<description>thanks, (bow)</description>
		<content:encoded><![CDATA[<p>thanks, (bow)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: watazo</title>
		<link>http://loianegroner.com/2010/02/integrating-spring-security-with-extjs-login-page/comment-page-1/#comment-91</link>
		<dc:creator>watazo</dc:creator>
		<pubDate>Mon, 01 Feb 2010 18:21:43 +0000</pubDate>
		<guid isPermaLink="false">http://loianegroner.com/?p=210#comment-91</guid>
		<description>a perfect mix, this tools (framework spring + extjs) is a interesting experience to work.
thanks a good tutorial</description>
		<content:encoded><![CDATA[<p>a perfect mix, this tools (framework spring + extjs) is a interesting experience to work.<br />
thanks a good tutorial</p>
]]></content:encoded>
	</item>
</channel>
</rss>
