Via Cà Matta 2 - Peschiera Borromeo (MI)
+39 02 00704272
info@synaptica.info

Categoria: Articoli

Digital Innovation Partner

Starting a Virtual Machine with VMWare Player from remote shell in Linux

Per avviare una macchina virtuale con VMWare player in linux è possibile se sul server remoto ovviamente è startato il gdm , è sufficiente connettersi in ssh ed esportare il display gdm sulla sessione tramite il comando :

dopodichè bisogna avviare la macchina virtuale semplicemente :

a presto ivan

Sorting a Java Map

Hi, a short post to show a simple tip useful when dealing with Java Maps. The following Function sorts a Map through a custom Comparator and returns a new ordered LinkedHashMap:

And this is an example of Comparator for MyClass objects sorted on the base of a String property “sortField” (note the toLowerCase method):…
Leggi tutto

Creating a new ZK JPA project

Hi, Maybe the issue addressed by this article could appear slightly prosaic for a develper familiar with Eclipse IDE. But for me, coming from a Java development based on Netbeans IDE, this step was not so simple… This article absolutely should not be intended as a comparison between the two development IDEs! Having said that,…
Leggi tutto

Reset Sequence in Oracle 10g

[lang_it] Cercando in rete non sono riuscito a trovare una funzione che mi permettesse di cambiare il valore ad una sequence definita sul mio DB oracle, spesso accade che dopo un importazione di dati ci sia un disallinamento delle chiavi fisiche del DB con le relative sequence. A questo proposito ho scritto una funzione che…
Leggi tutto

Using JPA with Firebird Sql

Today we started on new project , tha base platform was Java with the Eclipse Helios using ZK and JPA frameworks. For JDBC there was no problem, it is simple usinig the version provided directly by firebirdsql.org at http://www.firebirdsql.org/index.php?op=files&id=jaybird but when we have tried to connect via JPA we didn’t able to acquire the DB…
Leggi tutto

Problema debug Eclipse

Lavorando con Eclipse potrebbe capitare di incontrare una serie di problemi con la modalità di debug java. In particolare, eclipse, sembra ignorare completamente i break points inseriti non interrompendo l’esecuzione del codice. Sembra che il problema sia dovuto alla JRE utilizzata. In particolar modo dalla versione 1.6.14 fino alla 1.6.20. Installando la versione 1.6.21 il…
Leggi tutto