<?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></title>
	<atom:link href="http://blog.lebrijo.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.lebrijo.com</link>
	<description>Internet Engineering Firm</description>
	<lastBuildDate>Mon, 22 Oct 2012 14:30:18 +0000</lastBuildDate>
	<language>es-ES</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<item>
		<title>Prepare your Ubuntu laptop as a git client</title>
		<link>http://blog.lebrijo.com/prepare-your-ubuntu-laptop-as-a-git-client/</link>
		<comments>http://blog.lebrijo.com/prepare-your-ubuntu-laptop-as-a-git-client/#comments</comments>
		<pubDate>Sat, 20 Oct 2012 17:00:51 +0000</pubDate>
		<dc:creator>jlebrijo</dc:creator>
				<category><![CDATA[Indeterminado]]></category>

		<guid isPermaLink="false">http://blog.lebrijo.com/?p=410</guid>
		<description><![CDATA[I&#8217;m using Ubuntu 12.04 version but this doesn&#8217;t means that these instructions won&#8217;t run with other versions, since is an openssh process well tested during years on unix systems. First step is to be sure that we have all required software: OpenSSH and git-core. The openssh-client should be installed by default in Ubuntu: apt-get install git-core openssh-client&#8230; <a href="http://blog.lebrijo.com/prepare-your-ubuntu-laptop-as-a-git-client/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://blog.lebrijo.com/prepare-your-ubuntu-laptop-as-a-git-client/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installing redmine 2.0.1  in Ubuntu from git repo</title>
		<link>http://blog.lebrijo.com/installing-redmine-2-0-1-in-ubuntu-from-git-repo/</link>
		<comments>http://blog.lebrijo.com/installing-redmine-2-0-1-in-ubuntu-from-git-repo/#comments</comments>
		<pubDate>Fri, 01 Jun 2012 18:12:51 +0000</pubDate>
		<dc:creator>jlebrijo</dc:creator>
				<category><![CDATA[Indeterminado]]></category>

		<guid isPermaLink="false">http://blog.lebrijo.com/?p=394</guid>
		<description><![CDATA[Redmine is a project management web application, developed in Rails. In my opinion is the best free tool of this nature. That&#8217;s the reason why I wanted to install it on my server, to manage better my future projects, and of course installing the last version. In this article I will ilustrate the dificulties which&#8230; <a href="http://blog.lebrijo.com/installing-redmine-2-0-1-in-ubuntu-from-git-repo/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://blog.lebrijo.com/installing-redmine-2-0-1-in-ubuntu-from-git-repo/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Setting up a Tomcat in your AMI</title>
		<link>http://blog.lebrijo.com/setting-up-a-tomcat-in-your-ami/</link>
		<comments>http://blog.lebrijo.com/setting-up-a-tomcat-in-your-ami/#comments</comments>
		<pubDate>Thu, 10 Nov 2011 23:02:52 +0000</pubDate>
		<dc:creator>jlebrijo</dc:creator>
				<category><![CDATA[Indeterminado]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Servidor de Aplicaciones]]></category>

		<guid isPermaLink="false">http://blog.lebrijo.com/?p=379&#038;language=es</guid>
		<description><![CDATA[I love Java and Object Oriented Paradigm, and I was looking for an option to develop Java apps in the cloud in a cheap way. The cheaper, light and non-restrictive way to do this is installing Tomcat in an AmazonWS Linux-AMI. You can do great applications in Tomcat with Spring/JPA/JSF2, but this architecture deserves another&#8230; <a href="http://blog.lebrijo.com/setting-up-a-tomcat-in-your-ami/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://blog.lebrijo.com/setting-up-a-tomcat-in-your-ami/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Update your Ubuntu to Java 7</title>
		<link>http://blog.lebrijo.com/update-your-ubuntu-to-java-7/</link>
		<comments>http://blog.lebrijo.com/update-your-ubuntu-to-java-7/#comments</comments>
		<pubDate>Mon, 07 Nov 2011 19:38:31 +0000</pubDate>
		<dc:creator>jlebrijo</dc:creator>
				<category><![CDATA[Java]]></category>

		<guid isPermaLink="false">http://blog.lebrijo.com/?p=378&#038;language=es</guid>
		<description><![CDATA[Download last release from oracle.com, I downloaded jdk-7u1-linux-x64.tar.gz. Unzip it: tar xvf jdk-7u1-linux-x64.tar.gz Copy to right place: sudo cp -r jdk1.7.0_01 /usr/lib/jvm Create java7 alternative: sudo update-alternatives &#8211;install /usr/bin/java java /usr/lib/jvm/jdk1.7.0_01/jre/bin/java 1 Choose the alternative: sudo update-alternatives &#8211;config java You can choose between many jvm&#8217;s easily. enjoy!!]]></description>
		<wfw:commentRss>http://blog.lebrijo.com/update-your-ubuntu-to-java-7/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fizz Buzz Java kata</title>
		<link>http://blog.lebrijo.com/fizz-buzz-java-kata/</link>
		<comments>http://blog.lebrijo.com/fizz-buzz-java-kata/#comments</comments>
		<pubDate>Mon, 31 Oct 2011 23:04:33 +0000</pubDate>
		<dc:creator>jlebrijo</dc:creator>
				<category><![CDATA[agilismo]]></category>
		<category><![CDATA[Eclipse]]></category>
		<category><![CDATA[Java]]></category>

		<guid isPermaLink="false">http://blog.lebrijo.com/?p=376&#038;language=es</guid>
		<description><![CDATA[At XPWeek2011 we learned TDD coding, and the importance of OOP principles to develop applications. I spent great days there, thanks to Carlos Ble and iExpertos. Continuing with the last kata series. I will show you how I solved FizzBuzz kata, maybe not the best, but I like the solution because the expressive final code:&#8230; <a href="http://blog.lebrijo.com/fizz-buzz-java-kata/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://blog.lebrijo.com/fizz-buzz-java-kata/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Roman Numerals Java kata</title>
		<link>http://blog.lebrijo.com/roman-numerals-java-kata-2/</link>
		<comments>http://blog.lebrijo.com/roman-numerals-java-kata-2/#comments</comments>
		<pubDate>Sun, 16 Oct 2011 20:50:29 +0000</pubDate>
		<dc:creator>jlebrijo</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[metodologías]]></category>
		<category><![CDATA[UML]]></category>

		<guid isPermaLink="false">http://blog.lebrijo.com/?p=375</guid>
		<description><![CDATA[Continuing with kata series, here we have roman numeral kata. Simple, you have to convert roman to integer and integer to rman. In order to improve other things I purpossed to follow KISS and SOLID principles. Also creating a Fluent Interface based on static methods: convert(roman).toArabic(); convert(arabic).toRoman(); The movie on Youtube: Kata code here: romannumerals-fluentinterface-solid.zip&#8230; <a href="http://blog.lebrijo.com/roman-numerals-java-kata-2/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://blog.lebrijo.com/roman-numerals-java-kata-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Roman Numerals Java kata</title>
		<link>http://blog.lebrijo.com/roman-numerals-java-kata/</link>
		<comments>http://blog.lebrijo.com/roman-numerals-java-kata/#comments</comments>
		<pubDate>Sun, 16 Oct 2011 20:39:29 +0000</pubDate>
		<dc:creator>jlebrijo</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[metodologías]]></category>
		<category><![CDATA[UML]]></category>

		<guid isPermaLink="false">http://blog.lebrijo.com/?p=372&#038;language=es</guid>
		<description><![CDATA[Siguiendo con la serie de katas, ahora toca la kata de los números romanos. Es simple, se trata de convertir de entero a romano y viceversa. Para darle una vuelta de tuerca me he propuesto seguir los principios KISS y SOLID, que se recomienda tener en mente cuando refactoricemos. Y ya de paso me he&#8230; <a href="http://blog.lebrijo.com/roman-numerals-java-kata/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://blog.lebrijo.com/roman-numerals-java-kata/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>String Calculator Java Kata</title>
		<link>http://blog.lebrijo.com/string-calculator-java-kata/</link>
		<comments>http://blog.lebrijo.com/string-calculator-java-kata/#comments</comments>
		<pubDate>Mon, 10 Oct 2011 06:09:34 +0000</pubDate>
		<dc:creator>jlebrijo</dc:creator>
				<category><![CDATA[agilismo]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[metodologías]]></category>

		<guid isPermaLink="false">http://blog.lebrijo.com/?p=369&#038;language=es</guid>
		<description><![CDATA[Con el fin de mejorar mi kunFu (mi TDD, mi Java, y mi oficio en general), pretendo hacer unas katas, y publicarlas aquí por si a alguien le interesa como las he resuelto, y se anima a resolverlas. Me estoy basando en las katas de la web 12meses12katas (gracias @kinisoftware por tu esfuerzo en esta iniciativa!!). La primera es&#8230; <a href="http://blog.lebrijo.com/string-calculator-java-kata/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://blog.lebrijo.com/string-calculator-java-kata/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>String Calculator Java Kata</title>
		<link>http://blog.lebrijo.com/string-calculator-java-kata-2/</link>
		<comments>http://blog.lebrijo.com/string-calculator-java-kata-2/#comments</comments>
		<pubDate>Mon, 10 Oct 2011 06:00:29 +0000</pubDate>
		<dc:creator>jlebrijo</dc:creator>
				<category><![CDATA[agilismo]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[metodologías]]></category>

		<guid isPermaLink="false">http://blog.lebrijo.com/?p=371&#038;language=en</guid>
		<description><![CDATA[In order to improve my kunFu (my TDD, my Java, and my work in general), I&#8217;m planning doing some katas, and publishing here. If somebody want to see how I solve them. Based on 12meses12katas web (thanks @kinisoftware for your effort on this initiative!!). The first one, String Calculator, I solved there: I&#8217;ve packaged the&#8230; <a href="http://blog.lebrijo.com/string-calculator-java-kata-2/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://blog.lebrijo.com/string-calculator-java-kata-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>AgileBox 1.0 released</title>
		<link>http://blog.lebrijo.com/agilebox-10-released-2/</link>
		<comments>http://blog.lebrijo.com/agilebox-10-released-2/#comments</comments>
		<pubDate>Sat, 11 Jun 2011 21:00:35 +0000</pubDate>
		<dc:creator>jlebrijo</dc:creator>
				<category><![CDATA[agilismo]]></category>

		<guid isPermaLink="false">http://blog.lebrijo.com/?p=368&#038;language=en</guid>
		<description><![CDATA[At #lebrijocom Labs has been created a virtulaBox virtual machine which will help us to manage our software projects. We&#8217;ve tried to choose the most used systems actually (Subversion, Nexus, Jenkins, Sonar), in order to code with Extremme programming principles: continous integration, version control, code quality and configuration control. 100% Open Source. And we have&#8230; <a href="http://blog.lebrijo.com/agilebox-10-released-2/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://blog.lebrijo.com/agilebox-10-released-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
