
In the first part of this article I started explaining, with hopefully straightforward examples, how the introduction of lambda expressions can make Java a...
0 replies - 610 views - 04/01/13 by Mario Fusco in Articles

I previously described the start of the JCPP project in a very short article: http://java.dzone.com/articles/java-vs-cppI am going to write several statuses...
0 replies - 30 views - 04/01/13 by Pari Charb in Announcements

Graph Databases have long been the realm of highly technical IT development professionals. But those days are gone. In this non-technical seminar, hosted by...
0 replies - 465 views - 04/01/13 by Eric Genesky in Articles

I’ve done a bit of modelling with years and months in neo4j graphs
that I’ve worked on previously but I haven’t ever done anything with
time so I...
0 replies - 610 views - 04/01/13 by Mark Needham in Articles

There is a petition out there which really deserves your attention if you’re a Java user and especially a Java programmer: Oracle Corporation: Stop bundling...
0 replies - 885 views - 04/01/13 by Attila-mihaly Balazs in Articles

Everyone of us thought about to start writing own applications for
mobile devices. This is because mobile devices are becoming more and
more popular and...
0 replies - 1069 views - 04/01/13 by Andrey Prikaznov in Articles

Humans have always been fascinated by the idea of talking with machines. Almost no main stream science fiction movie exists that does not pick up the idea of...
0 replies - 972 views - 04/01/13 by Peter Friese in Articles

For people in hurry here is the code and the steps.
I have been playing with Scala and Play 2.x for past 6 months and have gained lot of knowledge. I have...
0 replies - 656 views - 04/01/13 by Krishna Prasad in Articles

The human brain is very good at handling pictures – graphs and diagrams are a quick way of grasping structure. Java source code is full of structure which...
0 replies - 895 views - 04/01/13 by Paul Wells in Articles

Classpath isn’t dead… yet by Alexis Hassler
Classpath is dead!
Mark Reinold
What is the classpath anyway? In any code, there are basically two...
0 replies - 1046 views - 03/30/13 by Nicolas Frankel in Articles

Aliasing means there are multiple aliases to a location that can be updated, and these aliases have different types.
In the following example, a and b are...
0 replies - 1505 views - 03/30/13 by Ryan Wang in Articles

A short time ago, I wrote a blog outlining how I upgraded my Spring
sample code to version 3.2 and demonstrating a few of the little
'gotchas' that arose....
1 replies - 1552 views - 03/29/13 by Roger Hughes in Articles

In a set, there are no duplicate elements. That is one of the major reasons to use a set. There are 3 commonly used implementations of Set in Java: HashSet,...
0 replies - 1679 views - 03/29/13 by Ryan Wang in Articles

Any java developer around the world would have used at least one of the following interfaces: java.lang.Runnable, java.awt.event.ActionListener,...
0 replies - 1349 views - 03/29/13 by Mohamed Sanaulla in Articles

If you come across this issue when you try to connect a JMS client to
IBM MQ (v7.0.x.x), this has nothing to do with any environment
variables or VM...
1 replies - 407 views - 03/28/13 by Tharindu Mathew in Articles