<?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: Hibernate Ldap bridge</title>
	<atom:link href="http://blog.inflinx.com/2008/08/19/hibernate-ldap-bridge/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.inflinx.com/2008/08/19/hibernate-ldap-bridge/</link>
	<description>All About Software Development</description>
	<lastBuildDate>Thu, 10 Nov 2011 17:04:20 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Balaji</title>
		<link>http://blog.inflinx.com/2008/08/19/hibernate-ldap-bridge/comment-page-1/#comment-9806</link>
		<dc:creator>Balaji</dc:creator>
		<pubDate>Mon, 04 Oct 2010 20:14:23 +0000</pubDate>
		<guid isPermaLink="false">http://onerandomthought.wordpress.com/2008/08/19/hibernate-ldap/#comment-9806</guid>
		<description>Deryl,
I agree that if you load 100 employees this technique will do 100 lookups. But, I believe that LDAP servers are designed to be read efficient (Write Once, Read Many principle) and depending upon your LDAP load and performance requirements this might not be a problem. I have not personally tried this, but how about lazy loading the relationship to user? This does not decrease the number of connections but definitely space the requests.

I wish there was a better way to integrate LDAP and Hibernate.</description>
		<content:encoded><![CDATA[<p>Deryl,<br />
I agree that if you load 100 employees this technique will do 100 lookups. But, I believe that LDAP servers are designed to be read efficient (Write Once, Read Many principle) and depending upon your LDAP load and performance requirements this might not be a problem. I have not personally tried this, but how about lazy loading the relationship to user? This does not decrease the number of connections but definitely space the requests.</p>
<p>I wish there was a better way to integrate LDAP and Hibernate.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Deryl Spielman</title>
		<link>http://blog.inflinx.com/2008/08/19/hibernate-ldap-bridge/comment-page-1/#comment-9805</link>
		<dc:creator>Deryl Spielman</dc:creator>
		<pubDate>Mon, 04 Oct 2010 19:49:25 +0000</pubDate>
		<guid isPermaLink="false">http://onerandomthought.wordpress.com/2008/08/19/hibernate-ldap/#comment-9805</guid>
		<description>Is it suitable to read from an LDAP server all of the time?  If you load 100 employees it&#039;s going to look up each employee 100 times.</description>
		<content:encoded><![CDATA[<p>Is it suitable to read from an LDAP server all of the time?  If you load 100 employees it&#8217;s going to look up each employee 100 times.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Balaji</title>
		<link>http://blog.inflinx.com/2008/08/19/hibernate-ldap-bridge/comment-page-1/#comment-3529</link>
		<dc:creator>Balaji</dc:creator>
		<pubDate>Thu, 28 Jan 2010 15:33:25 +0000</pubDate>
		<guid isPermaLink="false">http://onerandomthought.wordpress.com/2008/08/19/hibernate-ldap/#comment-3529</guid>
		<description>Did you make sure that Hibernate is scanning the package that contains EmployeeEntityListener?</description>
		<content:encoded><![CDATA[<p>Did you make sure that Hibernate is scanning the package that contains EmployeeEntityListener?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bastian</title>
		<link>http://blog.inflinx.com/2008/08/19/hibernate-ldap-bridge/comment-page-1/#comment-3432</link>
		<dc:creator>Bastian</dc:creator>
		<pubDate>Tue, 19 Jan 2010 13:41:50 +0000</pubDate>
		<guid isPermaLink="false">http://onerandomthought.wordpress.com/2008/08/19/hibernate-ldap/#comment-3432</guid>
		<description>I tried this with Hibernate 3.3.2.GA and Hibernate Annotations 3.4.0.GA,
the EmployeeEntityListener gets never called!</description>
		<content:encoded><![CDATA[<p>I tried this with Hibernate 3.3.2.GA and Hibernate Annotations 3.4.0.GA,<br />
the EmployeeEntityListener gets never called!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Erik</title>
		<link>http://blog.inflinx.com/2008/08/19/hibernate-ldap-bridge/comment-page-1/#comment-17</link>
		<dc:creator>Erik</dc:creator>
		<pubDate>Fri, 12 Sep 2008 15:24:47 +0000</pubDate>
		<guid isPermaLink="false">http://onerandomthought.wordpress.com/2008/08/19/hibernate-ldap/#comment-17</guid>
		<description>DataNucleus (JPA and JDO implementation) supports LDAP out of the box. checkout on http://datanuclues.org</description>
		<content:encoded><![CDATA[<p>DataNucleus (JPA and JDO implementation) supports LDAP out of the box. checkout on <a href="http://datanuclues.org" rel="nofollow">http://datanuclues.org</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>

