Archive for the ‘Uncategorized’ Category
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 ...
Posted in Uncategorized | No Comments »
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 ...
Posted in Uncategorized | No Comments »
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 ...
Posted in Uncategorized, java, jboss | 1 Comment »
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 ...
Posted in Uncategorized | No Comments »