Freedom, economy and information technology.
Random header image... Refresh for more!

Mantis bug tracking tool 1

In the previous article we introduced the reader to the bug tracking tools.

In this article we will analyze Mantis, an open source bug tracking tool
It is very important to stress you are going to use much more time to set up an open source bug tracking tool. A fraction of this time is for setting it up, but the vast majority of your time will be spent setting it up, customizing it and recovering information on it.

[Read more →]

November 13, 2008   5 Comments

Formazione: Modulo Java Basic

Modulo1: Java, algoritmi e strutture dati di base.

  1. Introduzione alle collezioni
    In particolare Map, TreeMap, ArrayList, Set, tutte del package java.util
    Classi: Arrays/Collections
  2. Eccezioni: Gerarchia delle eccezioni.
    Eccezioni: articolo illustrativo in Italiano
  3. Unicode e Internazionalizzazione
    Ottimo Articolo sull’Unicode e i character set in generale
    Introduzione alla API di internazionalizzazione

Domande di verifica del Modulo1:

  • Come si fa ad ordinare una lista utilizzando l’API di Java?
    Ordina una Enumeration usando due sole chiamate.
  • A cosa serve l’interfaccia Map.Entry? Fai un esempio d’uso.
  • Che differenza c’è tra Throwable e Exception?
    Perché OutOfMemoryError deriva da Error e non da Exception?
  • A cosa serve ResourceBundle?

Modulo2: Java e i Thread

Modulo3: Java e il Web

  1. Concetto di Deployment, Jar ecc
  2. Java e il Web. Specifica delle ServletJavadoc
  3. Specifica HTTP 1.0

Domande di verifica del Modulo2:

  • A cosa serve l’interfaccia SingleThreadedModel?
  • Perché HttpSession non ha getParameter()?
    A cosa serve la classe URLEncoder?

Riferimenti

November 12, 2008   No Comments

Introduction to Bug Tracking tools

At Gioorgi.com we will start a series of articles about bug tracking. As usual, our posts will be short, tight focused and open to comments and improvement.

A software will be full of bugs at some point of its life, and every good developer/project manager must be ready to address these issue. Let’s see how to fix them….

[Read more →]

October 17, 2008   4 Comments