<?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 Continuous Reconsideration</title>
	<atom:link href="http://carinae.net/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://carinae.net</link>
	<description>Carlos Vara&#039;s writings about software development</description>
	<lastBuildDate>Sat, 17 Mar 2012 14:17:42 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Testing the layered arquitecture with Spring and TestNG by meguiluzo</title>
		<link>http://carinae.net/2009/12/testing-the-layered-arquitecture-with-spring-and-testng/comment-page-1/#comment-7037</link>
		<dc:creator>meguiluzo</dc:creator>
		<pubDate>Sat, 17 Mar 2012 14:17:42 +0000</pubDate>
		<guid isPermaLink="false">http://carinae.net/?p=105#comment-7037</guid>
		<description>Great. Many thanks for this.</description>
		<content:encoded><![CDATA[<p>Great. Many thanks for this.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Layered architecture with Hibernate and Spring 3 by tejuvenkat</title>
		<link>http://carinae.net/2009/11/layered-architecture-with-hibernate-and-spring-3/comment-page-1/#comment-6692</link>
		<dc:creator>tejuvenkat</dc:creator>
		<pubDate>Fri, 17 Feb 2012 20:56:51 +0000</pubDate>
		<guid isPermaLink="false">http://carinae.net/?p=59#comment-6692</guid>
		<description>Good one.</description>
		<content:encoded><![CDATA[<p>Good one.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Automatic validation of method calls with JSR-303 (Appendix-C of the specification) by Jonathan</title>
		<link>http://carinae.net/2010/04/automatic-validation-method-calls-with-jsr-303-appendix-c/comment-page-1/#comment-6690</link>
		<dc:creator>Jonathan</dc:creator>
		<pubDate>Fri, 17 Feb 2012 15:59:05 +0000</pubDate>
		<guid isPermaLink="false">http://carinae.net/?p=187#comment-6690</guid>
		<description>Thanks, just what I was looking for. Don&#039;t rely on the join point to get the correct method signature, here how I implemented the aspect method:

Method method = joinPoint.getTarget().getClass().getMethod(methodSignature.getMethod().getName(), methodSignature.getParameterTypes());
 
		Set&lt;? extends ConstraintViolation&gt; validationErrors = getMethodValidator().validateParameters(joinPoint.getTarget().getClass(), method, joinPoint.getArgs());

Spring will return a proxy instead of the real class, plus if you&#039;re using an interface you&#039;ll need to find out the implementation class instead.</description>
		<content:encoded><![CDATA[<p>Thanks, just what I was looking for. Don&#8217;t rely on the join point to get the correct method signature, here how I implemented the aspect method:</p>
<p>Method method = joinPoint.getTarget().getClass().getMethod(methodSignature.getMethod().getName(), methodSignature.getParameterTypes());</p>
<p>		Set&lt;? extends ConstraintViolation&gt; validationErrors = getMethodValidator().validateParameters(joinPoint.getTarget().getClass(), method, joinPoint.getArgs());</p>
<p>Spring will return a proxy instead of the real class, plus if you&#8217;re using an interface you&#8217;ll need to find out the implementation class instead.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Benchmarking Hibernate Validator and Apache BeanValidation: the two JSR-303 implementations by Jens</title>
		<link>http://carinae.net/2010/06/benchmarking-hibernate-validator-and-apache-beanvalidation-the-two-jsr-303-implementations/comment-page-1/#comment-6456</link>
		<dc:creator>Jens</dc:creator>
		<pubDate>Sat, 28 Jan 2012 02:39:05 +0000</pubDate>
		<guid isPermaLink="false">http://carinae.net/?p=257#comment-6456</guid>
		<description>Thank your very much, thats very helpfull and interesting!

best regards
jens</description>
		<content:encoded><![CDATA[<p>Thank your very much, thats very helpfull and interesting!</p>
<p>best regards<br />
jens</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Reliable execution of persistent transactional asynchronous tasks using only Spring by Amnon</title>
		<link>http://carinae.net/2010/05/execution-persistent-transactional-tasks-with-spring/comment-page-1/#comment-6047</link>
		<dc:creator>Amnon</dc:creator>
		<pubDate>Thu, 29 Dec 2011 13:35:41 +0000</pubDate>
		<guid isPermaLink="false">http://carinae.net/?p=207#comment-6047</guid>
		<description>Nice read , thanks for sharing this Carlos .</description>
		<content:encoded><![CDATA[<p>Nice read , thanks for sharing this Carlos .</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Benchmarking Hibernate Validator and Apache BeanValidation: the two JSR-303 implementations by Renan</title>
		<link>http://carinae.net/2010/06/benchmarking-hibernate-validator-and-apache-beanvalidation-the-two-jsr-303-implementations/comment-page-1/#comment-4859</link>
		<dc:creator>Renan</dc:creator>
		<pubDate>Fri, 23 Sep 2011 23:46:40 +0000</pubDate>
		<guid isPermaLink="false">http://carinae.net/?p=257#comment-4859</guid>
		<description>oops i meant 50% slower. which is still depressing in its own right. sheesh.</description>
		<content:encoded><![CDATA[<p>oops i meant 50% slower. which is still depressing in its own right. sheesh.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Benchmarking Hibernate Validator and Apache BeanValidation: the two JSR-303 implementations by Renan</title>
		<link>http://carinae.net/2010/06/benchmarking-hibernate-validator-and-apache-beanvalidation-the-two-jsr-303-implementations/comment-page-1/#comment-4858</link>
		<dc:creator>Renan</dc:creator>
		<pubDate>Fri, 23 Sep 2011 23:45:09 +0000</pubDate>
		<guid isPermaLink="false">http://carinae.net/?p=257#comment-4858</guid>
		<description>this is quite eye opening, I&#039;ve adopted Hibernate Validator since, of the two, it&#039;s the only one that actually has gone &#039;final&#039;, but seeing those multithreaded performance charts is very depressing. almost 100% slower than Apache&#039;s. I hope JBoss/Hibernate does something about this.</description>
		<content:encoded><![CDATA[<p>this is quite eye opening, I&#8217;ve adopted Hibernate Validator since, of the two, it&#8217;s the only one that actually has gone &#8216;final&#8217;, but seeing those multithreaded performance charts is very depressing. almost 100% slower than Apache&#8217;s. I hope JBoss/Hibernate does something about this.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Benchmarking Hibernate Validator and Apache BeanValidation: the two JSR-303 implementations by OCTO talks ! &#187; JSR 303 (Bean Validation) : état des lieux</title>
		<link>http://carinae.net/2010/06/benchmarking-hibernate-validator-and-apache-beanvalidation-the-two-jsr-303-implementations/comment-page-1/#comment-4668</link>
		<dc:creator>OCTO talks ! &#187; JSR 303 (Bean Validation) : état des lieux</dc:creator>
		<pubDate>Wed, 07 Sep 2011 09:39:39 +0000</pubDate>
		<guid isPermaLink="false">http://carinae.net/?p=257#comment-4668</guid>
		<description>[...] du temps que prend la validation des objets, je vous conseille de regarder le benchmark publié ici qui compare les temps nécessaires pour valider les Beans en utilisant les deux implémentations. [...]</description>
		<content:encoded><![CDATA[<p>[...] du temps que prend la validation des objets, je vous conseille de regarder le benchmark publié ici qui compare les temps nécessaires pour valider les Beans en utilisant les deux implémentations. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Reliable execution of persistent transactional asynchronous tasks using only Spring by krit</title>
		<link>http://carinae.net/2010/05/execution-persistent-transactional-tasks-with-spring/comment-page-1/#comment-2498</link>
		<dc:creator>krit</dc:creator>
		<pubDate>Wed, 23 Mar 2011 14:41:00 +0000</pubDate>
		<guid isPermaLink="false">http://carinae.net/?p=207#comment-2498</guid>
		<description>Thanks for the post. Kindly list out the jar files to be used.</description>
		<content:encoded><![CDATA[<p>Thanks for the post. Kindly list out the jar files to be used.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Layered architecture with Hibernate and Spring 3 by christopher</title>
		<link>http://carinae.net/2009/11/layered-architecture-with-hibernate-and-spring-3/comment-page-1/#comment-1680</link>
		<dc:creator>christopher</dc:creator>
		<pubDate>Sat, 08 Jan 2011 04:54:07 +0000</pubDate>
		<guid isPermaLink="false">http://carinae.net/?p=59#comment-1680</guid>
		<description>@Ale You no longer need the TransactionProxyFactoryBean since you already have @Transactional annotation.</description>
		<content:encoded><![CDATA[<p>@Ale You no longer need the TransactionProxyFactoryBean since you already have @Transactional annotation.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

