<?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/"
	xmlns:creativeCommons="http://backend.userland.com/creativeCommonsRssModule"
	>
<channel>
	<title>Comments on: Custom JDBC (MySQL) Realm Authentication with Livecycle Data Services (or BlazeDS)</title>
	<atom:link href="http://joelhooks.com/2008/08/27/custom-jdbc-mysql-realm-authentication-with-livecycle-data-services-or-blazeds/feed/" rel="self" type="application/rss+xml" />
	<link>http://joelhooks.com/2008/08/27/custom-jdbc-mysql-realm-authentication-with-livecycle-data-services-or-blazeds/</link>
	<description>[without unit tests] you&#039;re not refactoring; you&#039;re just changing shit. -Hamlet D&#039;Arcy</description>
	<lastBuildDate>Mon, 14 May 2012 21:01:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
	<item>
		<title>By: lasse</title>
		<link>http://joelhooks.com/2008/08/27/custom-jdbc-mysql-realm-authentication-with-livecycle-data-services-or-blazeds/comment-page-1/#comment-433</link>
		<dc:creator>lasse</dc:creator>
		<pubDate>Thu, 05 Nov 2009 19:40:04 +0000</pubDate>
		<guid isPermaLink="false">http://joelhooks.com/?p=73#comment-433</guid>
		<description>Do you have a sample user I can add to the database so that I have something to authenticate against? A username with corresponding password hash?&lt;br&gt;&lt;br&gt;I tried to generate one by: 		logger.trace(passwordEncrypter.encryptPassword(&quot;myPassord&quot;));&lt;br&gt;&lt;br&gt;But I&#039;m not seeing the trace anywhere :-(</description>
		<content:encoded><![CDATA[<p>Do you have a sample user I can add to the database so that I have something to authenticate against? A username with corresponding password hash?</p>
<p>I tried to generate one by: 		logger.trace(passwordEncrypter.encryptPassword(&#8220;myPassord&#8221;));</p>
<p>But I&#39;m not seeing the trace anywhere <img src='http://joelhooks.com/wp-includes/images/smilies/icon_sad.gif' alt=':-(' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: lasse</title>
		<link>http://joelhooks.com/2008/08/27/custom-jdbc-mysql-realm-authentication-with-livecycle-data-services-or-blazeds/comment-page-1/#comment-190</link>
		<dc:creator>lasse</dc:creator>
		<pubDate>Thu, 05 Nov 2009 13:40:04 +0000</pubDate>
		<guid isPermaLink="false">http://joelhooks.com/?p=73#comment-190</guid>
		<description>Do you have a sample user I can add to the database so that I have something to authenticate against? A username with corresponding password hash?&lt;br&gt;&lt;br&gt;I tried to generate one by: 		logger.trace(passwordEncrypter.encryptPassword(&quot;myPassord&quot;));&lt;br&gt;&lt;br&gt;But I&#039;m not seeing the trace anywhere :-(</description>
		<content:encoded><![CDATA[<p>Do you have a sample user I can add to the database so that I have something to authenticate against? A username with corresponding password hash?</p>
<p>I tried to generate one by: 		logger.trace(passwordEncrypter.encryptPassword(&#8220;myPassord&#8221;));</p>
<p>But I&#39;m not seeing the trace anywhere <img src='http://joelhooks.com/wp-includes/images/smilies/icon_sad.gif' alt=':-(' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Zdenek M</title>
		<link>http://joelhooks.com/2008/08/27/custom-jdbc-mysql-realm-authentication-with-livecycle-data-services-or-blazeds/comment-page-1/#comment-189</link>
		<dc:creator>Zdenek M</dc:creator>
		<pubDate>Thu, 02 Apr 2009 12:48:41 +0000</pubDate>
		<guid isPermaLink="false">http://joelhooks.com/?p=73#comment-189</guid>
		<description>Great blog, but could you please also explain how to put strong encrypted passwords into database? And how to use Jasypt to transparently encrypt data using Livecycle Data Services with Hibernate?

Thanks in advance

Zdenek M</description>
		<content:encoded><![CDATA[<p>Great blog, but could you please also explain how to put strong encrypted passwords into database? And how to use Jasypt to transparently encrypt data using Livecycle Data Services with Hibernate?</p>
<p>Thanks in advance</p>
<p>Zdenek M</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Zac</title>
		<link>http://joelhooks.com/2008/08/27/custom-jdbc-mysql-realm-authentication-with-livecycle-data-services-or-blazeds/comment-page-1/#comment-188</link>
		<dc:creator>Zac</dc:creator>
		<pubDate>Mon, 08 Dec 2008 14:15:26 +0000</pubDate>
		<guid isPermaLink="false">http://joelhooks.com/?p=73#comment-188</guid>
		<description>Excellent blog and brilliant, very useful thanks youve answered a few humdinger questions for me</description>
		<content:encoded><![CDATA[<p>Excellent blog and brilliant, very useful thanks youve answered a few humdinger questions for me</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alexandro</title>
		<link>http://joelhooks.com/2008/08/27/custom-jdbc-mysql-realm-authentication-with-livecycle-data-services-or-blazeds/comment-page-1/#comment-187</link>
		<dc:creator>Alexandro</dc:creator>
		<pubDate>Tue, 30 Sep 2008 17:17:21 +0000</pubDate>
		<guid isPermaLink="false">http://joelhooks.com/?p=73#comment-187</guid>
		<description>I got it figured our. I used the multiserver install which comes with the JMC for Jrun.
That made it easy adding datasource to jrun generating the needed code for jrun.
The I just used the jrunlogincommand in lcds and presto!!</description>
		<content:encoded><![CDATA[<p>I got it figured our. I used the multiserver install which comes with the JMC for Jrun.<br />
That made it easy adding datasource to jrun generating the needed code for jrun.<br />
The I just used the jrunlogincommand in lcds and presto!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joel</title>
		<link>http://joelhooks.com/2008/08/27/custom-jdbc-mysql-realm-authentication-with-livecycle-data-services-or-blazeds/comment-page-1/#comment-186</link>
		<dc:creator>Joel</dc:creator>
		<pubDate>Tue, 30 Sep 2008 14:05:28 +0000</pubDate>
		<guid isPermaLink="false">http://joelhooks.com/?p=73#comment-186</guid>
		<description>Alexandro,

I wouldn&#039;t know where to begin. I wish I could be of more assistance,

Best,

Joel</description>
		<content:encoded><![CDATA[<p>Alexandro,</p>
<p>I wouldn&#8217;t know where to begin. I wish I could be of more assistance,</p>
<p>Best,</p>
<p>Joel</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alexandro</title>
		<link>http://joelhooks.com/2008/08/27/custom-jdbc-mysql-realm-authentication-with-livecycle-data-services-or-blazeds/comment-page-1/#comment-185</link>
		<dc:creator>Alexandro</dc:creator>
		<pubDate>Tue, 30 Sep 2008 09:33:40 +0000</pubDate>
		<guid isPermaLink="false">http://joelhooks.com/?p=73#comment-185</guid>
		<description>Great article.
How would I go about doing this with the integrated CF8 install of LCDS that runs on Jrun instead of Tomcat.

regards,

Alexandro</description>
		<content:encoded><![CDATA[<p>Great article.<br />
How would I go about doing this with the integrated CF8 install of LCDS that runs on Jrun instead of Tomcat.</p>
<p>regards,</p>
<p>Alexandro</p>
]]></content:encoded>
	</item>
</channel>
</rss>

