<?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>Blog::Fábio Almeida</title>
	<atom:link href="http://www.fabioalmeida.net/blog/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://www.fabioalmeida.net/blog</link>
	<description>Software Development</description>
	<lastBuildDate>Tue, 07 Feb 2012 21:12:07 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Reiniciando o Windows Remotamente</title>
		<link>http://www.fabioalmeida.net/blog/?p=433</link>
		<comments>http://www.fabioalmeida.net/blog/?p=433#comments</comments>
		<pubDate>Wed, 01 Feb 2012 20:20:12 +0000</pubDate>
		<dc:creator>Fabio Almeida</dc:creator>
				<category><![CDATA[windows]]></category>
		<category><![CDATA[Enter your zip code here]]></category>

		<guid isPermaLink="false">http://www.fabioalmeida.net/blog/?p=433</guid>
		<description><![CDATA[<p>As vezes temos a necessidade de reiniciar uma máquina windows remotamente. A receita se encontra abaixo. Substitua os textos de meuip, meudominio, meuusuario, minhasenha e minhamensagem pelos valores do ip da máquina que deseja reiniciar, o domínio do usuário que vai reiniciar, o nome do usuário , a senha e um comentário do motivo.</p> <p><br [...]]]></description>
		<wfw:commentRss>http://www.fabioalmeida.net/blog/?feed=rss2&#038;p=433</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A Beleza do Story Points</title>
		<link>http://www.fabioalmeida.net/blog/?p=399</link>
		<comments>http://www.fabioalmeida.net/blog/?p=399#comments</comments>
		<pubDate>Fri, 27 Jan 2012 23:36:54 +0000</pubDate>
		<dc:creator>Fabio Almeida</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[scrum estimativa]]></category>

		<guid isPermaLink="false">http://www.fabioalmeida.net/blog/?p=399</guid>
		<description><![CDATA[<p>&#8220;A beleza da Estimativa com Story Points é a completa separação do esforço estimado da duração estimada&#8221; &#8211; Mike Cohn, Agile Estimating and Planning</p>]]></description>
		<wfw:commentRss>http://www.fabioalmeida.net/blog/?feed=rss2&#038;p=399</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Instalando o Mercurial no Windows Server</title>
		<link>http://www.fabioalmeida.net/blog/?p=398</link>
		<comments>http://www.fabioalmeida.net/blog/?p=398#comments</comments>
		<pubDate>Wed, 25 Jan 2012 19:36:47 +0000</pubDate>
		<dc:creator>Fabio Almeida</dc:creator>
				<category><![CDATA[gerenciamento de configuração]]></category>
		<category><![CDATA[mercurial]]></category>

		<guid isPermaLink="false">http://www.fabioalmeida.net/blog/?p=398</guid>
		<description><![CDATA[<p>Para instalar o Mercurial deve-se baixar os arquivos abaixo , configurar o apache, e o mercurial:</p> <a href="http://apache.mirror.pop-sc.rnp.br/apache//httpd/binaries/win32/httpd-2.2.21-win32-x86-no_ssl.msi" title="download apache">Apache 2.2.x</a> <a href="http://www.activestate.com/activepython/downloads/thank-you?dl=http://downloads.activestate.com/ActivePython/releases/2.6.7.20/ActivePython-2.6.7.20-win32-x86.msi" title="download python">Python 2.6 da Adaptive</a> <a href="http://mercurial.selenic.com/release/windows/Mercurial-2.0.2.exe" title="download inno setup">Mercurial 2.0.2 inno setup</a> <a href="http://code.google.com/p/modwsgi/wiki/DownloadTheSoftware?tm=2" title="download wsgi python">Wsgi Python</a> <p>Deve-se executar os seguintes passos:</p> instalar e configurar o apache copiar o arquivo [...]]]></description>
		<wfw:commentRss>http://www.fabioalmeida.net/blog/?feed=rss2&#038;p=398</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Definindo um novo Workspace para o BIRT RCP</title>
		<link>http://www.fabioalmeida.net/blog/?p=382</link>
		<comments>http://www.fabioalmeida.net/blog/?p=382#comments</comments>
		<pubDate>Sun, 22 Jan 2012 22:07:46 +0000</pubDate>
		<dc:creator>Fabio Almeida</dc:creator>
				<category><![CDATA[BIRT]]></category>

		<guid isPermaLink="false">http://www.fabioalmeida.net/blog/?p=382</guid>
		<description><![CDATA[<p>Para definir um novo workspace para o BIRT RCP deve-se usar a diretiva -data no arquivo birt.ini que se encontra na pasta do executável do BIRT. Um exemplo :<br /> <br /> -data<br /> c:\relatorios<br /> -vmargs<br /> -Xms40m<br /> -Xmx256m<br /> -XX:MaxPermSize=128m<br /> </p>]]></description>
		<wfw:commentRss>http://www.fabioalmeida.net/blog/?feed=rss2&#038;p=382</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Usando um campo JSON no BIRT</title>
		<link>http://www.fabioalmeida.net/blog/?p=377</link>
		<comments>http://www.fabioalmeida.net/blog/?p=377#comments</comments>
		<pubDate>Thu, 19 Jan 2012 11:23:06 +0000</pubDate>
		<dc:creator>Fabio Almeida</dc:creator>
				<category><![CDATA[BIRT]]></category>

		<guid isPermaLink="false">http://www.fabioalmeida.net/blog/?p=377</guid>
		<description><![CDATA[<p>Quando nos deparamos com a necessidade de exibir um valor de um campo text de um DataSet que contém um JSON podemos nos valer do uso de uma Computed Column do DataSet para extrair o valor. Para isso adicione a seguinte Expression:</p> <p><br /> eval('var json = '+row["valor"]);<br /> json.MeuValor;<br /> </p> <p>Se por exemplo [...]]]></description>
		<wfw:commentRss>http://www.fabioalmeida.net/blog/?feed=rss2&#038;p=377</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Eclipse Crash com GWT Designer no Ubuntu 10.04</title>
		<link>http://www.fabioalmeida.net/blog/?p=370</link>
		<comments>http://www.fabioalmeida.net/blog/?p=370#comments</comments>
		<pubDate>Sat, 14 Jan 2012 20:00:22 +0000</pubDate>
		<dc:creator>Fabio Almeida</dc:creator>
				<category><![CDATA[GWT]]></category>

		<guid isPermaLink="false">http://www.fabioalmeida.net/blog/?p=370</guid>
		<description><![CDATA[<p>Um problema que ocorre com o ubuntu 10.04 (Lucid Lynx) e o eclipse Indigo é que ao abrir o no modo Design o eclipse exibe a mensagem de Parse e fecha. Isso ocorre por causa de um bug do uso do WebKit com no ubuntu . Um solução é desabilitar o uso do webkit (Window [...]]]></description>
		<wfw:commentRss>http://www.fabioalmeida.net/blog/?feed=rss2&#038;p=370</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>GWT em Português</title>
		<link>http://www.fabioalmeida.net/blog/?p=361</link>
		<comments>http://www.fabioalmeida.net/blog/?p=361#comments</comments>
		<pubDate>Fri, 16 Dec 2011 18:29:26 +0000</pubDate>
		<dc:creator>Fabio Almeida</dc:creator>
				<category><![CDATA[GWT]]></category>

		<guid isPermaLink="false">http://www.fabioalmeida.net/blog/?p=361</guid>
		<description><![CDATA[<p>Para colocar o gwt em português é só adicionar as seguintes tags no module XML:</p> <p><br /> &#60;module&#62;<br /> &#60;inherits name="com.google.gwt.i18n.I18N"/&#62;<br /> &#60;extend-property name="locale" values="pt_BR"/&#62;<br /> &#60;set-property-fallback name="locale" value="pt_BR"/&#62;<br /> &#60;/module&#62;<br /> </p> <p>Caso não queira usar a linha com set-property-fallback você pode em vez disso usar na query string da página host (ex: locale=pt_BR) [...]]]></description>
		<wfw:commentRss>http://www.fabioalmeida.net/blog/?feed=rss2&#038;p=361</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>org.mortbay.thread.Timeout. exception ao criar uma aplicação GWT</title>
		<link>http://www.fabioalmeida.net/blog/?p=359</link>
		<comments>http://www.fabioalmeida.net/blog/?p=359#comments</comments>
		<pubDate>Sun, 27 Nov 2011 09:45:28 +0000</pubDate>
		<dc:creator>Fabio Almeida</dc:creator>
				<category><![CDATA[GWT]]></category>
		<category><![CDATA[eclipse gwt]]></category>

		<guid isPermaLink="false">http://www.fabioalmeida.net/blog/?p=359</guid>
		<description><![CDATA[<p>Quando vai se rodar (! , run) um aplicativo no Eclipse exibe a mensagem de &#8220;org.mortbay.thread.Timeout. exception&#8221; . Isso ocorre por um conflito entre GWT e o Google App Engine.</p> <p>A Solução é :</p> Nas propriedades do projeto (botão direito no projeto &#8220;properties&#8221;) selecione a opção Build Path \ Configure Build Path. Na tela de [...]]]></description>
		<wfw:commentRss>http://www.fabioalmeida.net/blog/?feed=rss2&#038;p=359</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>JDBC MS Sql Server Não funciona no JDK 1.6.0_29</title>
		<link>http://www.fabioalmeida.net/blog/?p=356</link>
		<comments>http://www.fabioalmeida.net/blog/?p=356#comments</comments>
		<pubDate>Thu, 24 Nov 2011 21:15:38 +0000</pubDate>
		<dc:creator>Fabio Almeida</dc:creator>
				<category><![CDATA[java]]></category>

		<guid isPermaLink="false">http://www.fabioalmeida.net/blog/?p=356</guid>
		<description><![CDATA[<p>Para aqueles que estão iniciando no drive JDBC da Microsoft e esta utilizando o a versão do JDK 1.6.0_29 deve estar maldizendo o Drive a Microsoft, mas este não é o caso, o <a href="http://bugs.sun.com/bugdatabase/view_bug.do;jsessionid=d76504313860198958e4ef5cab72e?bug_id=7103725" title="bug id">problema (bug id 7103725)</a> é com o JDK 1.6.0_29 .</p> <p>A característica deste problema é percebido quando se tem [...]]]></description>
		<wfw:commentRss>http://www.fabioalmeida.net/blog/?feed=rss2&#038;p=356</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Usando o GWT com o Apache Httpd</title>
		<link>http://www.fabioalmeida.net/blog/?p=333</link>
		<comments>http://www.fabioalmeida.net/blog/?p=333#comments</comments>
		<pubDate>Sat, 15 Oct 2011 00:01:30 +0000</pubDate>
		<dc:creator>Fabio Almeida</dc:creator>
				<category><![CDATA[GWT]]></category>

		<guid isPermaLink="false">http://www.fabioalmeida.net/blog/?p=333</guid>
		<description><![CDATA[<p>Ao desenvolver para GWT com Eclipse quando se usa um serviço ou servidor em separado deve-se alterar o Run Configurations&#8230; no Eclipse.</p> <p>Deve-se configurar os atributos -noserver e -startupUrl no Eclipse</p> Como fazer <p>Exiba a tela Run Configurations&#8230; .</p> <p>Configure para não utilizar o servidor (-noserver):</p> <p>Configure para utilizar a o arquivo html:</p> <p>Para você [...]]]></description>
		<wfw:commentRss>http://www.fabioalmeida.net/blog/?feed=rss2&#038;p=333</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

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

