Java
-
Do it short but do it right !
Writing concise, elegant and clear code has always been a difficult task for developers. Not only will your colleagues be…
Read More » -
GC with Automatic Resource Management in Java 7
This post provides a brief overview of a new feature introduced in Java 7 called Automatic Resource Management or ARM.…
Read More » -
Integrating Jersey with Spring
Spring provides a lot of benefits and promotes best practices with its dependency injection mechanism, application lifecycle management and Hibernate…
Read More » -
Heroku runs Java
If you are a Java fan boy, like me, then you have a good news to cheer about. Heroku runs…
Read More » -
Web Services in Ruby, Python and Java
Today I’ve had to prepare some examples to show that web services are interoperable. So I’ve created a simple web…
Read More » -
Java Persistence API: a quick intro…
Hello Readers! After numerous requests from some of my friends I’ve decided to write a short article about the Java…
Read More » -
Java Naming Conventions
I wanted to write this short post to help certain people who are having a hard time memorizing the Java…
Read More » -
Eclipse: How attach Java source
In Eclipse, when you press Ctrl button and click on any Class names, the IDE will take you to the…
Read More » -
Double your money again
Overview A long time ago I wrote an article on using double for money. However, it is still a common…
Read More »