-
Celeste
Celeste is a mail reading and organizing program. The name "Celeste" is a reference to an earlier mail reader named Baba, which was written at Xerox PARC by Steve Putz and John Maloney.
Nowadays, Celeste is maintained by Giovanni Giorgi (me).Latest Feature
A new revision is planned for the end of September 2006, and code name will be "Sonic". Sonic will include a smart mailing-list filter and a better "leave message on server" option. I implemented years ago an auto-filtering system in AppleScript. The filtering engine used the RFC2369 and some other tricks to detect yahoo mailing list. Sonic will have also an auto-filter for google mailing list too.The leave message on server option is quite bad now. It creates a lot of duplicated messages.
The new implementation will avoid dowloading twice a message, using a mix of messageId and timestamp to detect duplicated messages.
Read More -
In this article I will introduce you to Hibernate 3 persistence framework. This article is worth to read, because give you a very fast track to Hibernate; I have used this tool for the past six years, when only聽the good 2.x series was out of there. Then I have the lucky of training two teams on two different and big projects, with a "zero time" to teach them hibernate. So I decided to put here my advices, hints, tips and tricks, for the rest of the guys around the World.
Read More -
(Updated on 2014,2018) Programma suggerito del percorso formativo:
- Object Oriented Programming (OOP) & Java
- Hollywood Principle, "don't call us, we'll call you".
- Struts 1.2 e succ
- Hibernate, speed intro.
- Consulenza
- Design Patterns e modellazione
- ToolBox as a plus:
- JUnit e HttpUnit Cookbook
- Regular Expressions Esempio animato Editor per esercitarsi
- Linux Filosofia alla base di Unix, da "The Art of Unix Programming" di Eric Steven Raymond
- Linguaggio open a scelta, diverso da Java: Python, Perl o Ruby Cosa provare: RubyOnRails, GoogleAPI in python, librerie CPAN del Perl
- Approfondimenti
- Object Oriented Programming (OOP) & Java
-
Modulo1: Java, algoritmi e strutture dati di base.
- Introduzione alle collezioni In particolare Map, TreeMap, ArrayList, Set, tutte del package java.util Classi: Arrays/Collections
- Eccezioni: Gerarchia delle eccezioni. Eccezioni: articolo illustrativo in Italiano
- Unicode e Internazionalizzazione Ottimo Articolo sull'Unicode e i character set in generale Introduzione alla API di internazionalizzazione
- 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?
- Concetto di Deployment, Jar ecc
- Java e il Web. Specifica delle Servlet &聽 Javadoc
- Specifica HTTP 1.0
- A cosa serve l'interfaccia SingleThreadedModel?
- Perch茅 HttpSession non ha getParameter()? A cosa serve la classe URLEncoder?
-
Il design pattern Singleton 猫 il primo design pattern in cui si si imbatte, ed 猫 molto importante anche perch茅 aiuta a comprendere meglio i linguaggi OOP.
Read More -
La seguente documentazione traccia un percorso formativo sintetico per apprendere la specifica J2EE 5.
Si parte dalle Servlet e dalle jsp, per arrivare fino agli EJB, che si consiglia di affrontare dopo aver ben appreso i concetti alla base della programmazione web.
Read More -
Avendo lavorato con diversi tipi di blog (drupal, wordpress, movable type) e wiki, ho avuto modo di scontrarmi spesso con i problemi legati all'uso delle categorie e dei tag. Spesso non si capisce la differenza, e l'uso che ne fanno i blogger meno esperti aumenta la confusione. Vediamo quindi che cosa sono le categorie ed i tag, come vanno usati e perch茅.
Read More