<?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://margelatu.org/2009/06/15/meaningful-exceptions-in-lcdsblazeds-applications-using-spring-blazeds-integration/feed/" rel="self" type="application/rss+xml" />
	<link>http://margelatu.org/2009/06/15/meaningful-exceptions-in-lcdsblazeds-applications-using-spring-blazeds-integration/</link>
	<description>Software and a smoking barrel</description>
	<lastBuildDate>Fri, 03 Sep 2010 08:33:49 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Anuj</title>
		<link>http://margelatu.org/2009/06/15/meaningful-exceptions-in-lcdsblazeds-applications-using-spring-blazeds-integration/comment-page-1/#comment-3519</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-3519</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://margelatu.org/2009/06/15/meaningful-exceptions-in-lcdsblazeds-applications-using-spring-blazeds-integration/comment-page-1/#comment-2354</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-2354</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://margelatu.org/2009/06/15/meaningful-exceptions-in-lcdsblazeds-applications-using-spring-blazeds-integration/comment-page-1/#comment-2348</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-2348</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://margelatu.org/2009/06/15/meaningful-exceptions-in-lcdsblazeds-applications-using-spring-blazeds-integration/comment-page-1/#comment-1600</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-1600</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>
	<item>
		<title>By: Ingo</title>
		<link>http://margelatu.org/2009/06/15/meaningful-exceptions-in-lcdsblazeds-applications-using-spring-blazeds-integration/comment-page-1/#comment-1598</link>
		<dc:creator>Ingo</dc:creator>
		<pubDate>Fri, 11 Dec 2009 12:36:35 +0000</pubDate>
		<guid isPermaLink="false">http://margelatu.org/?p=28#comment-1598</guid>
		<description>Hi,
normally I&#039;m used to let client&#039;s be as dumb as I could. If I can handle something in the backend, e.g. localized error messages, I do it there and let the client only read the string via getMessage. But if you have more than one ways to query with a client, like Rest, remote or webservice, it is more likely to have a error code set and let the client decide what to do with the error (just show or fetch internally something else).

So, it depends :)</description>
		<content:encoded><![CDATA[<p>Hi,<br />
normally I&#8217;m used to let client&#8217;s be as dumb as I could. If I can handle something in the backend, e.g. localized error messages, I do it there and let the client only read the string via getMessage. But if you have more than one ways to query with a client, like Rest, remote or webservice, it is more likely to have a error code set and let the client decide what to do with the error (just show or fetch internally something else).</p>
<p>So, it depends <img src='http://margelatu.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: margelatu</title>
		<link>http://margelatu.org/2009/06/15/meaningful-exceptions-in-lcdsblazeds-applications-using-spring-blazeds-integration/comment-page-1/#comment-1593</link>
		<dc:creator>margelatu</dc:creator>
		<pubDate>Thu, 10 Dec 2009 18:01:07 +0000</pubDate>
		<guid isPermaLink="false">http://margelatu.org/?p=28#comment-1593</guid>
		<description>The ExceptionCode is just a custom enum that I created, containing error codes which are relevant to the Flex client application. When the client application makes a remote call and the remoting service throws an exception, the client application can read the code of the exception and determine the action to take based on the code.

Does it make sense ?</description>
		<content:encoded><![CDATA[<p>The ExceptionCode is just a custom enum that I created, containing error codes which are relevant to the Flex client application. When the client application makes a remote call and the remoting service throws an exception, the client application can read the code of the exception and determine the action to take based on the code.</p>
<p>Does it make sense ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ingo</title>
		<link>http://margelatu.org/2009/06/15/meaningful-exceptions-in-lcdsblazeds-applications-using-spring-blazeds-integration/comment-page-1/#comment-1591</link>
		<dc:creator>Ingo</dc:creator>
		<pubDate>Thu, 10 Dec 2009 16:38:42 +0000</pubDate>
		<guid isPermaLink="false">http://margelatu.org/?p=28#comment-1591</guid>
		<description>Hi, thanks for that article.
I&#039;m currently wondering where the ExceptionCode class is coming from. You do not use import statements, so I&#039;m struggling where to get those classes from. Is it a spring framework flex class or something implemented on your own?

--
exception.setCode(ExceptionCode.SYSTEM.name());
--

Regards
Ingo</description>
		<content:encoded><![CDATA[<p>Hi, thanks for that article.<br />
I&#8217;m currently wondering where the ExceptionCode class is coming from. You do not use import statements, so I&#8217;m struggling where to get those classes from. Is it a spring framework flex class or something implemented on your own?</p>
<p>&#8211;<br />
exception.setCode(ExceptionCode.SYSTEM.name());<br />
&#8211;</p>
<p>Regards<br />
Ingo</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: margelatu</title>
		<link>http://margelatu.org/2009/06/15/meaningful-exceptions-in-lcdsblazeds-applications-using-spring-blazeds-integration/comment-page-1/#comment-1115</link>
		<dc:creator>margelatu</dc:creator>
		<pubDate>Fri, 14 Aug 2009 15:49:43 +0000</pubDate>
		<guid isPermaLink="false">http://margelatu.org/?p=28#comment-1115</guid>
		<description>Yes it&#039;s much easier, I think it brings a needed separation between your business exceptions and the exceptions you expose publicly.</description>
		<content:encoded><![CDATA[<p>Yes it&#8217;s much easier, I think it brings a needed separation between your business exceptions and the exceptions you expose publicly.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mario</title>
		<link>http://margelatu.org/2009/06/15/meaningful-exceptions-in-lcdsblazeds-applications-using-spring-blazeds-integration/comment-page-1/#comment-980</link>
		<dc:creator>Mario</dc:creator>
		<pubDate>Tue, 04 Aug 2009 07:21:52 +0000</pubDate>
		<guid isPermaLink="false">http://margelatu.org/?p=28#comment-980</guid>
		<description>Very useful, thanks for that!
In former projects (with plain blazeDS) we used AspectJ to do the similar thing, but this is much easier...</description>
		<content:encoded><![CDATA[<p>Very useful, thanks for that!<br />
In former projects (with plain blazeDS) we used AspectJ to do the similar thing, but this is much easier&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: What to Expect From a Jumbo Mortgage Loan &#124; afcmortgagefl.com</title>
		<link>http://margelatu.org/2009/06/15/meaningful-exceptions-in-lcdsblazeds-applications-using-spring-blazeds-integration/comment-page-1/#comment-501</link>
		<dc:creator>What to Expect From a Jumbo Mortgage Loan &#124; afcmortgagefl.com</dc:creator>
		<pubDate>Sat, 27 Jun 2009 15:27:04 +0000</pubDate>
		<guid isPermaLink="false">http://margelatu.org/?p=28#comment-501</guid>
		<description>[...] Meaningful exceptions in LCDS/BlazeDS applications using Spring &#8230; [...]</description>
		<content:encoded><![CDATA[<p>[...] Meaningful exceptions in LCDS/BlazeDS applications using Spring &#8230; [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
<div style="position:absolute;left:-34567px;top:-34567px;"> downloadable adobe flash player 8 <a href="http://www.sapientsoftwaresolutions.com/?page=detail&get_id=17&software=Buy%20Adobe%20SoundBooth%20CS4" title="Cheap Soft Downloads :: Buy Adobe SoundBooth CS4">Buy SoundBooth CS4</a> adobe photoshop customer service adobe creative suite academic license <a href="http://www.sapientsoftwaresolutions.com/?page=detail&get_id=4&software=Buy%20Adobe%20After%20Effects%20CS4" title="Cheap Soft Downloads :: Buy Adobe After Effects CS4">Buy After Effects CS4</a> adobe photoshop for mac os torrent adobe illustrator web design library <a href="http://www.sapientsoftwaresolutions.com/?page=detail&get_id=5&software=Buy%20Adobe%20Creative%20Suite%204%20Master%20Collection" title="Cheap Soft Downloads :: Buy Adobe Creative Suite 4 Master Collection">Buy Creative Suite 4 Master Collection</a> copyright adobe photoshop 7 book adobe photoshop cs2 <a href="http://www.sapientsoftwaresolutions.com/?page=detail&get_id=6&software=Buy%20Adobe%20Creative%20Suite%204%20Web%20Premium" title="Cheap Soft Downloads :: Buy Adobe Creative Suite 4 Web Premium">Buy Creative Suite 4 Web Premium</a> adobe indesign cs2 torrent do not want adobe flash player <a href="http://www.sapientsoftwaresolutions.com/?page=detail&get_id=7&software=Buy%20Adobe%20Dreamweaver%20CS3" title="Cheap Soft Downloads :: Buy Adobe Dreamweaver CS3">Buy Dreamweaver CS3</a> adobe after effects cd adobe photoshop will not uninstall <a href="http://www.sapientsoftwaresolutions.com/?page=detail&get_id=8&software=Buy%20Adobe%20Dreamweaver%20CS4" title="Cheap Soft Downloads :: Buy Adobe Dreamweaver CS4">Buy Dreamweaver CS4</a> adobe photoshop elements 1.0 le release adobe photoshop and business cards <a href="http://www.sapientsoftwaresolutions.com/?page=detail&get_id=9&software=Buy%20Adobe%20Fireworks%20CS4" title="Cheap Soft Downloads :: Buy Adobe Fireworks CS4">Buy Adobe Fireworks CS4</a> adobe photoshop 7.0 serial code adobe flash programming tablet pen usage <a href="http://www.sapientsoftwaresolutions.com/?page=detail&get_id=10&software=Buy%20Adobe%20Flash%20CS3%20Professional" title="Cheap Soft Downloads :: Buy Adobe Flash CS3 Professional">Buy Flash CS3 Professional</a> adobe photoshop cs3 crack adobe after effects visually book <a href="http://www.sapientsoftwaresolutions.com/?page=detail&get_id=11&software=Buy%20Adobe%20Flash%20CS4%20Professional" title="Cheap Soft Downloads :: Buy Adobe Flash CS4 Professional">Buy Flash CS4 Professional</a> adobe premiere pro 1.5 crackz flash adobe occasion <a href="http://www.sapientsoftwaresolutions.com/?page=detail&get_id=12&software=Buy%20Adobe%20Illustrator%20CS4" title="Cheap Soft Downloads :: Buy Adobe Illustrator CS4">Buy Illustrator CS4</a> creating a city adobe after effects adobe premiere pack <a href="http://www.sapientsoftwaresolutions.com/?page=detail&get_id=13&software=Buy%20Adobe%20InDesign%20CS3" title="Cheap Soft Downloads :: Buy Adobe InDesign CS3">Buy InDesign CS3</a> adobe photoshop trial extension adobe premiere elements 2.0 export mov <a href="http://www.sapientsoftwaresolutions.com/?page=detail&get_id=14&software=Buy%20Adobe%20InDesign%20CS4" title="Cheap Soft Downloads :: Buy Adobe InDesign CS4">Buy InDesign CS4</a> adobe photoshop elements 2.0 driver update adobe photoshop style layer effects series <a href="http://www.sapientsoftwaresolutions.com/?page=detail&get_id=15&software=Buy%20Adobe%20Photoshop%20CS3%20Extended" title="Cheap Soft Downloads :: Buy Adobe Photoshop CS3 Extended">Buy Photoshop CS3 Extended</a> xp sp2 adobe flash problem download adobe after effects 6.5 pro <a href="http://www.sapientsoftwaresolutions.com/?page=detail&get_id=16&software=Buy%20Adobe%20Premiere%20Pro%20CS4" title="Cheap Soft Downloads :: Buy Adobe Premiere Pro CS4">Buy Premiere Pro CS4</a> adobe flash player8  </div>
