<?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: EJB3 &#8211; annotations vs xml	</title>
	<atom:link href="https://www.selikoff.net/2008/08/24/ejb3-annotations-vs-xml/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.selikoff.net/2008/08/24/ejb3-annotations-vs-xml/</link>
	<description>Java/J2EE Software Development and Technology Discussion Blog</description>
	<lastBuildDate>Thu, 05 Nov 2009 19:02:41 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>
	<item>
		<title>
		By: jeanne		</title>
		<link>https://www.selikoff.net/2008/08/24/ejb3-annotations-vs-xml/comment-page-1/#comment-21</link>

		<dc:creator><![CDATA[jeanne]]></dc:creator>
		<pubDate>Mon, 25 Aug 2008 22:19:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.selikoff.net/blog/?p=301#comment-21</guid>

					<description><![CDATA[Brett,
Hmm.  Interesting point to consider.  What if the resource wasn&#039;t available as in the case of an LDAP server.  The code is expecting to read from some resource, right?  I would think a file based resource would be available in LDAP under a different name. 

I see two link points on resources.  reference &lt;--&gt; JNDI and JNDI &lt;--&gt; actual resource.  I suppose one might want to change the reference to point to different JNDI resources in a shared environment.  Is this what you mean?]]></description>
			<content:encoded><![CDATA[<p>Brett,<br />
Hmm.  Interesting point to consider.  What if the resource wasn&#8217;t available as in the case of an LDAP server.  The code is expecting to read from some resource, right?  I would think a file based resource would be available in LDAP under a different name. </p>
<p>I see two link points on resources.  reference <--> JNDI and JNDI <--> actual resource.  I suppose one might want to change the reference to point to different JNDI resources in a shared environment.  Is this what you mean?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Brett Knights		</title>
		<link>https://www.selikoff.net/2008/08/24/ejb3-annotations-vs-xml/comment-page-1/#comment-20</link>

		<dc:creator><![CDATA[Brett Knights]]></dc:creator>
		<pubDate>Mon, 25 Aug 2008 17:18:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.selikoff.net/blog/?p=301#comment-20</guid>

					<description><![CDATA[I agree with most of this whole-heartedly. 
However I strongly disagree on Resource References. IMO these belong in a deployment descriptor of some sort. Does the environment even have an LDAP server available? Is one necessary? Could the resource be file based in some deployments and LDAP based in others? What about the resource being class-loader based?]]></description>
			<content:encoded><![CDATA[<p>I agree with most of this whole-heartedly.<br />
However I strongly disagree on Resource References. IMO these belong in a deployment descriptor of some sort. Does the environment even have an LDAP server available? Is one necessary? Could the resource be file based in some deployments and LDAP based in others? What about the resource being class-loader based?</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
