Wednesday, February 29, 2012
Thursday, November 3, 2011
Thursday, October 27, 2011
Wednesday, October 26, 2011
Tuesday, March 8, 2011
jAPS 2.0 on Daily wired
Si parla di jAPS 2.0 su Daily wired. L'articolo si trova qui.
Labels: japs, java, news, open source
Thursday, November 11, 2010
What a wonderful eclipse plugin - java decompiler
Very handy plugin to view sources without download the full packages of sources for your libraries. Remember to use only on classes with an open source license.
http://java.decompiler.free.fr/
http://java.decompiler.free.fr/
Labels: decompiler, eclipse, java, opensource, plugin
Tuesday, November 9, 2010
Wednesday, January 6, 2010
no network connection with java apps on debian lenny
If you are experiencing problem like no network connection on debian (the current testing distribution - squeeze for me) from java applications. Ex:
but, connection is working for others kinds of apps probably you can solve it: editing file
/etc/sysctl.d/bindv6only.conf
and set net.ipv6.bindv6only 0
and after /etc/init.d/invoke-rc.d procps restart (to reboot procfs).
Seems that the jdk is not managing correctly ipv6 connections...
The bug is reported for sun-jdk and open-jdk packages.
source.
but, connection is working for others kinds of apps probably you can solve it: editing file
/etc/sysctl.d/bindv6only.conf
and set net.ipv6.bindv6only 0
and after /etc/init.d/invoke-rc.d procps restart (to reboot procfs).
Seems that the jdk is not managing correctly ipv6 connections...
The bug is reported for sun-jdk and open-jdk packages.
source.
Labels: debian, java, lenny, open source
Tuesday, January 5, 2010
revolution in the authentication

A little revolution in the users authentication is going on. The rapid spread of a tecnology like OpenID could infect a weighty part of the web. Probably it has already infected a big part of it. Company and communities like: google, facebook, yahoo, sourceforge and others have already added OpenID authentication. Some of them serve also the provider side of authentication for OpenID.
Some resources:
http://openid.net/specs/openid-authentication-2_0.html
So lets try it!
Labels: java, open source, openid
Tuesday, September 8, 2009
jAPS 2.0 client for CAS
Published the article about CAS client for jAPS 2.0.
Good Single Sign On to All!
http://dev.japsportal.org/trac/wiki/CAS
Good Single Sign On to All!
http://dev.japsportal.org/trac/wiki/CAS
Labels: CAS, japs, java, jugsardegna, open source, sso
Sunday, February 8, 2009
L'importanza delle basi
Alcune utili risorse per rinsaldare le basi:
http://www.w3.org/Protocols/ http Spec and Doc
http://www.informit.com/articles/article.aspx?p=170963 Servlet intro
http://jcp.org/aboutJava/communityprocess/mrel/jsr154/index.html Servlet 2.5 Spec
http://jcp.org/en/jsr/detail?id=168 Portlet Spec
http://www.ibm.com/developerworks/java/library/j-javaresources.html?ca=dgr-jw22JavaList&S_TACT=105AGX59&S_CMP=grsitejw22
http://www.w3.org/Protocols/ http Spec and Doc
http://www.informit.com/articles/article.aspx?p=170963 Servlet intro
http://jcp.org/aboutJava/communityprocess/mrel/jsr154/index.html Servlet 2.5 Spec
http://jcp.org/en/jsr/detail?id=168 Portlet Spec
http://www.ibm.com/developerworks/java/library/j-javaresources.html?ca=dgr-jw22JavaList&S_TACT=105AGX59&S_CMP=grsitejw22
Labels: java
Thursday, December 11, 2008
JugReviews on dev.java.net

The Manager of Reviews has a project on https://dev.java.net/ https://reviewsmanager.dev.java.net/
Good Book Review!
Labels: java, jugsardegna, open source
Friday, October 31, 2008
JugReviews - SMTP smart testing
I'm still working on the JugReviews, my module for JugSardegna administration of reviews for books. In these days I spent some time on write junit-tests for the mails communications and reminders. I found a very interesting project dumbster: "The goal of this project is to develop a very simple SMTP server that responds to SMTP requests and makes received messages available for query at a later time. All useful features for a SMTP server that can be used in an automated testing suite." This is very good for JugReviews in which email communications are on of the functional principal parts. Some links:
http://sourceforge.net/projects/dumbster/
http://quintanasoft.com/dumbster/javadoc/index.html
http://www.javaworld.com/javaworld/jw-08-2003/jw-0829-smtp.html?page=1
The project is not very active on sourceforge but working with Dumbster is better than to switch from eclipse to gmail searching for messages!
http://sourceforge.net/projects/dumbster/
http://quintanasoft.com/dumbster/javadoc/index.html
http://www.javaworld.com/javaworld/jw-08-2003/jw-0829-smtp.html?page=1
The project is not very active on sourceforge but working with Dumbster is better than to switch from eclipse to gmail searching for messages!
Labels: agile, dumbster, java, jugreviews, jugsardegna, junit, test
Monday, October 13, 2008
JugReviews meets Velocity
JugReviews procede a rilento sigh! ma procede.
In questi giorni ho modificato il sistema di generazione delle email
introducendo dei template velocity.
Attraverso il bean messo a disposizione da Spring
tutto risulta ordinato, veloce da implementare e mantenere.
Utile per implementare l'invio di diverse email automatiche.
GC
In questi giorni ho modificato il sistema di generazione delle email
introducendo dei template velocity.
Attraverso il bean messo a disposizione da Spring
VelocityEngineFactoryBean
tutto risulta ordinato, veloce da implementare e mantenere.
Utile per implementare l'invio di diverse email automatiche.
GC
Labels: java, jugsardegna, reviews, spring
Saturday, September 27, 2008
Recensione Tecniche Di Progettazione Agile Con Java
Nella sezione libri del jugsardegna la mia recensione sul libro Tecniche Di Progettazione Agile Con Java.
Buona Lettura.
GC
Buona Lettura.
GC
Friday, July 11, 2008
JBPM with bpel or jpdl
One interesting post from the blog of an expert :
http://processdevelopments.blogspot.com/2007/04/bpel-compared-to-jpdl.html
GC
http://processdevelopments.blogspot.com/2007/04/bpel-compared-to-jpdl.html
GC
Labels: java, jboss, jbpm, open source
Wednesday, July 2, 2008
Single Sign-On con Kerberos e LDAP
One interesting book on SSO:
http://gpaterno.free.fr/publications/SingleSignon/index.html
http://gpaterno.free.fr/publications/SingleSignon/index.html
Labels: java, kerberos, ldap, open source, sso
Saturday, March 8, 2008
What a wonderfull.... guide

Lavoro ancora su JugReviews e per fare tutto come si deve continuo a studiare le tecnologie che ho voluto buttarci dentro. Tra le quali ci sono Spring ed Ibatis che ho scelto seguendo il consiglio di Luca Porcu che ha già realizzato per il jugsardegna il modulo per l'aggregazione dei blog. In particolare per fissare bene il punto sulla "i" di Spring ho seguito la guida che ho trovato nella doc in allegato alla versione di Spring con le dipendenze [si trova qui] dal titolo Introducing to Spring MVC [spring-mvc-step-by-step.pdf].
Gli dedico un post per non perderla nella memoria e per contribuire nel mio piccolo alla sua visibilità visto che la ritengo molto ben fatta ed utile per scoprire il fantastico mondo di Spring :-) !!!!
In poche pagine conduce il lettore a realizzare una semplicissima web app ma con chiarezza ed una buona organizazzione del progettino stesso. Si passa attraverso tutti i tre stratti: web layer, service layer e persistence layer, passando per gestione transazioni, creazione di un puntuale file di build, i18n, scrittura dei test..... che dire....
good, very good!
GC
Labels: ibatis, java, jugreviews, jugsardegna, open source, spring
Monday, February 18, 2008
JugReviews.... coming soon
Sto lavorando, nel mio tempo libero, su un piccolo progetto l'idea è nata dal JugSardegna di cui sono socio.
Si chiama JugReviews....L'applicazione permetterà di gestire meglio le recensioni sui libri realizzate dai soci: richiesta del volume, gestione delle code di prenotazione... etc.
Le tecnologie principali utilizzate sono Spring, iBatis, Spring MVC, il tutto testato in ambiente MySQL, Tomcat e sviluppato con Eclipse su Debian e Ubuntu.
La cosa è stata da subito molto interessante perchè mi ha permesso di muovere i primi passi su Spring ed iBatis. Sperò presto di avere un weekend di 120h per poter rilasciare la prima versione!
Giovanni Cocco
Si chiama JugReviews....L'applicazione permetterà di gestire meglio le recensioni sui libri realizzate dai soci: richiesta del volume, gestione delle code di prenotazione... etc.
Le tecnologie principali utilizzate sono Spring, iBatis, Spring MVC, il tutto testato in ambiente MySQL, Tomcat e sviluppato con Eclipse su Debian e Ubuntu.
La cosa è stata da subito molto interessante perchè mi ha permesso di muovere i primi passi su Spring ed iBatis. Sperò presto di avere un weekend di 120h per poter rilasciare la prima versione!
Giovanni Cocco
Labels: ibatis, java, jugreviews, jugsardegna, open source, spring
Thursday, February 14, 2008
Tecniche di progettazione agile con Java
Sto leggendo un interessante volume di Sandro Pedrazzini:
http://www.tecnichenuove.com/
Sperò in futuro di pubblicarne una recensione.
Tra gli argomenti Refactoring, Testing e Design Pattern....
Giovanni Cocco
http://www.tecnichenuove.com/
Sperò in futuro di pubblicarne una recensione.
Tra gli argomenti Refactoring, Testing e Design Pattern....
Giovanni Cocco