<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Paulo Rendeiro</title>
	<atom:link href="http://paulovittor23.org/en/feed/" rel="self" type="application/rss+xml" />
	<link>http://paulovittor23.org/en</link>
	<description>Software architecture and development</description>
	<lastBuildDate>Thu, 21 Jul 2016 21:04:25 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=4.5.11</generator>

<image>
	<url>http://paulovittor23.org/wp-content/uploads/2016/06/cropped-cropped-header3-32x32.jpg</url>
	<title>Paulo Rendeiro</title>
	<link>http://paulovittor23.org/en</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>JUnit and Mockito handbook</title>
		<link>http://paulovittor23.org/en/2016/07/20/junit-mockito-handbook/</link>
		<comments>http://paulovittor23.org/en/2016/07/20/junit-mockito-handbook/#respond</comments>
		<pubDate>Wed, 20 Jul 2016 21:23:16 +0000</pubDate>
		<dc:creator><![CDATA[Paulo Rendeiro]]></dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[Unit Tests]]></category>
		<category><![CDATA[junit]]></category>
		<category><![CDATA[mockito]]></category>

		<guid isPermaLink="false">http://paulovittor23.org/?p=450</guid>
		<description><![CDATA[<p>One of the most important concepts to build a software with quality is the automated tests. Going deep into the automated tests, one of its most explored branches is the unit tests. This article will show an overview about unit tests and then a practical &#8220;JUnit and Mockito handbook&#8221;, presenting their most useful features and some usage examples. What&#8230;
<p class="toivo-read-more"><a href="http://paulovittor23.org/en/2016/07/20/junit-mockito-handbook/" class="more-link">Read more <span class="screen-reader-text">JUnit and Mockito handbook</span></a></p>
<p>O post <a rel="nofollow" href="http://paulovittor23.org/en/2016/07/20/junit-mockito-handbook/">JUnit and Mockito handbook</a> aparece primeiro no <a rel="nofollow" href="http://paulovittor23.org/en">Paulo Rendeiro</a>.</p>
]]></description>
		<wfw:commentRss>http://paulovittor23.org/en/2016/07/20/junit-mockito-handbook/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Persisting enums using JPA attribute converter</title>
		<link>http://paulovittor23.org/en/2016/07/18/persisting-enums-using-jpa-attribute-converter/</link>
		<comments>http://paulovittor23.org/en/2016/07/18/persisting-enums-using-jpa-attribute-converter/#respond</comments>
		<pubDate>Mon, 18 Jul 2016 16:33:07 +0000</pubDate>
		<dc:creator><![CDATA[Paulo Rendeiro]]></dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[JPA]]></category>

		<guid isPermaLink="false">http://paulovittor23.org/?p=375</guid>
		<description><![CDATA[<p>Before the JPA 2.1 specification be released in 2013 the simple task to persist and load enums could be performed but not in a simple and decent way. In this article I&#8217;m going to present you some old techniques to solve this problem and how the new JPA specification established an appropriate way for persisting&#8230;
<p class="toivo-read-more"><a href="http://paulovittor23.org/en/2016/07/18/persisting-enums-using-jpa-attribute-converter/" class="more-link">Read more <span class="screen-reader-text">Persisting enums using JPA attribute converter</span></a></p>
<p>O post <a rel="nofollow" href="http://paulovittor23.org/en/2016/07/18/persisting-enums-using-jpa-attribute-converter/">Persisting enums using JPA attribute converter</a> aparece primeiro no <a rel="nofollow" href="http://paulovittor23.org/en">Paulo Rendeiro</a>.</p>
]]></description>
		<wfw:commentRss>http://paulovittor23.org/en/2016/07/18/persisting-enums-using-jpa-attribute-converter/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Java 8 Lambda expressions and exceptions</title>
		<link>http://paulovittor23.org/en/2016/07/14/java-8-lambda-expressions-exceptions/</link>
		<comments>http://paulovittor23.org/en/2016/07/14/java-8-lambda-expressions-exceptions/#respond</comments>
		<pubDate>Thu, 14 Jul 2016 16:38:09 +0000</pubDate>
		<dc:creator><![CDATA[Paulo Rendeiro]]></dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[exceptions]]></category>
		<category><![CDATA[functional]]></category>
		<category><![CDATA[lambda]]></category>

		<guid isPermaLink="false">http://paulovittor23.org/?p=342</guid>
		<description><![CDATA[<p>Java 8 has introduced a lot of new features, many of them well known by other languages, like lambdas expressions. Lambdas are really useful when you are encapsulating a single unit of behavior that you want to pass to other code. For example, you would use a lambda expression if you want a certain action&#8230;
<p class="toivo-read-more"><a href="http://paulovittor23.org/en/2016/07/14/java-8-lambda-expressions-exceptions/" class="more-link">Read more <span class="screen-reader-text">Java 8 Lambda expressions and exceptions</span></a></p>
<p>O post <a rel="nofollow" href="http://paulovittor23.org/en/2016/07/14/java-8-lambda-expressions-exceptions/">Java 8 Lambda expressions and exceptions</a> aparece primeiro no <a rel="nofollow" href="http://paulovittor23.org/en">Paulo Rendeiro</a>.</p>
]]></description>
		<wfw:commentRss>http://paulovittor23.org/en/2016/07/14/java-8-lambda-expressions-exceptions/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mocking the current date-time (properly) with Java</title>
		<link>http://paulovittor23.org/en/2016/07/01/mocking-current-date-time-java/</link>
		<comments>http://paulovittor23.org/en/2016/07/01/mocking-current-date-time-java/#respond</comments>
		<pubDate>Sat, 02 Jul 2016 00:45:16 +0000</pubDate>
		<dc:creator><![CDATA[Paulo Rendeiro]]></dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[Unit Tests]]></category>
		<category><![CDATA[junit]]></category>
		<category><![CDATA[unit tests]]></category>

		<guid isPermaLink="false">http://paulovittor23.org/?p=269</guid>
		<description><![CDATA[<p>It&#8217;s not unusual to face situations where we need to capture the current system&#8217;s date-time in order to calculate some future date, make validations and so on. The problem generally appears as soon as we need to check whether some calculated date was correctly generated or not. When we directly use the instruction &#8220;new Date()&#8221;&#8230;
<p class="toivo-read-more"><a href="http://paulovittor23.org/en/2016/07/01/mocking-current-date-time-java/" class="more-link">Read more <span class="screen-reader-text">Mocking the current date-time (properly) with Java</span></a></p>
<p>O post <a rel="nofollow" href="http://paulovittor23.org/en/2016/07/01/mocking-current-date-time-java/">Mocking the current date-time (properly) with Java</a> aparece primeiro no <a rel="nofollow" href="http://paulovittor23.org/en">Paulo Rendeiro</a>.</p>
]]></description>
		<wfw:commentRss>http://paulovittor23.org/en/2016/07/01/mocking-current-date-time-java/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>(Português do Brasil) Salvando o resultado de consultas MySQL em arquivos CSV</title>
		<link>http://paulovittor23.org/en/2012/06/10/salvando-o-resultado-de-consultas-mysql-em-arquivos-csv/</link>
		<comments>http://paulovittor23.org/en/2012/06/10/salvando-o-resultado-de-consultas-mysql-em-arquivos-csv/#respond</comments>
		<pubDate>Sun, 10 Jun 2012 23:54:45 +0000</pubDate>
		<dc:creator><![CDATA[Paulo Rendeiro]]></dc:creator>
				<category><![CDATA[Miscellaneous]]></category>

		<guid isPermaLink="false">http://paulovittor23.org/?p=217</guid>
		<description><![CDATA[<p>Sorry, this entry is only available in Brazilian Portuguese. For the sake of viewer convenience, the content is shown below in the alternative language. You may click the link to switch the active language. Uma característica meio desconhecida do MySQL, também presente em outros bancos de dados como o Oracle, é a de exportar o&#8230;
<p class="toivo-read-more"><a href="http://paulovittor23.org/en/2012/06/10/salvando-o-resultado-de-consultas-mysql-em-arquivos-csv/" class="more-link">Read more <span class="screen-reader-text">(Português do Brasil) Salvando o resultado de consultas MySQL em arquivos CSV</span></a></p>
<p>O post <a rel="nofollow" href="http://paulovittor23.org/en/2012/06/10/salvando-o-resultado-de-consultas-mysql-em-arquivos-csv/">(Português do Brasil) Salvando o resultado de consultas MySQL em arquivos CSV</a> aparece primeiro no <a rel="nofollow" href="http://paulovittor23.org/en">Paulo Rendeiro</a>.</p>
]]></description>
		<wfw:commentRss>http://paulovittor23.org/en/2012/06/10/salvando-o-resultado-de-consultas-mysql-em-arquivos-csv/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
