Java

  • submit to reddit

Why We Need Lambda Expressions in Java - Part 2

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

JAVA C++ - Status I

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

Getting Beer in and Out of Neo4j

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

Neo4j/Cypher: Playing Around with Time

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

Oracle Corporation: Stop Bundling Ask Toolbar With the Java Installer!

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

Android Development – Your First Steps

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

Do Androids Dream of Electric Sheep?

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

Play 2.x (Scala) is it a Spring MVC contender? – Introduction

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

8 Ways UML is Holding Back Java Code Structure Visualization

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

Devoxx France 2013 - Day 3

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

How Does Java Handle Aliasing?

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

Exception Handling with the Spring 3.2 @ControllerAdvice Annotation

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

HashSet vs. TreeSet vs. LinkedHashSet

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

Introduction to Functional Interfaces – A concept recreated in Java 8

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

Solving the IBM MQ Client Error – No mqjbnd in java.library.path

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