open-menu closeme
Home
RetroComp icon
Retro Computing Articles Composition Notebooks 8bit
DevOps icon
Automation K8s Done Right
GenAI icon
Fatlama Newsletter Generative AI
SQLite
Status
Links icon
LinkedIn
About
馃寪
English Italiano
github linkedin rss
  • Hibernate Speedest introduction

    calendar Sep 21, 2008 路 3 min read
     en knowledgebase software  路 database java lang tutorial
     路
    Share on: twitter facebook linkedin copy
    Hibernate Speedest introduction

    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
  • Percorso Formativo Completo

    calendar Nov 6, 2008 路 1 min read
     it software  路 ajax java tutorial
     路
    Share on: twitter facebook linkedin copy
    Percorso Formativo Completo

    (Updated on 2014,2018) Programma suggerito del percorso formativo:

    1. Object Oriented Programming (OOP) & Java
      • Hollywood Principle, "don't call us, we'll call you".
      • Struts 1.2 e succ
      • Hibernate, speed intro.
    2. Consulenza
      • Articolo: Customers Don't Know What They Want. Stop Expecting Customers to Know What They Want.
    3. Design Patterns e modellazione
      • CRC Cards
      • Wikipedia definition
    4. ToolBox as a plus:
      1. JUnit e HttpUnit Cookbook
      2. Regular Expressions Esempio animato Editor per esercitarsi
      3. Linux Filosofia alla base di Unix, da "The Art of Unix Programming" di Eric Steven Raymond
      4. Linguaggio open a scelta, diverso da Java: Python, Perl o Ruby Cosa provare: RubyOnRails, GoogleAPI in python, librerie CPAN del Perl
    5. Approfondimenti
      • Esempio di  project management semplificato.
      • Bug Tracing Tools.
      • eBay: esempio di progettazione scalabile
      • La cattedrale e il bazaar di E.Raymond. Versione originale.
      • Net Cat.
  • Formazione: Modulo Java Basic

    calendar Nov 12, 2008 路 1 min read
     it  路 development formazione java tutorial
     路
    Share on: twitter facebook linkedin copy

    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
    • Introduzione alla gestione dei processi paralleli (Thread)
    Modulo3: Java e il Web
    1. Concetto di Deployment, Jar ecc
    2. Java e il Web. Specifica delle Servlet &聽 Javadoc
    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
    • Riepilogo delle librerie (visuale)
    • Elenco Esempi Java Base
    • Specifiche J2EE pi霉 usate al momento
  • Log Manager

    calendar Nov 28, 2008 路 1 min read
     it software  路 design example formazione java
     路
    Share on: twitter facebook linkedin copy
    Log Manager

    Il seguente esercizio operativo serve per prendere confidenza con:


    Read More
  • Singleton Design Pattern in Java

    calendar Dec 3, 2008 路 1 min read
     it  路 formazione java tutorial
     路
    Share on: twitter facebook linkedin copy

    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
  • Java Servlet & EJB

    calendar Dec 4, 2008 路 3 min read
     it  路 development formazione java tutorial
     路
    Share on: twitter facebook linkedin copy

    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
  • Java FX 1.0 猫 stato rilasciato

    calendar Dec 7, 2008 路 1 min read
     it software  路 ajax java news
     路
    Share on: twitter facebook linkedin copy
    Java FX 1.0 猫 stato rilasciato

    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
  • Edivad: how to use old JUnit3 tests with JUnit4

    calendar Jan 24, 2009 路 1 min read
     en software  路 java
     路
    Share on: twitter facebook linkedin copy
    Edivad: how to use old JUnit3 tests with JUnit4
    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
  • JRuby and Jython: the easy way

    calendar Feb 8, 2009 路 4 min read
     en knowledgebase lang  路 java jython python redscorpion
     路
    Share on: twitter facebook linkedin copy

    The revamp of Jython 2.5, the python interpreter written in Java, is a very good news, because give us the chance to think of a new way of coding. Looking at Google trends,聽 JRuby and Jython are emerging as key聽 pieces of a new puzzle.


    Read More
  • A very good hosting provider

    calendar Mar 3, 2009 路 1 min read
     en featured software  路 gioorgi hosting internet java linux php unix web
     路
    Share on: twitter facebook linkedin copy
    A very good hosting provider

    After my past experience with bad hosting provider, I am happy to say I have find a very good hosting service. If you need VPS hosting, Rimuhosting is a very good choice.


    Read More
    • ««
    • «
    • 1
    • 2
    • 3
    • 4
    • 5
    • »
    • »»

Giovanni Giorgi

Master Solution Architect, father and free spirit.
Read More

Recent Posts

  • Anubis: DDos Protection
  • KarmaKit and Watchtower
  • FatLama for GenAI: The comeback!
  • Caciaball Extreamer

Latest comments

    Disclaimer

    Gioorgi is a participant in the Amazon Services LLC Associates Program, an affiliate advertising program designed to provide a means for website owners to earn advertising fees by advertising and linking to amazon.com, audible.com, and any other website that may be affiliated with Amazon Service LLC Associates Program. As an Amazon Associate we earn from qualifying purchases.
    Last updated:2025-05-16 14:23
    Giovanni Giorgi

    Copyright 1999-  GIOVANNI GIORGI. All Rights Reserved

    to-top