<?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 Spring with EJB 3</title>
	<atom:link href="http://twasink.net/blog/2007/01/using-spring-with-ejb-3/feed/" rel="self" type="application/rss+xml" />
	<link>http://twasink.net/blog/2007/01/using-spring-with-ejb-3/</link>
	<description>Robert's Rambling Ruminations Regarding Reality</description>
	<lastBuildDate>Fri, 26 Feb 2010 03:06:58 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: kawazu</title>
		<link>http://twasink.net/blog/2007/01/using-spring-with-ejb-3/comment-page-1/#comment-381</link>
		<dc:creator>kawazu</dc:creator>
		<pubDate>Sat, 28 Jun 2008 01:21:57 +0000</pubDate>
		<guid isPermaLink="false">http://twasink.net/wp/?p=206#comment-381</guid>
		<description>Hi there;
just stumbled across this searching for a solution to the same problem (initializing Spring context within an EJB module), and so far enjoyed the idea, thanks for prodiving this example. Could you however be so kind also providing the beanRefContext.xml and, more especifically, the applicationContext-service declaration referred to in

[...]
BeanFactoryLocator locator = ContextSingletonBeanFactoryLocator.getInstance(&quot;classpath*:beanRefContext.xml&quot;);
BeanFactoryReference ref = locator.useBeanFactory(&quot;applicationContext-service&quot;);
[...] ?

Would be much appreciated. :)
Thanks / best regards,
Kristian
</description>
		<content:encoded><![CDATA[<p>Hi there;<br />
just stumbled across this searching for a solution to the same problem (initializing Spring context within an EJB module), and so far enjoyed the idea, thanks for prodiving this example. Could you however be so kind also providing the beanRefContext.xml and, more especifically, the applicationContext-service declaration referred to in</p>
<p>[...]<br />
BeanFactoryLocator locator = ContextSingletonBeanFactoryLocator.getInstance(&#8221;classpath*:beanRefContext.xml&#8221;);<br />
BeanFactoryReference ref = locator.useBeanFactory(&#8221;applicationContext-service&#8221;);<br />
[...] ?</p>
<p>Would be much appreciated. :)<br />
Thanks / best regards,<br />
Kristian</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mert inan</title>
		<link>http://twasink.net/blog/2007/01/using-spring-with-ejb-3/comment-page-1/#comment-380</link>
		<dc:creator>mert inan</dc:creator>
		<pubDate>Thu, 15 May 2008 17:31:44 +0000</pubDate>
		<guid isPermaLink="false">http://twasink.net/wp/?p=206#comment-380</guid>
		<description>hi,

this sample is very inspirational. Could you please add the full import statements of the SpringBeanInterceptor class?
</description>
		<content:encoded><![CDATA[<p>hi,</p>
<p>this sample is very inspirational. Could you please add the full import statements of the SpringBeanInterceptor class?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robert</title>
		<link>http://twasink.net/blog/2007/01/using-spring-with-ejb-3/comment-page-1/#comment-379</link>
		<dc:creator>Robert</dc:creator>
		<pubDate>Tue, 22 Jan 2008 10:26:32 +0000</pubDate>
		<guid isPermaLink="false">http://twasink.net/wp/?p=206#comment-379</guid>
		<description>I&#039;m still on Spring 1.2.8 - so I wasn&#039;t aware of the new features in 2.5.1. However, it&#039;s good to see that they&#039;ve picked up this idea (or more likely come up with it themselves).

Thanks for the tip.
</description>
		<content:encoded><![CDATA[<p>I&#8217;m still on Spring 1.2.8 &#8211; so I wasn&#8217;t aware of the new features in 2.5.1. However, it&#8217;s good to see that they&#8217;ve picked up this idea (or more likely come up with it themselves).</p>
<p>Thanks for the tip.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alistair Israel</title>
		<link>http://twasink.net/blog/2007/01/using-spring-with-ejb-3/comment-page-1/#comment-378</link>
		<dc:creator>Alistair Israel</dc:creator>
		<pubDate>Mon, 21 Jan 2008 14:37:27 +0000</pubDate>
		<guid isPermaLink="false">http://twasink.net/wp/?p=206#comment-378</guid>
		<description>I know this article&#039;s a bit dated, but it comes up quite often when searching for &quot;spring ejb3&quot;.

Like you guys, I was trying to roll out my own Spring + EJB3 interceptor, and even marginally succeeded to finish implementing it using Spring&#039;s own internal classes.

Then I realized I was using Spring Framework 2.5.1, and that comes with its own SpringBeanAutowiringInterceptor specifically for this use case.

Just thought you and others might want to know.
</description>
		<content:encoded><![CDATA[<p>I know this article&#8217;s a bit dated, but it comes up quite often when searching for &#8220;spring ejb3&#8243;.</p>
<p>Like you guys, I was trying to roll out my own Spring + EJB3 interceptor, and even marginally succeeded to finish implementing it using Spring&#8217;s own internal classes.</p>
<p>Then I realized I was using Spring Framework 2.5.1, and that comes with its own SpringBeanAutowiringInterceptor specifically for this use case.</p>
<p>Just thought you and others might want to know.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robert</title>
		<link>http://twasink.net/blog/2007/01/using-spring-with-ejb-3/comment-page-1/#comment-377</link>
		<dc:creator>Robert</dc:creator>
		<pubDate>Mon, 13 Aug 2007 11:09:36 +0000</pubDate>
		<guid isPermaLink="false">http://twasink.net/wp/?p=206#comment-377</guid>
		<description>The other tip is at http://twasink.net/blog/archives/2007/02/using_ejb3_with.html
</description>
		<content:encoded><![CDATA[<p>The other tip is at <a href="http://twasink.net/blog/archives/2007/02/using_ejb3_with.html" rel="nofollow">http://twasink.net/blog/archives/2007/02/using_ejb3_with.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Antoine Sabot-Durand</title>
		<link>http://twasink.net/blog/2007/01/using-spring-with-ejb-3/comment-page-1/#comment-376</link>
		<dc:creator>Antoine Sabot-Durand</dc:creator>
		<pubDate>Mon, 13 Aug 2007 10:13:23 +0000</pubDate>
		<guid isPermaLink="false">http://twasink.net/wp/?p=206#comment-376</guid>
		<description>Thanks for the tip.
What&#039;s the other trick you mention at the end of your note ?
Do you know if there is now an official package doing this ? I&#039;m very puzzled that no body need this...

thanks again
</description>
		<content:encoded><![CDATA[<p>Thanks for the tip.<br />
What&#8217;s the other trick you mention at the end of your note ?<br />
Do you know if there is now an official package doing this ? I&#8217;m very puzzled that no body need this&#8230;</p>
<p>thanks again</p>
]]></content:encoded>
	</item>
</channel>
</rss>
