<?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>Fabio&#039;s blog &#187; java</title>
	<atom:link href="http://www.fabioalmeida.net/blog/category/java/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.fabioalmeida.net/blog</link>
	<description>Arte do Desenvolvimento de Software</description>
	<lastBuildDate>Tue, 08 Jun 2010 21:59:21 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Problemas com o Netbeans manifest.mf</title>
		<link>http://www.fabioalmeida.net/blog/2008/05/31/problemas-com-o-netbeans-manifestmf/</link>
		<comments>http://www.fabioalmeida.net/blog/2008/05/31/problemas-com-o-netbeans-manifestmf/#comments</comments>
		<pubDate>Sat, 31 May 2008 20:56:58 +0000</pubDate>
		<dc:creator>Fabio Almeida</dc:creator>
				<category><![CDATA[java]]></category>
		<category><![CDATA[netbeans]]></category>

		<guid isPermaLink="false">http://www.fabioalmeida.net/blog/2008/05/31/problemas-com-o-netbeans-manifestmf/</guid>
		<description><![CDATA[Hoje estava efetuando o build de um projeto no Netbeans 6.1 quando verifiquei que ele não estava gerando a pasta lib .
Para descobri o problema coloquei o ant em modo verboso:
Tools->Options->Miscelanous/Ant e alterei Verbosity Level=Verbose
Logo o problema foi exposto:
Skipped because property 'manifest.available+main.class' not set
Então ficou fácil.
Alterei o project.properties e adicionei a linha:
manifest.file=manifest.mf
Copiei o arquivo manifest.mf [...]]]></description>
		<wfw:commentRss>http://www.fabioalmeida.net/blog/2008/05/31/problemas-com-o-netbeans-manifestmf/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Eclipse x Netbeans</title>
		<link>http://www.fabioalmeida.net/blog/2008/02/06/eclipse-x-netbeans/</link>
		<comments>http://www.fabioalmeida.net/blog/2008/02/06/eclipse-x-netbeans/#comments</comments>
		<pubDate>Wed, 06 Feb 2008 22:19:32 +0000</pubDate>
		<dc:creator>Fabio Almeida</dc:creator>
				<category><![CDATA[java]]></category>
		<category><![CDATA[netbeans]]></category>
		<category><![CDATA[programação]]></category>

		<guid isPermaLink="false">http://www.fabioalmeida.net/blog/2008/02/06/eclipse-x-netbeans/</guid>
		<description><![CDATA[Na revista javamagazine de Janeiro(2008) edição 53 temos um excelente artigo de Osvaldo Pinali Doederlein. Sobre o Eclipse e o Netbeans. Ao ler este tipo de artigo logo nos perguntamos: &#8220;Qual a melhor IDE?&#8221; 
Logo no início do artigo Osvaldo torna claro que esta não é a pergunta adequada mas sim: &#8220;Qual IDE é mais [...]]]></description>
		<wfw:commentRss>http://www.fabioalmeida.net/blog/2008/02/06/eclipse-x-netbeans/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tratando Exceções não capturadas</title>
		<link>http://www.fabioalmeida.net/blog/2008/01/26/tratando-excecoes-nao-capturadas/</link>
		<comments>http://www.fabioalmeida.net/blog/2008/01/26/tratando-excecoes-nao-capturadas/#comments</comments>
		<pubDate>Sat, 26 Jan 2008 18:23:44 +0000</pubDate>
		<dc:creator>Fabio Almeida</dc:creator>
				<category><![CDATA[java]]></category>
		<category><![CDATA[programação]]></category>
		<category><![CDATA[java swing programação]]></category>

		<guid isPermaLink="false">http://www.fabioalmeida.net/blog/2008/01/26/tratando-excecoes-nao-capturadas/</guid>
		<description><![CDATA[As vezes temos que tratar exceções que foram geradas dentro do fluxo de eventos do framework mas sem quebrar a separação dos layers de apresentação e de domínio.
Um exemplo desta situação ocorre no beansbinding que se levantarmos uma exception em um objeto do domínio ela não vai ser exibida para o usuário.
Uma solução é usar [...]]]></description>
		<wfw:commentRss>http://www.fabioalmeida.net/blog/2008/01/26/tratando-excecoes-nao-capturadas/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.452 seconds -->
