<?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 for Mărgelatu</title>
	<atom:link href="http://margelatu.org/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://margelatu.org</link>
	<description>Software and a smoking barrel</description>
	<lastBuildDate>Wed, 17 Feb 2010 20:15:12 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Meaningful exceptions in LCDS/BlazeDS applications using Spring BlazeDS Integration 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>Comment on Java code coverage reports in Eclipse by margelatu</title>
		<link>http://margelatu.org/2009/06/25/java-code-coverage-reports-in-eclipse/comment-page-1/#comment-2353</link>
		<dc:creator>margelatu</dc:creator>
		<pubDate>Wed, 17 Feb 2010 20:09:22 +0000</pubDate>
		<guid isPermaLink="false">http://margelatu.org/?p=52#comment-2353</guid>
		<description>I&#039;m glad I could help.</description>
		<content:encoded><![CDATA[<p>I&#8217;m glad I could help.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Meaningful exceptions in LCDS/BlazeDS applications using Spring BlazeDS Integration 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>Comment on Java code coverage reports in Eclipse by Jim Flynn</title>
		<link>http://margelatu.org/2009/06/25/java-code-coverage-reports-in-eclipse/comment-page-1/#comment-2319</link>
		<dc:creator>Jim Flynn</dc:creator>
		<pubDate>Mon, 15 Feb 2010 11:18:11 +0000</pubDate>
		<guid isPermaLink="false">http://margelatu.org/?p=52#comment-2319</guid>
		<description>Thanks for pointing me at this plugin, it fills a gap in my Eclipse toolset that I had been trying to fill for a while without success with lame attempts at this area like coverlipse and codecover, EclEmma is the business.</description>
		<content:encoded><![CDATA[<p>Thanks for pointing me at this plugin, it fills a gap in my Eclipse toolset that I had been trying to fill for a while without success with lame attempts at this area like coverlipse and codecover, EclEmma is the business.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Let&#8217;s get Tanki by dan</title>
		<link>http://margelatu.org/2009/06/29/lets-get-tanki/comment-page-1/#comment-1899</link>
		<dc:creator>dan</dc:creator>
		<pubDate>Mon, 11 Jan 2010 16:34:14 +0000</pubDate>
		<guid isPermaLink="false">http://margelatu.org/?p=74#comment-1899</guid>
		<description>It might worth to say that the game is based on the alternative 3d http://alternativaplatform.com/en/alternativa3d/</description>
		<content:encoded><![CDATA[<p>It might worth to say that the game is based on the alternative 3d <a href="http://alternativaplatform.com/en/alternativa3d/" rel="nofollow">http://alternativaplatform.com/en/alternativa3d/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Meaningful exceptions in LCDS/BlazeDS applications using Spring BlazeDS Integration 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>Comment on Meaningful exceptions in LCDS/BlazeDS applications using Spring BlazeDS Integration 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>Comment on Meaningful exceptions in LCDS/BlazeDS applications using Spring BlazeDS Integration 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>Comment on Meaningful exceptions in LCDS/BlazeDS applications using Spring BlazeDS Integration 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>Comment on Categorizing tests in Java by Ed</title>
		<link>http://margelatu.org/2009/03/27/categorizing-tests-in-java/comment-page-1/#comment-1157</link>
		<dc:creator>Ed</dc:creator>
		<pubDate>Wed, 26 Aug 2009 12:15:30 +0000</pubDate>
		<guid isPermaLink="false">http://margelatu.org/?p=21#comment-1157</guid>
		<description>Switch to Maven - why?  It gave us nothing but complexity, grief and misery for the 6 months we tried to use it.  Anything complex required an embedded Ant script anyway, but with painful limitations.  Junking Maven and going back to Ant was the best thing we ever did!  Perhaps you could write a follow-up article on the benefits it&#039;s given you?</description>
		<content:encoded><![CDATA[<p>Switch to Maven &#8211; why?  It gave us nothing but complexity, grief and misery for the 6 months we tried to use it.  Anything complex required an embedded Ant script anyway, but with painful limitations.  Junking Maven and going back to Ant was the best thing we ever did!  Perhaps you could write a follow-up article on the benefits it&#8217;s given you?</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>
