<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.0.4" -->
<rss version="0.92">
<channel>
	<title>Tre e mezzo [JJRumi's blog]</title>
	<link>http://www.jjrumi.com/blog</link>
	<description>A little more code. Programming, projects and digressing.</description>
	<lastBuildDate>Mon, 30 Oct 2006 13:13:59 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>TFC - Ubuntu 6.06 &#038; Tomcat 5</title>
		<description>After doing some UML work, it's time to install the application server. I've choosen Apache Tomcat.

INSTALLATION:

To install tomcat I used:
:~$ sudo apt-get install apache2 tomcat5 tomcat5-webapps tomcat5-admin

With apache2 and tomcat5 I installed the application server.
tomcat5-webapps includes documentation and examples (always useful to have something to look at).
tomcat5-admin provides a web ...</description>
		<link>http://www.jjrumi.com/blog/2006/10/30/tfc-ubuntu-606-tomcat-5/</link>
			</item>
	<item>
		<title>Noam Chomsky</title>
		<description>First of all, the presentations: Noam Chomsky

I've read this afternoon a column in the 'Wall Street Journal - Europe' about Noam Chomsky. The author of the column was very critic with Chomsky, arguing more or less that 'he's biting the hand that feeds him' (refering to America).

I don't agree with ...</description>
		<link>http://www.jjrumi.com/blog/2006/09/29/noam-chomsky/</link>
			</item>
	<item>
		<title>Java - Instantiating an object dynamically</title>
		<description>If we ever need to instantiate a bunch of objects, and the order of instantiation needs to be set dynamically, we can take a good use of the class Class and its method forName which receives an String and returns a Class.
For example:
Class i = Class.forName("java.lang.String");
String x = (String)i.newInstance();


This would ...</description>
		<link>http://www.jjrumi.com/blog/2006/09/20/java-instantiating-an-object-dynamically/</link>
			</item>
	<item>
		<title>Java Sorting Arrays</title>
		<description>The Java API includes a prefabricated method for sorting arrays. According to the official documentation, this method is a tuned quicksort, so we don't need to write one.One example:
Long longArray[] = new Long[10];
for(int i=0; i&#60;longArray.length; i++){
&#160;&#160;&#160; //just a random number between 0 - 9
&#160;&#160;&#160; longArray[i] = new Long((new Double(Math.random()*i)).longValue());
}

Arrays.sort(longArray);

for(int i=0; ...</description>
		<link>http://www.jjrumi.com/blog/2006/09/16/java-sorting-arrays/</link>
			</item>
	<item>
		<title>TFC [technical degree project] - First UML Diagrams [Use Cases]</title>
		<description>I haven't found a way to make UML diagrams with Eclipse yet. Anyway, this is what I've made this afternoon.

The System Use Case:

· SMS Message Control System is the panel where workers will make their job. It will allow: see current messages, write messages, accept & decline incoming messages, etc.
· ...</description>
		<link>http://www.jjrumi.com/blog/2006/09/16/tfc-first-uml-diagrams-use-cases/</link>
			</item>
	<item>
		<title>TFC [technical degree project] - Preface</title>
		<description>Well, I'm about to start my technical degree project.

We're gonna be two people. We both have basic level in the technologies we're gonna use (this is a main reason why we wanna do this).
The objective of the project is develop an application to manage the short message (SMS) traffic in ...</description>
		<link>http://www.jjrumi.com/blog/2006/09/16/tfc-preface/</link>
			</item>
	<item>
		<title>Start just because and finish don&#8217;t know when.</title>
		<description>Hi there, my name is JuanLu.
It has been a long time since I wanted to create my own blog.
Lack of free time, not knowing what exactly I could write... but now I have a perfect excuse. My degree project, I want to practice my English and well... I have a ...</description>
		<link>http://www.jjrumi.com/blog/2006/09/14/hello-world/</link>
			</item>
</channel>
</rss>
