<?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: Meaningful exceptions in LCDS/BlazeDS applications using Spring BlazeDS Integration</title>
	<atom:link href="http://www.margelatu.org/2009/06/15/meaningful-exceptions-in-lcdsblazeds-applications-using-spring-blazeds-integration/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.margelatu.org/2009/06/15/meaningful-exceptions-in-lcdsblazeds-applications-using-spring-blazeds-integration/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=meaningful-exceptions-in-lcdsblazeds-applications-using-spring-blazeds-integration</link>
	<description></description>
	<lastBuildDate>Tue, 30 Aug 2011 10:41:19 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: nam</title>
		<link>http://www.margelatu.org/2009/06/15/meaningful-exceptions-in-lcdsblazeds-applications-using-spring-blazeds-integration/#comment-26</link>
		<dc:creator>nam</dc:creator>
		<pubDate>Thu, 09 Jun 2011 08:26:04 +0000</pubDate>
		<guid isPermaLink="false">http://margelatu.org/?p=28#comment-26</guid>
		<description>Great post. I agree with natasha it is very complicated but you did it. Good job! Thanks for sharing</description>
		<content:encoded><![CDATA[<p>Great post. I agree with natasha it is very complicated but you did it. Good job! Thanks for sharing</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Natasha</title>
		<link>http://www.margelatu.org/2009/06/15/meaningful-exceptions-in-lcdsblazeds-applications-using-spring-blazeds-integration/#comment-25</link>
		<dc:creator>Natasha</dc:creator>
		<pubDate>Thu, 09 Jun 2011 08:08:01 +0000</pubDate>
		<guid isPermaLink="false">http://margelatu.org/?p=28#comment-25</guid>
		<description>The codes is very complicated to me. I have programming. But I know this is very useful information!! I want to try to analyze those codes. Thanks for sharing your knowledge.</description>
		<content:encoded><![CDATA[<p>The codes is very complicated to me. I have programming. But I know this is very useful information!! I want to try to analyze those codes. Thanks for sharing your knowledge.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave</title>
		<link>http://www.margelatu.org/2009/06/15/meaningful-exceptions-in-lcdsblazeds-applications-using-spring-blazeds-integration/#comment-24</link>
		<dc:creator>Dave</dc:creator>
		<pubDate>Sun, 22 May 2011 08:53:11 +0000</pubDate>
		<guid isPermaLink="false">http://margelatu.org/?p=28#comment-24</guid>
		<description>Interesting post, I like to see how other people handle things. Your code looks very professional and clean.</description>
		<content:encoded><![CDATA[<p>Interesting post, I like to see how other people handle things. Your code looks very professional and clean.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: golden retriever puppies</title>
		<link>http://www.margelatu.org/2009/06/15/meaningful-exceptions-in-lcdsblazeds-applications-using-spring-blazeds-integration/#comment-23</link>
		<dc:creator>golden retriever puppies</dc:creator>
		<pubDate>Sat, 14 May 2011 10:34:31 +0000</pubDate>
		<guid isPermaLink="false">http://margelatu.org/?p=28#comment-23</guid>
		<description>&quot;In former projects (with plain blazeDS) we used AspectJ to do the similar thing, but this is much easier&quot;

this is much easier than AspectJ ...this goes to my personal preference.</description>
		<content:encoded><![CDATA[<p>&#8220;In former projects (with plain blazeDS) we used AspectJ to do the similar thing, but this is much easier&#8221;</p>
<p>this is much easier than AspectJ &#8230;this goes to my personal preference.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pa2Bra</title>
		<link>http://www.margelatu.org/2009/06/15/meaningful-exceptions-in-lcdsblazeds-applications-using-spring-blazeds-integration/#comment-21</link>
		<dc:creator>Pa2Bra</dc:creator>
		<pubDate>Wed, 29 Dec 2010 10:06:27 +0000</pubDate>
		<guid isPermaLink="false">http://margelatu.org/?p=28#comment-21</guid>
		<description>Thanks margelatu!

Very useful post! I really enjoy to read it!

I suscribre to your RSS :)

See ya</description>
		<content:encoded><![CDATA[<p>Thanks margelatu!</p>
<p>Very useful post! I really enjoy to read it!</p>
<p>I suscribre to your RSS <img src='http://www.margelatu.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>See ya</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cheng</title>
		<link>http://www.margelatu.org/2009/06/15/meaningful-exceptions-in-lcdsblazeds-applications-using-spring-blazeds-integration/#comment-20</link>
		<dc:creator>Cheng</dc:creator>
		<pubDate>Wed, 10 Nov 2010 07:29:53 +0000</pubDate>
		<guid isPermaLink="false">http://margelatu.org/?p=28#comment-20</guid>
		<description>An useful post, Thanks for it.
There is One thing different from me, I normally don&#039;t throw a business exception from DAO/Repository, for instance - InvalidCriteriaException. searchById() will just return a null and a business exception will be thrown in service layer. It is a personal preference.

Appreciate the post,
Cheers,
Cheng</description>
		<content:encoded><![CDATA[<p>An useful post, Thanks for it.<br />
There is One thing different from me, I normally don&#8217;t throw a business exception from DAO/Repository, for instance &#8211; InvalidCriteriaException. searchById() will just return a null and a business exception will be thrown in service layer. It is a personal preference.</p>
<p>Appreciate the post,<br />
Cheers,<br />
Cheng</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anuj</title>
		<link>http://www.margelatu.org/2009/06/15/meaningful-exceptions-in-lcdsblazeds-applications-using-spring-blazeds-integration/#comment-19</link>
		<dc:creator>Anuj</dc:creator>
		<pubDate>Tue, 31 Aug 2010 12:09:30 +0000</pubDate>
		<guid isPermaLink="false">http://margelatu.org/?p=28#comment-19</guid>
		<description>Hey, I would be interested in the extension
Can you email me back with details.

Cheers
Anuj</description>
		<content:encoded><![CDATA[<p>Hey, I would be interested in the extension<br />
Can you email me back with details.</p>
<p>Cheers<br />
Anuj</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: margelatu</title>
		<link>http://www.margelatu.org/2009/06/15/meaningful-exceptions-in-lcdsblazeds-applications-using-spring-blazeds-integration/#comment-18</link>
		<dc:creator>margelatu</dc:creator>
		<pubDate>Wed, 17 Feb 2010 20:15:12 +0000</pubDate>
		<guid isPermaLink="false">http://margelatu.org/?p=28#comment-18</guid>
		<description>I&#039;ve used Spring BlazeDS Integration with LCDS, but not out of the box. Due to its current lack of support for LCDS, I&#039;ve had to write a small extension for Spring-Flex which makes it possible to use LCDS and also expose data management assemblers via annotations.
If you&#039;re interested in this, give me an e-mail.</description>
		<content:encoded><![CDATA[<p>I&#8217;ve used Spring BlazeDS Integration with LCDS, but not out of the box. Due to its current lack of support for LCDS, I&#8217;ve had to write a small extension for Spring-Flex which makes it possible to use LCDS and also expose data management assemblers via annotations.<br />
If you&#8217;re interested in this, give me an e-mail.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: newtospring&#38;flex</title>
		<link>http://www.margelatu.org/2009/06/15/meaningful-exceptions-in-lcdsblazeds-applications-using-spring-blazeds-integration/#comment-17</link>
		<dc:creator>newtospring&#38;flex</dc:creator>
		<pubDate>Wed, 17 Feb 2010 13:22:45 +0000</pubDate>
		<guid isPermaLink="false">http://margelatu.org/?p=28#comment-17</guid>
		<description>Hi,
   We have our application in Spring and LCDS. Now we have to use MessageInterceptor for which SpringBlazeDS integration should be implmented. Can we use SpringBlazeDS integration with LCDS, because we get lot of errors which says &#039;cannot make instance of _messageBorkerHandlerMapping&#039;?</description>
		<content:encoded><![CDATA[<p>Hi,<br />
   We have our application in Spring and LCDS. Now we have to use MessageInterceptor for which SpringBlazeDS integration should be implmented. Can we use SpringBlazeDS integration with LCDS, because we get lot of errors which says &#8216;cannot make instance of _messageBorkerHandlerMapping&#8217;?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: margelatu</title>
		<link>http://www.margelatu.org/2009/06/15/meaningful-exceptions-in-lcdsblazeds-applications-using-spring-blazeds-integration/#comment-16</link>
		<dc:creator>margelatu</dc:creator>
		<pubDate>Fri, 11 Dec 2009 16:32:33 +0000</pubDate>
		<guid isPermaLink="false">http://margelatu.org/?p=28#comment-16</guid>
		<description>I usually let the client applications worry about user messages and localization. I pass them an error code and let them handle it as they see fit. There&#039;s no universally good approach. Both approaches are good, like you said it all depends on the context.</description>
		<content:encoded><![CDATA[<p>I usually let the client applications worry about user messages and localization. I pass them an error code and let them handle it as they see fit. There&#8217;s no universally good approach. Both approaches are good, like you said it all depends on the context.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using disk: enhanced
Object Caching 359/363 objects using disk: basic

Served from: www.margelatu.org @ 2011-10-13 16:31:58 -->
