<?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: Groovy and EJBs</title>
	<atom:link href="http://jpz-log.info/archives/2008/01/03/groovy-and-ejbs/feed/" rel="self" type="application/rss+xml" />
	<link>http://jpz-log.info/archives/2008/01/03/groovy-and-ejbs/</link>
	<description>Coin Coin and Plop da Plop</description>
	<pubDate>Tue, 06 Jan 2009 02:38:26 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Vince</title>
		<link>http://jpz-log.info/archives/2008/01/03/groovy-and-ejbs/comment-page-1/#comment-3296</link>
		<dc:creator>Vince</dc:creator>
		<pubDate>Mon, 14 Jul 2008 17:01:57 +0000</pubDate>
		<guid isPermaLink="false">http://jpz-log.info/archives/2008/01/03/groovy-and-ejbs/#comment-3296</guid>
		<description>Good example.  Is there a way to make this work with MDBs? I have the following annotation (deployed to JBoss 4.2.1) that does not make it through the groovy compiler. &lt;code&gt;@MessageDriven(mappedName="test/TestMDB", activationConfig = {
@ActivationConfigProperty(propertyName = "destinationType", propertyValue = "javax.jms.Queue"),
@ActivationConfigProperty(propertyName="destination", propertyValue="testq")})
&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>Good example.  Is there a way to make this work with MDBs? I have the following annotation (deployed to JBoss 4.2.1) that does not make it through the groovy compiler. <code>@MessageDriven(mappedName="test/TestMDB", activationConfig = {<br />
@ActivationConfigProperty(propertyName = "destinationType", propertyValue = "javax.jms.Queue"),<br />
@ActivationConfigProperty(propertyName="destination", propertyValue="testq")})<br />
</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Julien</title>
		<link>http://jpz-log.info/archives/2008/01/03/groovy-and-ejbs/comment-page-1/#comment-1138</link>
		<dc:creator>Julien</dc:creator>
		<pubDate>Mon, 07 Jan 2008 12:04:40 +0000</pubDate>
		<guid isPermaLink="false">http://jpz-log.info/archives/2008/01/03/groovy-and-ejbs/#comment-1138</guid>
		<description>To make it work you just have to compile the Groovy files. If you don't want to compile them then you'll have to play with the Groovy API to run the scripts but also with your application server so that it correctly deploys the EJBs... I'm not really sure that can even work!</description>
		<content:encoded><![CDATA[<p>To make it work you just have to compile the Groovy files. If you don&#8217;t want to compile them then you&#8217;ll have to play with the Groovy API to run the scripts but also with your application server so that it correctly deploys the EJBs&#8230; I&#8217;m not really sure that can even work!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: panji_alam</title>
		<link>http://jpz-log.info/archives/2008/01/03/groovy-and-ejbs/comment-page-1/#comment-1137</link>
		<dc:creator>panji_alam</dc:creator>
		<pubDate>Mon, 07 Jan 2008 08:20:49 +0000</pubDate>
		<guid isPermaLink="false">http://jpz-log.info/archives/2008/01/03/groovy-and-ejbs/#comment-1137</guid>
		<description>Can u share with us the details how u implement ur groovy with EB3?

Is it working if i just maintain the groovy in script instead compile it to byte code version as session bean?</description>
		<content:encoded><![CDATA[<p>Can u share with us the details how u implement ur groovy with EB3?</p>
<p>Is it working if i just maintain the groovy in script instead compile it to byte code version as session bean?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
