Archive for the ‘Uncategorized’ Category

JBossWS talk in Rome on April 28th

Tuesday, April 20th, 2010

For those being around Rome next week... I'll be presenting on the JBossWS project for the Rome's JBoss User Group and Java User Group. More information available (in italian) at http://www.jugroma.it/wiki/jug/space/jug/eventi/Incontro+Aprile+2010 Also take a look at the Community Events calendar on JBoss.org, where every JBoss User Group event is listed. Let's ...

java2scala #3: Variables and functions

Tuesday, December 29th, 2009

In this third post of our java2scala series we will take a look to variables and functions definition and use. As usual you can find the full maven/eclipse project on github. Java class package it.javalinux.samples.java.post3; class VariablesAndFunctions { private final String inputString; public int fooIntVar = 11; public final String fooStringVal = "fooString"; private double privateIntVar = 1.1; private ...

java.lang.NoClassDefFoundError and the bootstrap classloader

Tuesday, May 26th, 2009

Seasoned java developers know that the infamous java.lang.NoClassDefFoundError you can get at runtime might be due to a lot of different issues, the most trivial being libraries missing in classpath. Of course tracking down the real problem might result quite more complex when multiple classloaders are involed. Things get even more ...

Java Application Server Day 2009

Thursday, April 23rd, 2009

This post is to let you know a really interesting event that's taking place soon in Genoa (Italy): the Java Application Server Day 2009. As you can read on www.serverday.org, the event will be open to the entire Italian Java Community; international experts, developers and students will discuss the state of ...

Analyze what personality is behind your blog

Tuesday, March 31st, 2009

According to this analyzer I'm  The Duty Fulfillers The responsible and hardworking type. They are especially attuned to the details of life and are careful about getting the facts right. Conservative by nature they are often reluctant to take any risks whatsoever. The Duty Fulfillers are happy to be let alone and ...