-
The 4.x way is to use JDK (>=5) annotation, but if you for some reason have to use the JDK 1.4 you have two solutions. The one I prefer is to use junit 3.8.x but if you cannot tolerate the missing of JUnit 4.x in the attached PDF you鈥檒l find the standard 4.x way (with annotation) and a workaround for using the old JUnit TestSuite syntax.
by /home/edivad.At Gioorgi.com we do not see the point of using Annotations, anyway, this is JDK 5 babies. So, thank you edivad for your help on finding a way to run junit3 tests on junit4!
Read More -
Sun ha lanciato JavaFX 1.0, piattafroma software聽 di cui ci siamo gi脿 occupati in tempi non sospetti. La notizia 猫 stata ripresa da Slashdot. Purtroppo leggiamo anche che non c’猫 al momento una versione per Linux o Solaris: “The lack of a Linux or Solaris release is a notable absence.” Per貌 la presenza del codec On2聽 (usato per riprodurre i filmati di youtube) lascia pensare che javafx voglia competere frontalmente con Flash.
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 -
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 -
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?
-
(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
-
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 -
Because of the forthcoming release of Jython 2.5 (after an year of silence), we at Gioorgi.com are checking Brasil compatibility, right now.聽 What is Jython?… we read from the Jython website:
Jython is an implementation of the high-level, dynamic, object-oriented language Python written in 100% Pure Java, and seamlessly integrated with the Java platform. It thus allows you to run Python on any Java platform.
Jython 2.5 looks very promising, and we are planning Jython support for future Brasil releases.
Read More -
Il tre luglio ho avuto modo di partecipare al “JavaFX Circle Meeting” organizzato dal JUG. Durante l’evento 猫 stato anche svelato il mistero del logo usato dal meeting :)
I relatori dell’incontro sono stati Lorenzo Sicilia e Marcello Teodori, che sono stati molto chiari ed esaustivi聽 nella loro esposizione.
Read More