<?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: Using OpenID within GWT</title>
	<atom:link href="http://chaoticjava.com/posts/using-openid-within-gwt/feed/" rel="self" type="application/rss+xml" />
	<link>http://chaoticjava.com/posts/using-openid-within-gwt/</link>
	<description>The internet, design patterns, frameworks and Java</description>
	<lastBuildDate>Fri, 05 Mar 2010 16:13:23 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Aviad</title>
		<link>http://chaoticjava.com/posts/using-openid-within-gwt/comment-page-1/#comment-63252</link>
		<dc:creator>Aviad</dc:creator>
		<pubDate>Wed, 16 Sep 2009 16:35:42 +0000</pubDate>
		<guid isPermaLink="false">http://chaoticjava.com/?p=227#comment-63252</guid>
		<description>@simonwb6: From a GWT client I don&#039;t do anything special; from the GWT server, if the user requested a page which requires authentication in order to view it, I redirect the request to the servlet.</description>
		<content:encoded><![CDATA[<p>@simonwb6: From a GWT client I don&#8217;t do anything special; from the GWT server, if the user requested a page which requires authentication in order to view it, I redirect the request to the servlet.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: simonswb6</title>
		<link>http://chaoticjava.com/posts/using-openid-within-gwt/comment-page-1/#comment-63112</link>
		<dc:creator>simonswb6</dc:creator>
		<pubDate>Tue, 15 Sep 2009 16:02:27 +0000</pubDate>
		<guid isPermaLink="false">http://chaoticjava.com/?p=227#comment-63112</guid>
		<description>I am struggling a little with the client side piece.  Are you using a straight rpc call to first get the openid url and then do the redirect?  do you have an example how you would call the servelet from the gwt client?</description>
		<content:encoded><![CDATA[<p>I am struggling a little with the client side piece.  Are you using a straight rpc call to first get the openid url and then do the redirect?  do you have an example how you would call the servelet from the gwt client?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: beanryu</title>
		<link>http://chaoticjava.com/posts/using-openid-within-gwt/comment-page-1/#comment-62578</link>
		<dc:creator>beanryu</dc:creator>
		<pubDate>Wed, 09 Sep 2009 21:43:20 +0000</pubDate>
		<guid isPermaLink="false">http://chaoticjava.com/?p=227#comment-62578</guid>
		<description>I looked at dyuproject before I tried using openid4java.  The code in the quickstart link looks easy, but I have completely no idea how to get it to work.  Also, I have no idea on where I can find out what each method does except looking directly at the source code and try to figure it out myself.</description>
		<content:encoded><![CDATA[<p>I looked at dyuproject before I tried using openid4java.  The code in the quickstart link looks easy, but I have completely no idea how to get it to work.  Also, I have no idea on where I can find out what each method does except looking directly at the source code and try to figure it out myself.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: caster</title>
		<link>http://chaoticjava.com/posts/using-openid-within-gwt/comment-page-1/#comment-62374</link>
		<dc:creator>caster</dc:creator>
		<pubDate>Tue, 08 Sep 2009 07:24:32 +0000</pubDate>
		<guid isPermaLink="false">http://chaoticjava.com/?p=227#comment-62374</guid>
		<description>Take a look at the openid java library at http://code.google.com/p/dyuproject/ 
Its small and easier to deploy ... and works on appengine without problems</description>
		<content:encoded><![CDATA[<p>Take a look at the openid java library at <a href="http://code.google.com/p/dyuproject/" rel="nofollow">http://code.google.com/p/dyuproject/</a><br />
Its small and easier to deploy &#8230; and works on appengine without problems</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: beanryu</title>
		<link>http://chaoticjava.com/posts/using-openid-within-gwt/comment-page-1/#comment-62303</link>
		<dc:creator>beanryu</dc:creator>
		<pubDate>Mon, 07 Sep 2009 16:40:57 +0000</pubDate>
		<guid isPermaLink="false">http://chaoticjava.com/?p=227#comment-62303</guid>
		<description>Hi Aviad, I am using openid4java-0.9.5.593, for some reason, i got the following error:
java.security.AccessControlException: access denied (java.lang.RuntimePermission modifyThreadGroup)... at the ConsumerManager.discover method, have you experienced this and found a solution? I googled it and read about it, people usually get this on GAE, but I am getting it in my local hosted mode.  I am supplying the method with the string &quot;http://myname.myopenid.com/&quot;.  Thank you for your help.</description>
		<content:encoded><![CDATA[<p>Hi Aviad, I am using openid4java-0.9.5.593, for some reason, i got the following error:<br />
java.security.AccessControlException: access denied (java.lang.RuntimePermission modifyThreadGroup)&#8230; at the ConsumerManager.discover method, have you experienced this and found a solution? I googled it and read about it, people usually get this on GAE, but I am getting it in my local hosted mode.  I am supplying the method with the string &#8220;http://myname.myopenid.com/&#8221;.  Thank you for your help.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aviad</title>
		<link>http://chaoticjava.com/posts/using-openid-within-gwt/comment-page-1/#comment-61919</link>
		<dc:creator>Aviad</dc:creator>
		<pubDate>Fri, 04 Sep 2009 14:40:05 +0000</pubDate>
		<guid isPermaLink="false">http://chaoticjava.com/?p=227#comment-61919</guid>
		<description>@antony.trupe: The Callback interface is implemented in your server. It is where you add your business logic for how to store your users and how to reach your login screen (so that the servlet could make the redirections correctly).
@beanryu: The servlet is a stand-alone servlet. I made it implement GWT&#039;s RemoteService so that I could use it in a GWT environment, but it&#039;s not necessarily what you should do.</description>
		<content:encoded><![CDATA[<p>@antony.trupe: The Callback interface is implemented in your server. It is where you add your business logic for how to store your users and how to reach your login screen (so that the servlet could make the redirections correctly).<br />
@beanryu: The servlet is a stand-alone servlet. I made it implement GWT&#8217;s RemoteService so that I could use it in a GWT environment, but it&#8217;s not necessarily what you should do.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: antony.trupe</title>
		<link>http://chaoticjava.com/posts/using-openid-within-gwt/comment-page-1/#comment-61765</link>
		<dc:creator>antony.trupe</dc:creator>
		<pubDate>Thu, 03 Sep 2009 02:17:19 +0000</pubDate>
		<guid isPermaLink="false">http://chaoticjava.com/?p=227#comment-61765</guid>
		<description>I don&#039;t quite follow the internal Callback interface. Where is it implemented?</description>
		<content:encoded><![CDATA[<p>I don&#8217;t quite follow the internal Callback interface. Where is it implemented?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: beanryu</title>
		<link>http://chaoticjava.com/posts/using-openid-within-gwt/comment-page-1/#comment-61747</link>
		<dc:creator>beanryu</dc:creator>
		<pubDate>Wed, 02 Sep 2009 21:34:14 +0000</pubDate>
		<guid isPermaLink="false">http://chaoticjava.com/?p=227#comment-61747</guid>
		<description>Hi Aviad, thank you for posting the code.  Could you please tell me how should the client talk to the servlet(I assume the code you posted is the &quot;servlet&quot;).  Should I use GWT&#039;s RPC or GWT&#039;s Request and Response class?  Or maybe something else?  What data should be sent to the Servlet from the client?  Thank you so much Aviad.</description>
		<content:encoded><![CDATA[<p>Hi Aviad, thank you for posting the code.  Could you please tell me how should the client talk to the servlet(I assume the code you posted is the &#8220;servlet&#8221;).  Should I use GWT&#8217;s RPC or GWT&#8217;s Request and Response class?  Or maybe something else?  What data should be sent to the Servlet from the client?  Thank you so much Aviad.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aviad</title>
		<link>http://chaoticjava.com/posts/using-openid-within-gwt/comment-page-1/#comment-60220</link>
		<dc:creator>Aviad</dc:creator>
		<pubDate>Sun, 16 Aug 2009 16:19:17 +0000</pubDate>
		<guid isPermaLink="false">http://chaoticjava.com/?p=227#comment-60220</guid>
		<description>@lma: I&#039;ll try to mail it to the address you specified. For your own safety from spam etc, I removed the email address you wrote in the comment itself..</description>
		<content:encoded><![CDATA[<p>@lma: I&#8217;ll try to mail it to the address you specified. For your own safety from spam etc, I removed the email address you wrote in the comment itself..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: lma</title>
		<link>http://chaoticjava.com/posts/using-openid-within-gwt/comment-page-1/#comment-60219</link>
		<dc:creator>lma</dc:creator>
		<pubDate>Sun, 16 Aug 2009 15:24:37 +0000</pubDate>
		<guid isPermaLink="false">http://chaoticjava.com/?p=227#comment-60219</guid>
		<description>Hi Aviad,

I&#039;m also interested in the code for 

util.HttpCookies;
util.DependencyInjection;

I&#039;m new with OpenId and I&#039;d like to see how does this code look like. Do you have any problem to mail it to xxx... thank you!

lma</description>
		<content:encoded><![CDATA[<p>Hi Aviad,</p>
<p>I&#8217;m also interested in the code for </p>
<p>util.HttpCookies;<br />
util.DependencyInjection;</p>
<p>I&#8217;m new with OpenId and I&#8217;d like to see how does this code look like. Do you have any problem to mail it to xxx&#8230; thank you!</p>
<p>lma</p>
]]></content:encoded>
	</item>
</channel>
</rss>
