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

Tag: eclipse

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

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

ZK Calendar 2.0 for Zkoss 5.0

[lang_it] Oggi è stata rilasciata la seconda versione del calendario di ZK ( articolo ufficiale : http://www.zkoss.org/product/zkcalendar.dsp) , non ho resistito son subito andato a provare la demo all’indirizzo http://zcal.zkoss.org/. La mia prima impressione è che sia molto ma molto più veloce delle precedenti, non sò bene perchè ma questa mi è balzata immediatamente all’occhio,…
Leggi tutto

Change eclipse svn saved password

I could’t find any way to change the stored user/password for svn inside eclipse. I use Subclipse plugin to use svn feature but i think this could work for others svn plugins. Just erase the file file %ECLIPSE_HOME%/configuration/org.eclipse.core.runtime/.keyring and when you try again to connect to svn it will be prompted user/password. PAY ATTENTION: Other…
Leggi tutto

Eclipse 3.4 + SVN + Tomcat 6.0 + ZK

In questa mini guida vedremo come configurare eclipse Ganymede 3.4 configurato per funzionare con un server subversion e con il framework zk per realizzare Rich Internet Application. File necessari da scaricare: Eclipse 3.4 Ganymede IDE for Java EE Developers (163 MB) link ZK framework 3.6 link Apache tomcat 6.0 link Dopo aver scompattato l’archivio di…
Leggi tutto