Hello Android Tutorial su Debian Testing
Dario Santamaria|12 anni faQuesto tutorial ha lo scopo di guidarvi passo passo nella creazione e installazione di un’applicazione (Hello Android) all’interno di un…
Questo tutorial ha lo scopo di guidarvi passo passo nella creazione e installazione di un’applicazione (Hello Android) all’interno di un…
Occasionally I experienced some problems in debugging test classes using NetBeans with Maven projects. Simply, the debugger started but didn…
(You’ll find all the code of this post in Benfante’s Utilities mini-library) One of the futures I ‘m reappraising is the JDK 5 enhanced for…
If you have to connect to oracle RAC (Real Application Cluster) using JDBC with thin driver, the classic url:\ doesn’t work and you get the…
You’ll find an article in italian on the same topic in my personal blog. In Tomcat you can define a JNDI Resource for a JavaMail session…
Ciao, in un progetto su cui sto lavorando sto provando un approccio che non avevo mai usato in passato per le liste di oggetti java…
“La vera saggezza sta in colui che sa di non sapere! Perchè io so di sapere più di te, che pensi di sapere.” (Socrate) Allora i…
A proposito della classe java.lang.Math… Domanda 1: E’ possibile estenderla, creando una nuova classe che deriva da essa? Lost: No, la…
Mustang will be the next release of the Java Standard Edition (Java SE 6). At present Mustang is in beta, it will be delivered in Autumn…
Sometimes it is useful to distribute an application in a jar file through Java Web Start or any other way. So, you could have to read some…
On Linux, the required distribution for Java Studio Creator 2 (now Free for all SDN members) is Fedora. I’m a Debian user and I succeeded to…
Today I want to introduce you into XOM, which is one of the two arguments I’m going to talk about in our next meeting (the second is JSF 1.…
Sometimes, in my work as programmer, I need to serialize an object (bean) into a table, in a BLOB field, as well as retrieves bean from a…
Few weeks ago I started using Maven 2 for one of my development projects. The project is very simple, but it has dependencies with some…
One of the main issues with JSF is the plenty of use of custom tags in the view. If you don’t want to use a visual instrument like Java…
One of the new aspects introduced in JAXP 1.3 is the opportunity to specify the security level of the SaxParser used. The target of this…
One of the traits I personally appreciate most in a good programmer is what I call the “constructive laziness”. It is the attitude to build…