<?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: Grails BlazeDS 4 Integration Plugin</title>
	<atom:link href="http://sebastien-arbogast.com/2010/01/28/grails-blazeds-4-integration-plugin/feed/" rel="self" type="application/rss+xml" />
	<link>http://sebastien-arbogast.com/2010/01/28/grails-blazeds-4-integration-plugin/</link>
	<description>Solving Software Problems since 2010</description>
	<lastBuildDate>Fri, 03 Feb 2012 11:39:51 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Ken</title>
		<link>http://sebastien-arbogast.com/2010/01/28/grails-blazeds-4-integration-plugin/comment-page-1/#comment-2452</link>
		<dc:creator>Ken</dc:creator>
		<pubDate>Sun, 20 Feb 2011 04:08:50 +0000</pubDate>
		<guid isPermaLink="false">http://sebastien-arbogast.com/?p=440#comment-2452</guid>
		<description>I am very new to Grails - can you/someone let me how to update and deleted on the grails side. Please.</description>
		<content:encoded><![CDATA[<p>I am very new to Grails &#8211; can you/someone let me how to update and deleted on the grails side. Please.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeff</title>
		<link>http://sebastien-arbogast.com/2010/01/28/grails-blazeds-4-integration-plugin/comment-page-1/#comment-1973</link>
		<dc:creator>Jeff</dc:creator>
		<pubDate>Fri, 30 Apr 2010 04:21:00 +0000</pubDate>
		<guid isPermaLink="false">http://sebastien-arbogast.com/?p=440#comment-1973</guid>
		<description>Sebastien, 
  thanks for the info; for me the problem is that the dynamic service classes are not only in the wrong directory, they are not on the classpath. They are loaded by their own classloader, so there is no hope of explaining to RDS how to find them.  So I must run/deploy the dynamic services as standalone apps, whenever I want/need the RDS code generation.
I may be motivated to use my own template and code generator...</description>
		<content:encoded><![CDATA[<p>Sebastien,<br />
  thanks for the info; for me the problem is that the dynamic service classes are not only in the wrong directory, they are not on the classpath. They are loaded by their own classloader, so there is no hope of explaining to RDS how to find them.  So I must run/deploy the dynamic services as standalone apps, whenever I want/need the RDS code generation.<br />
I may be motivated to use my own template and code generator&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sébastien</title>
		<link>http://sebastien-arbogast.com/2010/01/28/grails-blazeds-4-integration-plugin/comment-page-1/#comment-1956</link>
		<dc:creator>Sébastien</dc:creator>
		<pubDate>Tue, 13 Apr 2010 20:34:25 +0000</pubDate>
		<guid isPermaLink="false">http://sebastien-arbogast.com/?p=440#comment-1956</guid>
		<description>The problem is that the BlazeDS stub generator in Flash Builder seems to rely on a very classical web layout. So as soon as you try to combine things dynamically at runtime, it loses its marks. The only solution would be to write another extension to Flash Builder like some guys did it for PHP. But the problem is that this process seems to be completely undocumented (I didn&#039;t find any documentation anyway). For Grails it was just easier to use run-war instead of run-app to make the app look like it has a classical layout. Doing so, I lose some productivity but I do that just once when I need to regenerate stubs, and then I go back to run-app. Now if your layout is more specific, I guess we&#039;ll have to wait for Adobe to come up with a better solution, something more robust that works outside of the basic demonstration scenarios. HTH</description>
		<content:encoded><![CDATA[<p>The problem is that the BlazeDS stub generator in Flash Builder seems to rely on a very classical web layout. So as soon as you try to combine things dynamically at runtime, it loses its marks. The only solution would be to write another extension to Flash Builder like some guys did it for PHP. But the problem is that this process seems to be completely undocumented (I didn&#8217;t find any documentation anyway). For Grails it was just easier to use run-war instead of run-app to make the app look like it has a classical layout. Doing so, I lose some productivity but I do that just once when I need to regenerate stubs, and then I go back to run-app. Now if your layout is more specific, I guess we&#8217;ll have to wait for Adobe to come up with a better solution, something more robust that works outside of the basic demonstration scenarios. HTH</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeff</title>
		<link>http://sebastien-arbogast.com/2010/01/28/grails-blazeds-4-integration-plugin/comment-page-1/#comment-1955</link>
		<dc:creator>Jeff</dc:creator>
		<pubDate>Tue, 13 Apr 2010 19:40:03 +0000</pubDate>
		<guid isPermaLink="false">http://sebastien-arbogast.com/?p=440#comment-1955</guid>
		<description>Sebastien,
  In Ward&#039;s blog, you mentioned hitting the &quot;not available in the specified location&quot; problem.
And then apparently a solution?

I&#039;m doing a similar dynamic service registration and am getting that message.
[Same basic FB4, Spring-Flex-1.5.0; no Grails, but I do classload and register the service on-the-fly]
Can you offer any indication of what is the underlying problem?

Did you find a solution? or is this the #5 restriction?
Is RDS fundamentally limited?

Any insight you can offer will be appreciated.</description>
		<content:encoded><![CDATA[<p>Sebastien,<br />
  In Ward&#8217;s blog, you mentioned hitting the &#8220;not available in the specified location&#8221; problem.<br />
And then apparently a solution?</p>
<p>I&#8217;m doing a similar dynamic service registration and am getting that message.<br />
[Same basic FB4, Spring-Flex-1.5.0; no Grails, but I do classload and register the service on-the-fly]<br />
Can you offer any indication of what is the underlying problem?</p>
<p>Did you find a solution? or is this the #5 restriction?<br />
Is RDS fundamentally limited?</p>
<p>Any insight you can offer will be appreciated.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kwame nkrumah</title>
		<link>http://sebastien-arbogast.com/2010/01/28/grails-blazeds-4-integration-plugin/comment-page-1/#comment-1946</link>
		<dc:creator>kwame nkrumah</dc:creator>
		<pubDate>Fri, 02 Apr 2010 14:21:39 +0000</pubDate>
		<guid isPermaLink="false">http://sebastien-arbogast.com/?p=440#comment-1946</guid>
		<description>Thank you Sébastien. You did a very good job.
But do you think the famous &quot;lazy-loading&quot; problem has been
resolved by your method? If no, do you think it could be possible to resolve it integrating it with dphibernate? or graniteds ? how?
Merci beaucoup,
Kwame</description>
		<content:encoded><![CDATA[<p>Thank you Sébastien. You did a very good job.<br />
But do you think the famous &#8220;lazy-loading&#8221; problem has been<br />
resolved by your method? If no, do you think it could be possible to resolve it integrating it with dphibernate? or graniteds ? how?<br />
Merci beaucoup,<br />
Kwame</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: The Blazing Grail &#8211; Part 1 : Peanut Butter Thoughts</title>
		<link>http://sebastien-arbogast.com/2010/01/28/grails-blazeds-4-integration-plugin/comment-page-1/#comment-1942</link>
		<dc:creator>The Blazing Grail &#8211; Part 1 : Peanut Butter Thoughts</dc:creator>
		<pubDate>Tue, 23 Mar 2010 03:24:06 +0000</pubDate>
		<guid isPermaLink="false">http://sebastien-arbogast.com/?p=440#comment-1942</guid>
		<description>[...] I discovered a series of great posts by Sébastien Arbogast that culminated in the creation of his own plugin for BlazeDS4.  That helped me to understand what had to happen to get everything [...]</description>
		<content:encoded><![CDATA[<p>[...] I discovered a series of great posts by Sébastien Arbogast that culminated in the creation of his own plugin for BlazeDS4.  That helped me to understand what had to happen to get everything [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sébastien</title>
		<link>http://sebastien-arbogast.com/2010/01/28/grails-blazeds-4-integration-plugin/comment-page-1/#comment-1941</link>
		<dc:creator>Sébastien</dc:creator>
		<pubDate>Mon, 22 Mar 2010 23:51:07 +0000</pubDate>
		<guid isPermaLink="false">http://sebastien-arbogast.com/?p=440#comment-1941</guid>
		<description>You&#039;re very welcome. I&#039;ll try to combine your forthcoming post and the latest developments with BlazeDS4 and Spring BlazeDS integration 1.0.3 in a more robust version of the grails-blazeds plugin. Please let me know when your post is ready.</description>
		<content:encoded><![CDATA[<p>You&#8217;re very welcome. I&#8217;ll try to combine your forthcoming post and the latest developments with BlazeDS4 and Spring BlazeDS integration 1.0.3 in a more robust version of the grails-blazeds plugin. Please let me know when your post is ready.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jason Crist</title>
		<link>http://sebastien-arbogast.com/2010/01/28/grails-blazeds-4-integration-plugin/comment-page-1/#comment-1940</link>
		<dc:creator>Jason Crist</dc:creator>
		<pubDate>Mon, 22 Mar 2010 22:59:22 +0000</pubDate>
		<guid isPermaLink="false">http://sebastien-arbogast.com/?p=440#comment-1940</guid>
		<description>For what it&#039;s worth, I got authorization working.  &lt;a href=&quot;http://forum.springsource.org/archive/index.php/t-69941.html&quot; rel=&quot;nofollow&quot;&gt;this thread&lt;/a&gt; helped me to figure it out, but essentially the key is to code to an Interface.  I&#039;ve gotten XML-based authorization to work; haven&#039;t tried @Secured yet but I have high hopes.

A blog post is forthcoming.  I&#039;m super stoked to be where I am with this and definitely wouldn&#039;t be without you!  Thanks a ton.

-Jason</description>
		<content:encoded><![CDATA[<p>For what it&#8217;s worth, I got authorization working.  <a href="http://forum.springsource.org/archive/index.php/t-69941.html" rel="nofollow">this thread</a> helped me to figure it out, but essentially the key is to code to an Interface.  I&#8217;ve gotten XML-based authorization to work; haven&#8217;t tried @Secured yet but I have high hopes.</p>
<p>A blog post is forthcoming.  I&#8217;m super stoked to be where I am with this and definitely wouldn&#8217;t be without you!  Thanks a ton.</p>
<p>-Jason</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jason Crist</title>
		<link>http://sebastien-arbogast.com/2010/01/28/grails-blazeds-4-integration-plugin/comment-page-1/#comment-1939</link>
		<dc:creator>Jason Crist</dc:creator>
		<pubDate>Mon, 22 Mar 2010 19:50:46 +0000</pubDate>
		<guid isPermaLink="false">http://sebastien-arbogast.com/?p=440#comment-1939</guid>
		<description>So far I haven&#039;t been able to use [security:intercept-methods] XML for authorization either.  I may just have to use a number of different channels and lock each channel down with different security levels.  That sure does feel like a hack though . . .</description>
		<content:encoded><![CDATA[<p>So far I haven&#8217;t been able to use [security:intercept-methods] XML for authorization either.  I may just have to use a number of different channels and lock each channel down with different security levels.  That sure does feel like a hack though . . .</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sébastien</title>
		<link>http://sebastien-arbogast.com/2010/01/28/grails-blazeds-4-integration-plugin/comment-page-1/#comment-1938</link>
		<dc:creator>Sébastien</dc:creator>
		<pubDate>Mon, 22 Mar 2010 06:40:55 +0000</pubDate>
		<guid isPermaLink="false">http://sebastien-arbogast.com/?p=440#comment-1938</guid>
		<description>As far as I&#039;m concerned, I managed to get authentication working, but not authorization. Access is denied as long as I&#039;m not logged in, but once logged in, I have access to everything, whatever my roles and the ones specified by @Secured. From what I remember when I was trying, it seems that @Secured annotations are not seen in compiled classes or something like that. My plan was to wait for a next release of Spring Security plugin, which is apparently under work.</description>
		<content:encoded><![CDATA[<p>As far as I&#8217;m concerned, I managed to get authentication working, but not authorization. Access is denied as long as I&#8217;m not logged in, but once logged in, I have access to everything, whatever my roles and the ones specified by @Secured. From what I remember when I was trying, it seems that @Secured annotations are not seen in compiled classes or something like that. My plan was to wait for a next release of Spring Security plugin, which is apparently under work.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

